pierre
|
c6be9b29ee
Try to update test to adapt to softfpu source changes
|
13 жил өмнө |
sergei
|
06192a8137
Values of managed variables are never ever used after decrementing reference on the variable, so there is no point of having a 'decrement reference' as a separate operation. We can always do 'finalize', i.e. clear the contents after decref.
|
13 жил өмнө |
sergei
|
afb4992113
* Changed code generation for assignments of managed types, it now generates a single call to helper procedure (significantly reducing code size) and is handled entirely in firstpass.
|
13 жил өмнө |
joost
|
76fb845f4a
* Re-generated makefile. It contained an invalid package name for some reason
|
13 жил өмнө |
joost
|
ac799e43ed
* Do not pass -Fisrc to the compiler, fixes compiling with rtl compiled without -Ur
|
13 жил өмнө |
joost
|
4bb05b21ed
* Converted fpmkunit and the packages it depends on to fpmake building.
|
13 жил өмнө |
sergei
|
568ef396fb
* Added fpc_dynarray_assign (a helper for dynamic array assignments), added local access to fpc_intf_assign, and switched fpc_copy to use assignment helpers instead of incr_ref/decr_ref combinations.
|
13 жил өмнө |
pierre
|
ac80391c74
* Try to fix go32v2 problems related to DJGPP 2.04 CVS code using __environ as alias of _environ
|
13 жил өмнө |
pierre
|
bf321b72c7
* Try to fix go32v2 problems related to DJGPP code using C free on _environ ppchar by reallcating with malloc
|
13 жил өмнө |
pierre
|
a088820cfe
* Try to fix problem with gdbver executable
|
13 жил өмнө |
marco
|
b5cc3fbd6c
* ftBytes,ftVarBytes support in odbcconnection.setparameters
|
13 жил өмнө |
Jonas Maebe
|
ceee186f2f
* typecheck all array indices, not just integer and boolean types
|
13 жил өмнө |
Jonas Maebe
|
bab8e5da5a
* set the default range type of arrays to ptrsinttype rather
|
13 жил өмнө |
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 жил өмнө |
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 жил өмнө |
Legolas
|
cf9aaaa5ce
* Install the examples files for gba and nds
|
13 жил өмнө |
joost
|
90cfc86f71
* Re-generated Makefile. It did miss the dependency on fpmkunit because of local changes when fpcmake was run in r20101.
|
13 жил өмнө |
marco
|
a7fb5c7e6c
* updated comments (Mantis #21107)
|
13 жил өмнө |
joost
|
7a69b2cd37
* Switched winceunits package to fpmake building
|
13 жил өмнө |
michael
|
7f59902842
* Patch from Hand-Peter Diettrich to fix CHM extension usage
|
13 жил өмнө |
marco
|
5ce5f4f2a9
* Init use_proxy to false, Mantis #21097
|
13 жил өмнө |
sergei
|
cbad0abab5
+ Platform-specific exception support for x86_64-win64. Enable by cycling with OPT=-dTEST_WIN64_SEH.
|
13 жил өмнө |
pierre
|
0ad800b2db
+ Add some comments and follow main.c more closely
|
13 жил өмнө |
Jonas Maebe
|
e92c597a53
r334 | jonas | 2012-01-16 22:09:29 +0100 (Mon, 16 Jan 2012) | 2 lines
|
13 жил өмнө |
joost
|
7b522af932
* Install the additional example files
|
13 жил өмнө |
joost
|
0185f341aa
* Compile os2 units also for emx target
|
13 жил өмнө |
joost
|
65d568ab6d
* Added fpmake.pp for winceunits package
|
13 жил өмнө |
michael
|
776fe528d6
* Actually use FileNameExtension
|
13 жил өмнө |
michael
|
9788e2cad8
* Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101)
|
13 жил өмнө |
joost
|
df6957decb
* Added unit p_ddraw to fpmake.pp-file on Windows
|
13 жил өмнө |