Commit Graph

33683 Commits

Author SHA1 Message Date
vladob
5dd0d99368 iterators for fcl-stl containers
git-svn-id: trunk@17310 -
2011-04-12 13:50:19 +00:00
pierre
83e0b5207d + Add graph, wincrt and winmouse units for win64 OS target
git-svn-id: trunk@17306 -
2011-04-11 10:20:46 +00:00
pierre
d3d34c61f6 * Use system thread functions and allow win64 compilation
git-svn-id: trunk@17305 -
2011-04-11 10:19:43 +00:00
pierre
9420a8ddf4 * Change Message function return type to be Win64 compatible
git-svn-id: trunk@17304 -
2011-04-11 10:19:04 +00:00
marco
5595aafa90 * support for Delphi/64 NativeInt and NativeUint as shown in several promotions on the web. (aliases for ptrint/ptruint)
git-svn-id: trunk@17303 -
2011-04-11 09:48:51 +00:00
sekelsenmat
a37d6edba2 fpvectorial: Merges changes, improved DXF reading, adds pen and color data to the data structures
git-svn-id: trunk@17301 -
2011-04-11 07:28:30 +00:00
florian
4d19f6c532 * patch by Jeppe Johansen to be able to generate debug info if an rtl without variant support is used, resolves #18483
git-svn-id: trunk@17300 -
2011-04-10 21:11:03 +00:00
vladob
ae8a0c44bb hash set + hash map 2
git-svn-id: trunk@17299 -
2011-04-10 20:31:01 +00:00
vladob
cda5fa8f32 hash set + hash map
git-svn-id: trunk@17298 -
2011-04-10 20:24:57 +00:00
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
git-svn-id: trunk@17297 -
2011-04-10 19:40:18 +00:00
florian
c97869bd89 * merge user sections support branch
git-svn-id: trunk@17285 -
2011-04-10 18:08:59 +00:00
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.
git-svn-id: trunk@17284 -
2011-04-10 18:04:17 +00:00
michael
1d07ae97c4 * Added combined example: login using RPC and edit data using FPWebdata
git-svn-id: trunk@17283 -
2011-04-10 17:59:36 +00:00
michael
eb2e21587b * Published CreateSession property
git-svn-id: trunk@17282 -
2011-04-10 17:18:38 +00:00
sergei
c5e7902e4b + x86_64 optimized assembler functions IndexByte and IndexWord
+ Extended tests of IndexByte with checks to verify correct operation when passed length is -1.

git-svn-id: trunk@17281 -
2011-04-10 17:05:18 +00:00
florian
7f995c093e * moved some code from pmodules to ncgutil to get rid of cpubase in pmodules
git-svn-id: trunk@17280 -
2011-04-10 16:27:49 +00:00
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.
git-svn-id: trunk@17279 -
2011-04-10 15:59:06 +00:00
michael
91c824abbc * Fixed compilation with dmwdebug define
git-svn-id: trunk@17278 -
2011-04-10 10:57:59 +00:00
vladob
49f87b6d6b next permutation
git-svn-id: trunk@17273 -
2011-04-08 22:19:39 +00:00
marco
f34ffd02c9 * fix for 19114. Deal with empty arguments more graciously by quoting them.
git-svn-id: trunk@17272 -
2011-04-08 14:41:36 +00:00
pierre
c22c58b3a5 * Avoid double freeing of frames with zero size as it creates a problem with heaptrc unit
git-svn-id: trunk@17271 -
2011-04-08 11:40:42 +00:00
Jonas Maebe
66258fb0b8 * fixed TCmdStrListItem.GetCopy() (the reference count of the ansistring
field was messed up due to the use of "move()" to copy all field data)

git-svn-id: trunk@17270 -
2011-04-08 08:10:07 +00:00
armin
03ca42d6e2 nwpre now initializes bss, use linker generated symbol to get address of .text (for lineinfo)
git-svn-id: trunk@17269 -
2011-04-07 19:39:51 +00:00
armin
672d76e636 added a segment table containing segments for symbols defined by linker script (needed for relocs)
git-svn-id: trunk@17268 -
2011-04-07 19:38:25 +00:00
paul
841357c66e winunits-base: fix structure name
git-svn-id: trunk@17267 -
2011-04-07 06:46:50 +00:00
paul
efad673509 winunits-base: correct GetThemeFont, GetThemeSystemFont font argument must be LogFontW instead of LogFont
git-svn-id: trunk@17266 -
2011-04-07 06:27:16 +00:00
sergei
b7a56722ff * Cleanup variant->string conversions: TryStrToDate and TryStrToTime are redundant because TryStrToDateTime already does the same checks. Patch from Luiz Americo, resolves #19115.
git-svn-id: trunk@17265 -
2011-04-07 04:10:54 +00:00
florian
6fb666135f * forbid <ordinal> in <set type>
git-svn-id: trunk@17263 -
2011-04-06 20:32:45 +00:00
joost
b911e3d1c3 * Fixed AV when no owner is set
git-svn-id: trunk@17262 -
2011-04-06 10:15:37 +00:00
joost
53ca12f8ab * Use INSTALL_PREFIX to install to. Solves problems with testsuite
git-svn-id: trunk@17261 -
2011-04-06 09:37:20 +00:00
sergei
c6accaba5c * tcg386.g_copyvaluepara_openarray, improved generated code:
- second calculation of EDI is obsolete, its value is never used.
  - calculation of ECX can be partially shared with first calculation of EDI.
  - multiplying ECX by 1 is also redundant (was happening due to a wrong condition).

git-svn-id: trunk@17260 -
2011-04-06 08:54:20 +00:00
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.
git-svn-id: trunk@17259 -
2011-04-06 07:08:30 +00:00
sergei
30a02b8d65 * CreateIoCompletionPort and GetCompletionPortStarus: changed type of 'completionKey' parameter to ULONG_PTR, patch from cobines, resolves #19104.
git-svn-id: trunk@17258 -
2011-04-06 03:33:45 +00:00
joost
6c589478c8 * Use proper path-separator and executable extension (Fixes compilation on Windows)
git-svn-id: trunk@17257 -
2011-04-05 20:31:34 +00:00
florian
9279c6955e * support for SSSE3, SSE4,1, SSE4.2, AES instructions set by Emelyanov Roman, resolves #18527
+ test for aes support

git-svn-id: trunk@17256 -
2011-04-05 20:22:57 +00:00
florian
0c62133d38 * patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740
git-svn-id: trunk@17255 -
2011-04-05 20:10:09 +00:00
florian
00768bea47 * fix compilation of dllprt0.as for older arm assemblers without push support
git-svn-id: trunk@17254 -
2011-04-05 19:42:36 +00:00
florian
f2a3f4e5af * patch from Antonio Puente Rodero to fix arctanh and arccosh in unit ucomplex, resolves #18844
git-svn-id: trunk@17253 -
2011-04-05 19:37:50 +00:00
florian
8bff2a0de4 * patch by Jeppe Johansen to fix thumb2 epilog generation, resolves #18392
git-svn-id: trunk@17252 -
2011-04-05 19:25:20 +00:00
florian
0e74cea8ed * patch by Simon Ley to improve move on arm: unneeded plds are removed, resolves #19050
git-svn-id: trunk@17251 -
2011-04-05 18:44:10 +00:00
Jonas Maebe
da16630c50 * fixed compilation on FPC_USE_LIBC platforms after r17249 (they already
define a version of move() that calls libc.memmove())

git-svn-id: trunk@17250 -
2011-04-05 13:40:45 +00:00
sergei
6e09d76b07 + x86_64 assembler implementations of Move and FillChar. Does not use SIMD, so probably not the fastest for large move sizes, but for small to medium sizes it should be competitive.
* Extended the related test with checks for medium and large move sizes, to improve coverage for different code paths that are used depending on size.

git-svn-id: trunk@17249 -
2011-04-05 09:53:54 +00:00
joost
da7ef036ba * Added univint dependency for MacOSX which is not detected by fpcmake
git-svn-id: trunk@17248 -
2011-04-05 08:14:00 +00:00
michael
56bd9e0d25 * Applied patch from 19097, compilable with Delphi
git-svn-id: trunk@17247 -
2011-04-04 20:57:11 +00:00
vladob
da487a9d84 doc change
git-svn-id: trunk@17246 -
2011-04-04 20:51:16 +00:00
vladob
f83ae10939 test change
git-svn-id: trunk@17245 -
2011-04-04 20:50:25 +00:00
michael
d22edd8e15 * ONChange removed from field, TDatset Descendents must do it
git-svn-id: trunk@17243 -
2011-04-04 13:22:29 +00:00
florian
07c9a772bf * fix compilation when object type cast checking is on
git-svn-id: trunk@17236 -
2011-04-03 10:50:34 +00:00
michael
cb3043b3a2 * Fixed 19068
git-svn-id: trunk@17235 -
2011-04-03 09:27:06 +00:00
michael
6a0bd01953 * Added license
git-svn-id: trunk@17234 -
2011-04-03 09:22:27 +00:00