pierre
|
def7ffbea5
* Add some additional fields to testrun table
|
15 years ago |
pierre
|
be36d13e73
+ Update for correct cleaning of dbdigest executable
|
15 years ago |
pierre
|
7c06edbb17
* Avoid Range checks in CalcHash
|
15 years ago |
pierre
|
d5f0cc1f7d
+ Add explicit Port for mysql connection
|
15 years ago |
pierre
|
69dedbfaeb
+ Add support for programs in clean section
|
15 years ago |
pierre
|
9c487c236a
* more updates for test history
|
15 years ago |
paul
|
1b55473ad5
utils: implement module options for ppudump
|
15 years ago |
paul
|
25298fbcd9
compiler: allow hint modifier for 'unit' keyword (reason - delphi compatibility) + test
|
15 years ago |
paul
|
bd6f1d7447
compiler: auto generate method/property dispid if it is not set explicitly
|
15 years ago |
florian
|
29961c1b8c
* don't do cse on simple local/para variables
|
15 years ago |
florian
|
69a23fe32a
+ foreachnode* must also iterate through the new introduced temp. initialization field
|
15 years ago |
pierre
|
ea6c6631a4
* fix for bug report 15554, creating problem in text mode IDE
|
15 years ago |
florian
|
f12ba2ed23
* fixes ttypeconvnode.docompare hopefully finally (nobody has seen my last attempt ;))
|
15 years ago |
paul
|
d3820bfa58
rtl: add TVmtFieldTable, TVmtFieldEntry to typinfo unit since delphi has that declarations too
|
15 years ago |
paul
|
cc23c7c744
test: extend dispinterface test for win64 and wince (2 of 3)
|
15 years ago |
paul
|
009ef9184d
compiler: add dispinterfaces to most of places where something is comparing to usual interfaces since they are not very different things
|
15 years ago |
paul
|
e82edfb0fb
compiler: allow Assigned call for dispinterfaces
|
15 years ago |
paul
|
6bc01f8c7e
tests: add 2 fail dispinterface test
|
15 years ago |
paul
|
0d7391baff
tests: restore nil check in the dispinterface test
|
15 years ago |
paul
|
1ae0cebc1a
compiler: implement dispinterface properties + modified test
|
15 years ago |
paul
|
b16653e099
compiler: fix translate_disp_call for cases with method calling with no arguments
|
15 years ago |
paul
|
7e0578c569
comobj: fix DoDispCallByID. Now it works fine for DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYGET.
|
15 years ago |
paul
|
58f43def5c
compiler: write dummy restype to calldescnode if we are calling by dipid
|
15 years ago |
paul
|
9f7a69627a
comobj: for loop to ArgCount - 1 causes a crash when ArgCount = 0 because it is unsigned
|
15 years ago |
florian
|
75e702c2e8
* rename cpu instruction set define cpu386 to cpu80386. cpu386 is used already as a family define
|
15 years ago |
florian
|
988b94e578
* store array results returned in registers on x86_64-win64 in a memory location if needed, resolves #14388
|
15 years ago |
florian
|
20de72b703
* allow writeln/readln on generic type parameters
|
15 years ago |
micha
|
e66b0b1f37
* tests: add test for issue #15500
|
15 years ago |
micha
|
215823c88f
* rtl: fix TFPGList Add/Insert hang/crash (issue #15500)
|
15 years ago |
florian
|
2c823f5935
* fixes compilation of win32 system unit with -dSYSTEMEXCEPTIONDEBUG
|
15 years ago |