paul
|
0c9b40acb7
compiler: record operators
|
14 years ago |
pierre
|
8a7b10586d
+ Use popuperr unit to avoid interactive error window
|
14 years ago |
pierre
|
7d5b632896
Use MSWindows instead of Win32 conditional
|
14 years ago |
pierre
|
e7dcc27cd9
Add popuperr unit on tests
|
14 years ago |
pierre
|
c5b2096f40
Add TEST_BENCH config
|
14 years ago |
pierre
|
e3b56a1bcb
|
14 years ago |
paul
|
368c215070
compiler: always derive DispInterface from IDispatch, this solve a problem with assigning dispinterface to IUnknown or IDispatch variables
|
14 years ago |
paul
|
dad8313512
compiler: handle dispinterfaces the same way as com interfaces because they are IDispatch descendants: increment/decrement they references in assignments and parameters passing by _AddRef, _Release
|
14 years ago |
joost
|
a9b8343a7e
* Add .note.GNU-stack section to .or files, so that executables do not get an executable stack, bug #16545
|
14 years ago |
sergei
|
3a23a3ebe0
Initial support of parametrized dispinterface properties:
|
14 years ago |
ivost
|
97e700bbcc
* enhanced date/time parser
|
14 years ago |
ivost
|
1a66fb6f9b
* splitted xmlxsd.pas into xmlxsd.pas and xmlxsdparser.pas
|
14 years ago |
Jonas Maebe
|
bbf0e35a51
+ Support for ARM CPS/CPSIE/CPSID instructions and mode flag bitfield
|
14 years ago |
Jonas Maebe
|
d76ddcabe6
* don't give an internalerror when trying to explicitly apply an invalid
|
14 years ago |
joost
|
1e92e576dd
* Use TDebugInfoDwarf2.appenddef_object's DoAppend also for writing the
|
14 years ago |
paul
|
f9f316ac45
compiler: don't set a structure to routine if it accidentally match some (bug #0018452)
|
14 years ago |
nickysn
|
fb943ef00b
* do not hog the CPU while waiting for an event under Win32
|
14 years ago |
michael
|
673497d15b
* Patch from bug #18460
|
14 years ago |
sergei
|
131b7fcdb2
* RTL: Replaced deprecated formatting symbols with their up-to-date counterparts, reduces compiler noise.
|
14 years ago |
marco
|
f06a903427
* bytelen function added, patch by Cyrax, mantis 18441
|
14 years ago |
joost
|
d5de153e39
* Refactored TDebugInfoDwarf2.appenddef_object, no functional changes, to easy code-reuse for Dwarf3s appenddef_object
|
14 years ago |
paul
|
8f7ada0db0
compiler: use anonymous inherited in all cases where the next token <> _ID (bug #0018443)
|
14 years ago |
sergei
|
c0f6084c2e
* SysUtils.Format: Fixed behavior in case when format specifier contains both index and '*' for width/precision.
|
14 years ago |
joost
|
a03c7cdc69
* Added two more Dwarf-4 constants
|
14 years ago |
paul
|
86482658a8
compiler: fix tgeneric11 test:
|
14 years ago |
Jonas Maebe
|
a40fe9c078
* fixed potentially wrong operation size in tgppccasenode.genlinearlist()
|
14 years ago |
joost
|
faeb80b55c
* Write Dwarf-debug info for class constants
|
14 years ago |
marco
|
a318f1c91e
* Also changed the redef version of getprocessaffinity.. to dword_ptr.
|
14 years ago |
paul
|
def46487eb
compiler: simplify _CLASS token handling in record declarations too
|
14 years ago |
paul
|
d37fde7302
compiler: simplify _CLASS token handling in object declarations by Sven Barth (issue #18425)
|
14 years ago |