sergei
|
76b9d7e766
- Removed Win32Wide2AnsiMove() again, it was removed already in r17202 but got restored during subsequent cpstrnew merging.
|
13 лет назад |
marco
|
28c27c409e
* fixed up messages compilation after last commit.
|
13 лет назад |
pierre
|
4a9c8e330b
+ Move EXEC_callback into separate file win/systlsdir.inc
|
13 лет назад |
pierre
|
887f43f084
*Use newly generated fpcmkcfg binary if available
|
13 лет назад |
svenbarth
|
a1ef0add65
When searching for the generic def of nested types inside specializations we first need to check local declarations inside the method if we are in one. Only then we may search inside the type's declaration. Fixes #20836 .
|
13 лет назад |
michael
|
5824a0272b
* Print usage message
|
13 лет назад |
Legolas
|
8feff2bf86
* WII: added Timeval record for libogc compatibility
|
13 лет назад |
Legolas
|
0012aa613b
* Fixed GBA rtl compilation
|
13 лет назад |
svenbarth
|
b240dc129f
Don't push the local symtable of the current module, but of that module the generic belongs to (should fix compilation error of Lazarus).
|
13 лет назад |
svenbarth
|
7fa365233b
Fixed indentation.
|
13 лет назад |
sekelsenmat
|
6e481b3a73
fpcanvas: Adds TextExtent
|
13 лет назад |
sekelsenmat
|
cca5ff0807
fcl-image: Adds a new object-oriented and extensible approach to regions and add more text/drawing methods from TCanvas
|
13 лет назад |
Tomas Hajny
|
3f2f5ed559
+ support for working with thread priorities added
|
13 лет назад |
Tomas Hajny
|
4fb6274942
* minor enhancement for one of DosQuerySysState record types
|
13 лет назад |
florian
|
20b1e3af78
Merging of generics branch of Sven Barth
|
13 лет назад |
sergei
|
270fc39432
* An open array/array of const parameter passed by value and requiring a local copy on heap (currently all targets except non-Darwin i386 ones) should not be placed into register and should force procedure to have an implicit finally block.
|
13 лет назад |
michael
|
8d8a1a23e9
* Save/load package imports to/from package description file
|
13 лет назад |
pierre
|
ceffd8b8cc
* Fix lineinfo problems for BeOS/Haiku
|
13 лет назад |
florian
|
040c846fa1
* set def to a defined value in try_parse_structdef_nested_type, resolves #20802
|
13 лет назад |
florian
|
60cccdcdbd
* improve heuristics for copy_move vs. copy_string when optimizing for size, #20664
|
13 лет назад |
florian
|
aa529b0705
* fix fullcycle after -Sew for the compiler was introduced
|
13 лет назад |
marco
|
14e6dcf816
* Fixed opague pointer usage where the empty record was used instead of the
|
13 лет назад |
michael
|
293f20b26c
* Implemented --descr-dir and --input-dir
|
13 лет назад |
marco
|
a19b627739
* fix for regexpr unicode mode. (multiple a move with the size of the base char type)
|
13 лет назад |
michael
|
2d928cbee8
Logging options implemented, and dry run. Separated out creation and logging logic
|
13 лет назад |
michael
|
3935cf7460
* Added logging options
|
13 лет назад |
florian
|
9426cac1b0
* rebuilt Makefiles
|
13 лет назад |
florian
|
3abd84d8d2
* disable upx for win32, resolves #20772
|
13 лет назад |
Jonas Maebe
|
9b7ea86332
- more FPC 1.0.x code removed
|
13 лет назад |
svenbarth
|
9f44f36348
Removed another leftover from my overloaded symbol approach. Thanks to Florian for pointing it out.
|
13 лет назад |