florian
|
ff6ab60508
* prefer typecast currency->extended over currency->single/double because the former loses no precision while the latter might cause a loss of precision, resolves #19077
|
14 years ago |
florian
|
c97869bd89
* merge user sections support branch
|
14 years ago |
sergei
|
c939beee70
* Changed register allocation order for x86_64, putting first registers that don't need to be preserved by procedure. This way registers needing preservation are allocated less frequently (and for non-complex leaf functions not allocated at all), reducing amount of entry/exit code.
|
14 years ago |
michael
|
1d07ae97c4
* Added combined example: login using RPC and edit data using FPWebdata
|
14 years ago |
michael
|
eb2e21587b
* Published CreateSession property
|
14 years ago |
sergei
|
c5e7902e4b
+ x86_64 optimized assembler functions IndexByte and IndexWord
|
14 years ago |
florian
|
7f995c093e
* moved some code from pmodules to ncgutil to get rid of cpubase in pmodules
|
14 years ago |
florian
|
3ce9ff93f1
+ patch by Jeppe Johansen to support automatic interrupt table generation by using the interrupt directive with an offset. Not activated yet because it requires to change also the startup code of the different mcus.
|
14 years ago |
michael
|
91c824abbc
* Fixed compilation with dmwdebug define
|
14 years ago |
vladob
|
49f87b6d6b
next permutation
|
14 years ago |
marco
|
f34ffd02c9
* fix for 19114. Deal with empty arguments more graciously by quoting them.
|
14 years ago |
pierre
|
c22c58b3a5
* Avoid double freeing of frames with zero size as it creates a problem with heaptrc unit
|
14 years ago |
Jonas Maebe
|
66258fb0b8
* fixed TCmdStrListItem.GetCopy() (the reference count of the ansistring
|
14 years ago |
armin
|
03ca42d6e2
nwpre now initializes bss, use linker generated symbol to get address of .text (for lineinfo)
|
14 years ago |
armin
|
672d76e636
added a segment table containing segments for symbols defined by linker script (needed for relocs)
|
14 years ago |
paul
|
841357c66e
winunits-base: fix structure name
|
14 years ago |
paul
|
efad673509
winunits-base: correct GetThemeFont, GetThemeSystemFont font argument must be LogFontW instead of LogFont
|
14 years ago |
sergei
|
b7a56722ff
* Cleanup variant->string conversions: TryStrToDate and TryStrToTime are redundant because TryStrToDateTime already does the same checks. Patch from Luiz Americo, resolves #19115.
|
14 years ago |
florian
|
6fb666135f
* forbid <ordinal> in <set type>
|
14 years ago |
joost
|
b911e3d1c3
* Fixed AV when no owner is set
|
14 years ago |
joost
|
53ca12f8ab
* Use INSTALL_PREFIX to install to. Solves problems with testsuite
|
14 years ago |
sergei
|
c6accaba5c
* tcg386.g_copyvaluepara_openarray, improved generated code:
|
14 years ago |
sergei
|
c17afffb65
* Fixed Variant (containing DateTime) to string conversions. Conversion to WideString was plain wrong, and conversion to AnsiString was ignoring the time portion. Patch from Luiz Americo, resolves #19075.
|
14 years ago |
sergei
|
30a02b8d65
* CreateIoCompletionPort and GetCompletionPortStarus: changed type of 'completionKey' parameter to ULONG_PTR, patch from cobines, resolves #19104.
|
14 years ago |
joost
|
6c589478c8
* Use proper path-separator and executable extension (Fixes compilation on Windows)
|
14 years ago |
florian
|
9279c6955e
* support for SSSE3, SSE4,1, SSE4.2, AES instructions set by Emelyanov Roman, resolves #18527
|
14 years ago |
florian
|
0c62133d38
* patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740
|
14 years ago |
florian
|
00768bea47
* fix compilation of dllprt0.as for older arm assemblers without push support
|
14 years ago |
florian
|
f2a3f4e5af
* patch from Antonio Puente Rodero to fix arctanh and arccosh in unit ucomplex, resolves #18844
|
14 years ago |
florian
|
8bff2a0de4
* patch by Jeppe Johansen to fix thumb2 epilog generation, resolves #18392
|
14 years ago |