sergei
|
a8fe9601de
* Get rid of using pdynarraytypeinfo, instead treat rtti as distinct 'header' and 'data' parts. In variants unit, use rtti declarations from typinfo directly. In system unit, declare private tdynarraytypedata record which (like typinfo.TTypeData) is not packed on alignment-sensitive targets. This simplifies code and removes scary pointer manipulations, should also yield better code on aligned targets.
|
13 lat temu |
joost
|
ee8268dd7f
* Do not use a buildunit when compiling intgdb, since it is not possible to compile single files in the BeforeCompile even when a buildunits is used.
|
13 lat temu |
Legolas
|
cf9aaaa5ce
* Install the examples files for gba and nds
|
13 lat temu |
joost
|
90cfc86f71
* Re-generated Makefile. It did miss the dependency on fpmkunit because of local changes when fpcmake was run in r20101.
|
13 lat temu |
marco
|
a7fb5c7e6c
* updated comments (Mantis #21107)
|
13 lat temu |
joost
|
7a69b2cd37
* Switched winceunits package to fpmake building
|
13 lat temu |
michael
|
7f59902842
* Patch from Hand-Peter Diettrich to fix CHM extension usage
|
13 lat temu |
marco
|
5ce5f4f2a9
* Init use_proxy to false, Mantis #21097
|
13 lat temu |
sergei
|
cbad0abab5
+ Platform-specific exception support for x86_64-win64. Enable by cycling with OPT=-dTEST_WIN64_SEH.
|
13 lat temu |
pierre
|
0ad800b2db
+ Add some comments and follow main.c more closely
|
13 lat temu |
Jonas Maebe
|
e92c597a53
r334 | jonas | 2012-01-16 22:09:29 +0100 (Mon, 16 Jan 2012) | 2 lines
|
13 lat temu |
joost
|
7b522af932
* Install the additional example files
|
13 lat temu |
joost
|
0185f341aa
* Compile os2 units also for emx target
|
13 lat temu |
joost
|
65d568ab6d
* Added fpmake.pp for winceunits package
|
13 lat temu |
michael
|
776fe528d6
* Actually use FileNameExtension
|
13 lat temu |
michael
|
9788e2cad8
* Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101)
|
13 lat temu |
joost
|
df6957decb
* Added unit p_ddraw to fpmake.pp-file on Windows
|
13 lat temu |
joost
|
68d9066200
* Changed more packages to fpmake building
|
13 lat temu |
marco
|
70e6637b9e
* fix for crash of textmode IDE when loading CHM index that contains empty tags.
|
13 lat temu |
joost
|
480d075bb4
* Do not compile custfcgi and fpfcgi on Darwin
|
13 lat temu |
marco
|
4b24220de9
* increase loop in determine xterm, Mantis #21028
|
13 lat temu |
marco
|
1f40ff2362
* overloaded version of raiselastoserror that allows custom errorcodes
|
13 lat temu |
florian
|
96e8e89e16
* write error code if an object file cannot be created
|
13 lat temu |
florian
|
64a3e3b95f
* patch by Cyrax to compile graph on win64 as well, resolves #21093
|
13 lat temu |
florian
|
ce070c93fc
+ patch by Jeppe Johansen to support the SC32442B
|
13 lat temu |
florian
|
bf290cadae
+ include avr in fullcycle
|
13 lat temu |
florian
|
562932a2c9
* change dllparam into PtrInt, this is required for 64 bit systems, patch based on Gennadiy's patch in #21089, resolves #21089
|
13 lat temu |
sergei
|
fde1695961
* tcgx86_64.g_proc_exit: restore stack pointer using value that was calculated and stored in tcgx86.g_proc_entry, instead of recalculating it again.
|
13 lat temu |
sergei
|
149218408b
* Factored part of tcgrpocinfo.generate_code (responsible for setting up tempgen and stack frame) into a separate method.
|
13 lat temu |
joost
|
b24936e4ba
* Graph does not depend on x11 on windows
|
13 lat temu |