sergei
|
cd347e40b2
* Moved existing exception-related definitions into separate include file seh64.inc, and added some more WinAPI definitions needed for SEH.
|
hace 13 años |
sergei
|
ebb2205c63
* Moved TExceptionRecord definition to sysos.inc, it is identical for all Windows targets.
|
hace 13 años |
sergei
|
009ee271ec
- Cleaned out STR_CONCAT_PROCS define
|
hace 13 años |
Jonas Maebe
|
40a9762ac6
* objcprotocol symbols have to be weak in the non-fragile abi to prevent
|
hace 13 años |
michael
|
310e8e0b9c
* Removed resource added by lazarus
|
hace 13 años |
michael
|
9fe08751ce
* Fixed unit name of jsondataset
|
hace 13 años |
michael
|
aaf7db3904
* Added fpjsondataset
|
hace 13 años |
Jonas Maebe
|
22dd93858d
* don't try to write rtti for fields in Pascal records/classes/objects/...
|
hace 13 años |
michael
|
2d2436c256
* Added dependency of fcl-db on fcl-json
|
hace 13 años |
michael
|
b13b02956d
* Removed fpwebdata
|
hace 13 años |
michael
|
9135ece182
* Example for JSON dataset
|
hace 13 años |
michael
|
b4cc174cd7
* Added JSON dataset
|
hace 13 años |
michael
|
d58859af47
* Renamed to fpjsondataset, in line with other FPC units
|
hace 13 años |
michael
|
23c969a962
* Initial implementation of JSON dataset
|
hace 13 años |
sekelsenmat
|
3fff7b04fd
Virtualizes more TFPCustomCanvas drawing methods so that descendents can properly override them instead of hiding them, thus improving the hability to draw to a generic TFPCustomCanvas and get the same output in a TCanvas
|
hace 13 años |
sergei
|
724f41a9af
- Cleaned out FPC_STRTOSHORTSTRPROC and FPC_STRTOCHARARRAYPROC defines. Somebody had to do it one day.
|
hace 13 años |
michael
|
3106e57631
* Corrected program name clause
|
hace 13 años |
sergei
|
abdbe49861
+ SysUtils part of SEH (enabled only for win64)
|
hace 13 años |
sergei
|
b3335abe75
* MOVSXD destination operand cannot be in memory, resolves #20850.
|
hace 13 años |
sergei
|
5b6b6cdd11
- clean out remaining ver2_0, REGCALL, FPC_HAS_INDIRECT_MAIN_INFORMATION defines.
|
hace 13 años |
sergei
|
2642403d5b
* float_raise: Reduce amount of threadvar accesses, gains a bit more compact code. Functionality is not changed.
|
hace 13 años |
pierre
|
3fcf1f0050
* Do not use InfoLong as size can be different from InfoPtr used in Message
|
hace 13 años |
pierre
|
c25a96bd37
Avoid wrong exitcode 512 of Grep for Unix
|
hace 13 años |
pierre
|
bbc196ac02
Remove junk in test1 source file from alst commit
|
hace 13 años |
pierre
|
8b86d4ecb3
Fix AsciiTab proble for powerpc64, InfoLong and InfoPtr are not equivalent
|
hace 13 años |
pierre
|
179ccf2c6b
Enable AsciiTable and fix compilation with -dDEBUG
|
hace 13 años |
pierre
|
243687b6d4
Remove platform.inc
|
hace 13 años |
pierre
|
09d8a6423c
Use platform.inc file from ../src directory
|
hace 13 años |
pierre
|
5a0486a0cc
Use platform.inc file from ../src directory
|
hace 13 años |
sergei
|
bcbd25568e
* Call InitHeap before InitSystemThreads in TLS callback (necessary because InitSystemThreads calls RelocateHeap), and skip both of them in initialization section of system.pp if they have been called from TLS callback. This restores correct initialization sequence which was broken by r19779, resulting in lots of debug messages about corrupted heap when running tests/test/theapthread.pp
|
hace 13 años |