pierre
|
55804eb382
Regenerate Mkefile after:
|
před 9 roky |
pierre
|
c239dc128f
+ Add -bbigtoc linker option for aix IDE with GDBMI
|
před 9 roky |
pierre
|
eca3ddc5ce
Regenerate Makefile after change to Makefile.fpc:
|
před 9 roky |
pierre
|
e52c7d5c43
Change default mode to using mi interpreter, with GDB running as an separete process.
|
před 9 roky |
michael
|
1001bac6bb
* Accept quoted identifiers, using double quotes
|
před 9 roky |
michael
|
394ec97d80
* Min/Max aggregates
|
před 9 roky |
Károly Balogh
|
54ac4c91c8
fixed builds on 32bit hosts to 64bit targets (broken by r34416)
|
před 9 roky |
pierre
|
f216c359bd
Always consider Compilation raised exception internally as an Internal Error
|
před 9 roky |
Károly Balogh
|
d5d62b7675
aros: startup code tweaks for i386, to keep libbase untouched in eax
|
před 9 roky |
Károly Balogh
|
84abdd8287
powerpc: simplified code generation for MorphOS syscalls
|
před 9 roky |
Károly Balogh
|
464ecab542
huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention
|
před 9 roky |
pierre
|
a0713632a9
Consider a 'Compilation raised exception internally' without Fatal nor Error message as an InternalError
|
před 9 roky |
svenbarth
|
cb27889dea
* fix cycling by correctly handling the case that the global symtable of a program file is Nil
|
před 9 roky |
svenbarth
|
36e5d02e8e
* addsymref: do not directly check the top level symtable against the current module's global symtable as that would be false for a specialize symtable; check the module id instead
|
před 9 roky |
svenbarth
|
80c2e3b51a
* special detection of an ongoing specialization for the case that a function that belongs to a generic and has said generic as parameter or result is in turn specialized as a parameter or result of another generic function
|
před 9 roky |
svenbarth
|
6a14bb5014
* check the owner of current_specializedef as that is Nil if a generic routine is specialized and this is the specialization of one of its parameters or its result type
|
před 9 roky |
svenbarth
|
08cd62fc7e
* rework parse_proc_dec_finish.read_returndef a bit so that specializations as result types of generic routines are handled correctly
|
před 9 roky |
svenbarth
|
a4a1e9db12
* allow equal result types instead of exactly the same result types for generic functions if both are specializations (otherwise they would be considered as different if they depend on the generic function's generic types)
|
před 9 roky |
svenbarth
|
3ea78f53ad
* as it seems that UnitImportSyms stores symbols that are already freed add an additional check to tderef.build() for tdef (in addition to tsym) to find code that triggers such cases more easily
|
před 9 roky |
yury
|
b552fc4595
* android: Improved initialization of cwstring.
|
před 9 roky |
yury
|
a0d6873331
* android: Android versions prior to 4.1 do not support recursive dlopen() calls.
|
před 9 roky |
yury
|
649823a246
* Removed unused vars.
|
před 9 roky |
yury
|
e3d9dbbeef
* Removed unused vars.
|
před 9 roky |
Jonas Maebe
|
565288bef0
* also synchronise the data sent from the main thread to the worker threads,
|
před 9 roky |
pierre
|
c327a07414
Avoid memory leak for InstrWriter field in powerpc TAssembler descendants
|
před 9 roky |
Jonas Maebe
|
7eea450a52
* avoid a datarace in case a worker thread finishes and the main thread sees
|
před 9 roky |
joost
|
9487b46b8a
* Added new structure to hold the global options. The goal is to get rid
|
před 9 roky |
pierre
|
cb5f540eb9
Fix typo in last commit: to disable TraceManager, call SetMemoryManager with saved PrevMemoryManager variable
|
před 9 roky |
Károly Balogh
|
5dc55b362d
ami-extra: moved amsgbox here from amunits, and therefore made it available across all Amiga-likes
|
před 9 roky |
Károly Balogh
|
ee8fb64a99
amunits: since amsgbox is not used in unit initializations any more, make it depend on intuition and not redefinine EasyRequestArgs
|
před 9 roky |