paul
|
8e36256bc9
compiler: add support for visibility blocks in records and type, const declarations:
|
15 years ago |
paul
|
9a6ae5ef6d
create a branch for extended records implementation
|
15 years ago |
Jonas Maebe
|
f8369032da
* same fixes as in r16255 for x86_64 (fixes webtbs/tw17714 on Darwin/x86_64)
|
15 years ago |
paul
|
3e5f6e7a60
compiler: reduce the overhead made in previous revision
|
15 years ago |
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 years ago |
paul
|
af39178e06
compiler: redo type search in parent classes. previous trial breaks objective pascal implementation
|
15 years ago |
marco
|
69c89d4579
* more tcustomvariant conversion helpers from Lacak2. Mantis 16853
|
15 years ago |
marco
|
b1f1c026f8
* enabled cnetdb for Linux, added a demo
|
15 years ago |
sergei
|
b8aec6e4aa
+ Support for UnicodeString in variant conversions, based on patch from Ivan Shikhalev, resolves #18083.
|
15 years ago |
marco
|
a1ebbdcee1
* compiles again ( .logger.info references changes to application.log())
|
15 years ago |
michael
|
413dcde4aa
* Made used SQLLite library name configurable
|
15 years ago |
michael
|
627bc7f73b
* Forgot to commit constants used in sqldb logging
|
15 years ago |
michael
|
0ca7ca5517
* Logging facilities implemented
|
15 years ago |
florian
|
34dc727f0b
+ test for last commit
|
15 years ago |
florian
|
9dc584efbf
* patch by Aleksa Todorovic to solve another issue with nested generics, resolves #17193
|
15 years ago |
florian
|
07e3232fef
o patch for OpenCL package by Denis Golovan, resolves #18119
|
15 years ago |
paul
|
8b209be7e9
compiler: put static variables into unit level and not into parent class/object/record (fixes bug #0018131)
|
15 years ago |
paul
|
ab4a5c74c1
compiler: allow TFoo.TBar types for object methods (bug #0018123)
|
15 years ago |
paul
|
515c99cc01
compiler: cleanup
|
15 years ago |
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 years ago |
paul
|
37179a6558
compiler: cleanup
|
15 years ago |
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 years ago |
paul
|
d9a43f7858
compiler: cleanup
|
15 years ago |
paul
|
ba75daa50d
compiler: change find_module_from_symtable to support not only unit symtables but also other symtables with valid moduleid (fixes bug #0016090)
|
15 years ago |
marco
|
c9c1179b00
* Initial variantop and compare handlers. Patch from Laaca, bug #16853
|
15 years ago |
joost
|
191e83cb7e
* Patch from Darius Blaszijk to support version numbers with less then three digits, bug #17833
|
15 years ago |
Jonas Maebe
|
4ed666afab
* reverted r8795 that saved/set/restored the fpu exception mask before
|
15 years ago |
marco
|
9534c5bd8b
* Delphi XE (2010?) compatible alias for defaultformatsettings.
|
15 years ago |
paul
|
26032c3574
test: add { %norun } directive to tw12249
|
15 years ago |
paul
|
433f18e60c
compiler: resolve only current typeblock forward declarations when the type block is finished (fixes bug #0018086)
|
15 years ago |