sergei
|
8dc6ebb5ed
rtl/generic.inc, minor optimizations:
|
13 سال پیش |
sergei
|
32094761ef
* win32/system.pp, win64/system.pp: Moved duplicated declarations of WinAPI functions to sysos.inc (Florian's comment about include ordering is no longer true, wstrings.inc comes after sysos.inc these days).
|
13 سال پیش |
michael
|
c17d15cf72
* Start of project file manipulation program
|
13 سال پیش |
michael
|
e07646a653
* Implemented project file writing functionality, based on patch from Hans-Peter Diettrich
|
13 سال پیش |
sergei
|
37abdd52df
* Reverted r19693, calling SysInitMultithreading from PROCESS_ATTACH is plain wrong because it depends on initialized thread manager. Calling InitSystemThreads is more correct, but in case of Win32 it further depends on EnrtyInformation, which is not available at this point. Properly solving the issue requires moving the entire TLS stuff into sysinit units or something like that.
|
13 سال پیش |
sergei
|
e62cd71a2f
* Fixed cycling with 2.4.4 after r19707 (2.4.4 does not define FPC_HAS_FEATURE_RESOURCES, so related stuff is not compiled)
|
13 سال پیش |
sergei
|
0093517227
* sysutils: changed RunErrorToExcept to use table instead of case statement for OS exceptions. This is to be able to extract exception class alone for the upcoming SEH support.
|
13 سال پیش |
marco
|
0d562f04ff
* Improve CHM versioning, now that a compiler is added. Main chm version is in chmbase
|
13 سال پیش |
sergei
|
816953990d
* Do not access fields of potentially unassigned resultdef. p1.resultdef is not assigned at this point when dotypecheck=false. Mantis #20765.
|
13 سال پیش |
sergei
|
266acd1bed
* Windows TLS callbacks, call SysInitMultithreading early, it is necessary because if a statically loaded DLL creates a thread, apparently DLL_THREAD_ATTACH callback executes right away before the entry point. In turn, DLL_THREAD_ATTACH requires TLSIndex to be initialized.
|
14 سال پیش |
sergei
|
c8e65c501a
* Don't optimize away implicit initialization/finalization procedures if corresponding clause is present in the source but is empty. Resolves #19701.
|
14 سال پیش |
Jonas Maebe
|
b584c71e42
* use {$IFNDEF cpu64bitaddr} instead of {$IFDEF cpu32bit} so that it's
|
14 سال پیش |
Jonas Maebe
|
f7adaef12a
* defined cpu32bit for mips
|
14 سال پیش |
Jonas Maebe
|
5816f0951d
* fix alignment of sc80real on darwin
|
14 سال پیش |
Jonas Maebe
|
a1ff3b24b9
* fixed warning/error when cross-compiling from 64 bit to 32/16 bit target
|
14 سال پیش |
Jonas Maebe
|
de3a7f0cfd
* the size of the FPC_RESSYMBOL pointer must depend on the target
|
14 سال پیش |
pierre
|
2e4b7ae05c
Apply fixes from Sven Barth
|
14 سال پیش |
sergei
|
3a579ced7b
* Fixed IE201103063 when <dynamic array of unmanaged type> is being passed to <out open array> parameter.
|
14 سال پیش |
michael
|
dce13ae068
* Patch from Reinier Olislagers to improve blob reading speed
|
14 سال پیش |
paul
|
031eb4d51c
compiler: fix 'class class' message
|
14 سال پیش |
paul
|
889196f1c8
compiler: don't allow to execute instance methods, use instance fields and properties from the nested class (bug #0020721)
|
14 سال پیش |
Jonas Maebe
|
8d2a7f3b88
* switched linux/ppc64 to tf_smartlink_sections (works fine even with
|
14 سال پیش |
Jonas Maebe
|
d83c7fc4ed
* use generic sharedsuffix for libpq (fixes shared library extension
|
14 سال پیش |
Jonas Maebe
|
f67d7f08fc
* use temporary location to construct writestr() string, because the
|
14 سال پیش |
florian
|
55c17a94d6
* fixes property typo
|
14 سال پیش |
sekelsenmat
|
efba36c81b
Advances TFPImageCanvas.FImage and TFPMemoryImage.FData to protected to allow more useful descendents to be created, see bug #20341
|
14 سال پیش |
sergei
|
fffa4a35a0
* x86_64: Don't waste time initializing/finalizing saved_standard_registers and saved_mm_registers arrays on every procedure. Initialize once, reinitialize if target system happens to change, and let finalization happen implicitly on shutdown.
|
14 سال پیش |
michael
|
4f8bc2aaf4
* Missing conversion to TFPList
|
14 سال پیش |
michael
|
bb54f1375c
* TList -> TFPList to match latest changes in fcl-passrc
|
14 سال پیش |
sergei
|
6cb6569d51
* Set pi_uses_exceptions flag when creating/firstpassing ttryexceptnode or ttryfinallynode, not when parsing try statements. It ensures that procedures with exception handling nodes created by compiler (constructors in the first place, but also for..in loops with TObject iterators, etc.) are handled the same way as ones containing exception nodes from user code.
|
14 سال پیش |