svenbarth
|
4a0d27ebfe
Fix for Mantis #26271: Don't trash local variables that are used for the Default() intrinsic.
|
11 年之前 |
reiniero
|
a025a87c19
* fcl-db: test sql scanner: fix test case
|
11 年之前 |
svenbarth
|
1bbcc08a8b
Fix for Mantis #26176. Don't handle "type helper" as unique.
|
11 年之前 |
svenbarth
|
9ab5affd55
Contrary to popular believe the VMT for a generic needs to be at least generated so that check for inherited methods can be done correctly. This does however not mean that the VMT is written to the object file which is handled at a completely different place. Fixes Mantis #26193.
|
11 年之前 |
reiniero
|
79d2abd1ca
* fcl-db: sql parser test: test for create domain with check constraint, default and not null, a la
|
11 年之前 |
reiniero
|
9ee1ec412f
* fcl-db: sql parser: fix failing STARTING WITH test committed in r27854
|
11 年之前 |
reiniero
|
02014da511
* fcl-db: cosmetic
|
11 年之前 |
reiniero
|
86e54269a0
* fcl-db: cosmetic
|
11 年之前 |
Károly Balogh
|
e89669bedc
rewrite SpinLock to still work without the need to accidentally disable optimizations for a large part of the classes unit
|
11 年之前 |
reiniero
|
d3bb0d4a17
+ fcl-db: add GUI for tests in testsqlscanner
|
11 年之前 |
Károly Balogh
|
df7af34de9
m68k: very early optimizer implementation experiments
|
11 年之前 |
svenbarth
|
639a59df92
Added support for partial specialization. This should fix a few problems with generics, the tests for which will be added in the next days after I've verified them.
|
11 年之前 |
sergei
|
bcddc40150
* powerpc64: removed references to global variables 'cg' (it is implicit 'self' in methods of tcg descendants) and 'current_asmdata.currasmlist' (the asmlist to use is passed as argument).
|
11 年之前 |
Károly Balogh
|
0fe656e82d
m68k: simplified code generated by g_concatcopy and cleaned up the old mess from the code
|
11 年之前 |
lacak
|
feff396633
fcl-db: sqldb: simplify code, remove unused field (FSQLBuf)
|
11 年之前 |
sergei
|
217ab9879c
* Enabled internal handling of Abs(longint) for all targets. It has been implemented in cross-platform way ages ago (see tcginlinenode.second_abs_long), but not enabled on MIPS,SPARC and m68k.
|
11 年之前 |
reiniero
|
c853c29c3c
* fcl-db: cosmetic
|
11 年之前 |
reiniero
|
c13396ad0a
* fcl-db: cosmetic
|
11 年之前 |
reiniero
|
493d38ff95
* fcl-db: sqlparser: test domain creation with check constraint like CHECK (VALUE STARTING WITH 'V');
|
11 年之前 |
reiniero
|
7275f30360
* fcl-db: readme for sql parser/scanner/lexer; based on Michael's message http://www.mail-archive.com/fpc-devel%40lists.freepascal.org/msg18680.html
|
11 年之前 |
sergei
|
c76dedfd31
* MIPS: re-enable peephole optimizations which got disabled by r27106 and were not restored in r27147. Unfortunately such things are hard to detect reliably in automated way.
|
11 年之前 |
nickysn
|
70732aedbb
* ti8086nodeutils.InsertMemorySizes: stack segment creation moved to a separate
|
11 年之前 |
sergei
|
886159e73a
* Renamed testdll2.pp into ttdllex1.pp so it falls into same chunk with ttdllexe.pp and can be located at runtime.
|
11 年之前 |
sergei
|
128cdd2a65
* Renamed testdll.pp into ttdlltes1.pp so it falls into same chunk with ttdlltest.pp and can be located at runtime.
|
11 年之前 |
sergei
|
bdb2993277
* Renamed tlib* tests so all file names of dependent tests differ only in last letter. This fixes failures caused by inability to locate dlls at runtime.
|
11 年之前 |
sergei
|
4202343033
* MIPS: emit ".set nomips16" and ".set noreorder" directives for procedures declared as "assembler nostackframe", as it is done for regular procedures. Handwritten assembler routines typically utilize delay slots, and it is desirable that assembler does not mess it up.
|
11 年之前 |
michael
|
6c7ab322a1
* Applied patch from Laco to fix bug ID #25939
|
11 年之前 |
michael
|
2e8e50a24b
* Applied patch from Laco to fix bug ID #25939
|
11 年之前 |
lacak
|
ae3f0f3752
fcl-db: base: introduce TParam.AsBytes + test
|
11 年之前 |
lacak
|
62782f1904
fcl-db: tests: some tests expects, that GetNDataset (FPDEV table) returns records ordered by ID. In some cases when in test record is updated (f.e. TestRefresh) this record appears at end when dataset is reopened.
|
11 年之前 |