marco
|
80c25bda92
* make onprogress public. Mantis #23476
|
12 years ago |
marco
|
2b70085b61
* removed debug writeln.
|
12 years ago |
svenbarth
|
e914ec7f00
Add platform independant support for "GetTickCount" and "GetTickCount64" to unit "SysUtils". "GetTickCount" is declared as deprecated from the beginning and thus "GetTickCount64" should be used instead.
|
12 years ago |
sergei
|
d967566a37
* Changed TExternalAssembler.CreateSmartLinkPath to use ansistrings (TPathStr), like the rest of file handling routines do.
|
12 years ago |
sergei
|
27c626245b
* Reuse RecordRTTI to finalize class instances. This is possible because RTTI for classes is the same as for records (except different value of tkKind field), and RecordRTTI ignores tkKind (assuming that required checks are done by its caller).
|
12 years ago |
marco
|
4dbe24d375
* some position 64-bit fixes found when I did a quick investigation of #23482
|
12 years ago |
michael
|
3f1111649b
* Small improvement to dumprecord
|
12 years ago |
michael
|
0602984934
* Compile fpapache24
|
12 years ago |
michael
|
17ec1d4266
* Version of apache module application that works with Apache 2.4
|
12 years ago |
michael
|
5180320841
* Avoid nameclash in apr too
|
12 years ago |
michael
|
26bab0d14f
* Also compile httpd24
|
12 years ago |
yury
|
2012220aec
* Fixed HKEY_xxx defines for win64. For example HKEY_CLASSES_ROOT should be $FFFFFFFF80000000 on win64 instead of $80000000. Most registry API functions accept invalid HKEY_xxx values. But some registry functions like RegOverridePredefKey() require proper values. I had spent several hours fighting with RegOverridePredefKey() on win64 until I have found what had been wrong.
|
12 years ago |
michael
|
6ee8cade08
* httpd 2.4 (Apache 2.4) headers by A. Borka
|
12 years ago |
marco
|
a929eb36cb
* Fix for #23470, also free fcommands
|
12 years ago |
yury
|
5556fecdf0
* Include regdef.inc only if XMLREG is defined (non-Windows platforms). On Windows it is not needed since the Windows unit is included and it has all necessary declarations. Keeping duplicate declarations in regdef.inc on Windows is dangerous since it leads to out of sync problems.
|
12 years ago |
sergei
|
1116bc3542
* Fixed incorrect condition (a linked list always has at least one dummy element) which was causing every unit to have a threadvar table, regardless of actual presence of threadvars. For units without code, this was causing creation of .o files which aren't necessary otherwise.
|
12 years ago |
lacak
|
30f96442ca
fcl-db: postgresql: catalog_name for GetSchemaInfoSQL
|
12 years ago |
sergei
|
f9dbcbd0c3
- Removed duplicate file header
|
12 years ago |
lacak
|
7e1dcce60b
fcl-db: postgresql: increase max allowed string field length. Fix for existing test TTestFieldTypes.TestStringLargerThen8192.
|
12 years ago |
sergei
|
278fbb742e
* mips-linux: call SetErrno in order to remove dependence on threadvar implementation details.
|
12 years ago |
michael
|
2ab822c5f0
* Forgot to commit images
|
12 years ago |
michael
|
366cd2d9c2
* Fixed unresolved elements in tree
|
12 years ago |
michael
|
bc60ea4713
* Added ability to create class chart
|
12 years ago |
michael
|
2c26d53f9b
* Added ability to create class chart
|
12 years ago |
reiniero
|
c9e838e2f9
+ FCL-DB: db test framework: add test for issue #23509: locate must ignore lopartialkey for non-string fields
|
12 years ago |
reiniero
|
e4ed8ea35b
- FCL-DB: db test framework: clean up dbf export code (duplicate functionality since r23164)
|
12 years ago |
reiniero
|
4556129de7
* FCL-DB: only honour lopartialkey for locate on indexed fields if field is string type.
|
12 years ago |
lacak
|
9f60eca94f
fcl-db: tests: move IFDEF to proper position
|
12 years ago |
sergei
|
c766c50907
* Proper fix for SPARC cycling with -dCHECK_PIC, pi_needs_got additionally must be set in following cases:
|
12 years ago |
pierre
|
658968ef44
Add debugging generation ability for m68k compiler
|
12 years ago |