marco
|
c8f3925944
* small fix for last commit that avoids trouble when project is created programmatically
|
před 15 roky |
marco
|
a0c169e0b9
* context support in the project.
|
před 15 roky |
florian
|
701d911f58
* continued on node cse
|
před 15 roky |
florian
|
fdb67a28ab
* node complexity of subscribing increased because it's not only a simple operation to a register but requires a memory access
|
před 15 roky |
florian
|
1632a10305
* search also nested common subexpressions on node level
|
před 15 roky |
paul
|
b084d70ae4
compiler: cleanup - remove unused variables
|
před 15 roky |
paul
|
6b1f84087d
tests: fix 2 database tests which assumed that dates are in yyyy-mm-dd format on all locales
|
před 15 roky |
paul
|
5cc182ac07
rtl: fix FormatFloat to skip first spaces
|
před 15 roky |
joost
|
1e3a429367
* Implemented TCustomHTTPModule.Kind: wkPooled, wkOneShot
|
před 15 roky |
paul
|
4a5fab9c70
tests: fix test to run on all locales
|
před 15 roky |
florian
|
0d57b2d8da
* use 3 op cgobj methods when doing shl/shr code generation, this allows the cg to generate better code on risc archs having 3 operand shifts
|
před 15 roky |
florian
|
1583907ac4
* improved node complexity calculation: 64 bit operations are more expensive, ord. const nodes on arm can be expensive
|
před 15 roky |
Jonas Maebe
|
d219109b16
* fixed dumping objectdefs after r14185
|
před 15 roky |
florian
|
616289f1c8
* Winsock2.GROUP must be of type u_int, resolves #15254
|
před 15 roky |
florian
|
20995bb01b
* patch by Sven Barth: Add CeRapiInvoke to rapi.pp, resolves #15170
|
před 15 roky |
florian
|
4faf2e9f0f
* cleaned up redundant declarations of types like PP(P)Char/Byte and moved them to the system unit
|
před 15 roky |
florian
|
b42b96752c
* linux rtl contains target cpu specific files
|
před 15 roky |
florian
|
b2be0445bb
* reenable ssa on function results if no exit is used, this was broken in r8578
|
před 15 roky |
paul
|
e9770b180a
tests: fixed SetWindowLong test
|
před 15 roky |
paul
|
1bbd116730
tests: fix $WARN test
|
před 15 roky |
paul
|
56bd6e830e
compiler: fix assembler constant expressions evaluation + fully enable appropriate test
|
před 15 roky |
paul
|
3fff90de80
tests: fix test
|
před 15 roky |
Jonas Maebe
|
87849e1fc6
+ added missing NSApp declaration
|
před 15 roky |
Jonas Maebe
|
2d2465aac4
* disabled the use of samevalue() when comparing float variants, because
|
před 15 roky |
florian
|
30538c4dd3
* export CreateRegKey and friends from ComObj, resolves #15299
|
před 15 roky |
Jonas Maebe
|
666b4e2469
* fixed range errors in label bookkeeping that caused too much memory to be
|
před 15 roky |
Jonas Maebe
|
18e3f01552
* fixed compilation with range checking enabled
|
před 15 roky |
Jonas Maebe
|
e254d607d6
* support arrayconstructornodes of procvars (mantis #15391)
|
před 15 roky |
florian
|
448f3d99c1
* cleanup of case <string> of code by Sergei Gorelkin, resolves #13700
|
před 15 roky |
florian
|
dab642986e
* patch by Sergei Gorelkin, fixes several issues with implements, resolves #15209
|
před 15 roky |