sergei
|
ae028b1e1d
* Intel assembler writer, don't truncate written values to 32 bits, as this code is also used for x86_64. Fixes Mantis #18020.
|
14 年之前 |
sergei
|
5bf51c991c
* VarUtils, fixed missing support for interfaces
|
14 年之前 |
sergei
|
4e3cedb492
* VariantInit is a procedure, not a function (according to both MSDN and Delphi docs).
|
14 年之前 |
sergei
|
ddfb032913
* VarUtils, fixed a wrong identifier
|
14 年之前 |
Jonas Maebe
|
3a089cea10
* give an error when trying to let an objcclass conform to a
|
14 年之前 |
Jonas Maebe
|
a880603816
* updated version of the conversion script, used to generate the previously
|
14 年之前 |
Jonas Maebe
|
c132727caf
* updated to Mac OS X 10.6 SDK
|
14 年之前 |
Jonas Maebe
|
43e57f3911
r332 | jonas | 2010-12-08 11:18:24 +0100 (Wed, 08 Dec 2010) | 3 lines
|
14 年之前 |
Jonas Maebe
|
8c4b6c9de2
+ full contents of NSZone.h
|
15 年之前 |
ivost
|
0876df07f0
* changed output only parameters from var to out
|
15 年之前 |
Jonas Maebe
|
f8369032da
* same fixes as in r16255 for x86_64 (fixes webtbs/tw17714 on Darwin/x86_64)
|
15 年之前 |
paul
|
3e5f6e7a60
compiler: reduce the overhead made in previous revision
|
15 年之前 |
marco
|
1c0e482d7d
* patch for regex. Fixes exception in rcclear, some casing issues and matching of \w. Also a fix for currentpos in the old version. Mantis 15466
|
15 年之前 |
paul
|
af39178e06
compiler: redo type search in parent classes. previous trial breaks objective pascal implementation
|
15 年之前 |
marco
|
69c89d4579
* more tcustomvariant conversion helpers from Lacak2. Mantis 16853
|
15 年之前 |
marco
|
b1f1c026f8
* enabled cnetdb for Linux, added a demo
|
15 年之前 |
sergei
|
b8aec6e4aa
+ Support for UnicodeString in variant conversions, based on patch from Ivan Shikhalev, resolves #18083.
|
15 年之前 |
marco
|
a1ebbdcee1
* compiles again ( .logger.info references changes to application.log())
|
15 年之前 |
michael
|
413dcde4aa
* Made used SQLLite library name configurable
|
15 年之前 |
michael
|
627bc7f73b
* Forgot to commit constants used in sqldb logging
|
15 年之前 |
michael
|
0ca7ca5517
* Logging facilities implemented
|
15 年之前 |
florian
|
34dc727f0b
+ test for last commit
|
15 年之前 |
florian
|
9dc584efbf
* patch by Aleksa Todorovic to solve another issue with nested generics, resolves #17193
|
15 年之前 |
florian
|
07e3232fef
o patch for OpenCL package by Denis Golovan, resolves #18119
|
15 年之前 |
paul
|
8b209be7e9
compiler: put static variables into unit level and not into parent class/object/record (fixes bug #0018131)
|
15 年之前 |
paul
|
ab4a5c74c1
compiler: allow TFoo.TBar types for object methods (bug #0018123)
|
15 年之前 |
paul
|
515c99cc01
compiler: cleanup
|
15 年之前 |
paul
|
2155dadf5e
compiler: push to the stack not only nested hierarchy but also class hierarchy for each nested entry both in method declaration and for method body, also push child hierarchy while parsing object members because in other case parent types are invisible for descendants (fixes mantis #0018124, mantis #0018127 and more) + extended test
|
15 年之前 |
paul
|
37179a6558
compiler: cleanup
|
15 年之前 |
paul
|
668cd1f3c0
compiler: change check for current in try_consume_unitsym - don't use current_unit in check because specialize code does not replace this variable (fixes bug #0015591)
|
15 年之前 |