yury
|
a0d6873331
* android: Android versions prior to 4.1 do not support recursive dlopen() calls.
|
9 年 前 |
yury
|
649823a246
* Removed unused vars.
|
9 年 前 |
yury
|
e3d9dbbeef
* Removed unused vars.
|
9 年 前 |
Jonas Maebe
|
565288bef0
* also synchronise the data sent from the main thread to the worker threads,
|
9 年 前 |
pierre
|
c327a07414
Avoid memory leak for InstrWriter field in powerpc TAssembler descendants
|
9 年 前 |
Jonas Maebe
|
7eea450a52
* avoid a datarace in case a worker thread finishes and the main thread sees
|
9 年 前 |
joost
|
9487b46b8a
* Added new structure to hold the global options. The goal is to get rid
|
9 年 前 |
pierre
|
cb5f540eb9
Fix typo in last commit: to disable TraceManager, call SetMemoryManager with saved PrevMemoryManager variable
|
9 年 前 |
Károly Balogh
|
5dc55b362d
ami-extra: moved amsgbox here from amunits, and therefore made it available across all Amiga-likes
|
9 年 前 |
Károly Balogh
|
ee8fb64a99
amunits: since amsgbox is not used in unit initializations any more, make it depend on intuition and not redefinine EasyRequestArgs
|
9 年 前 |
Károly Balogh
|
57042351e5
fpmkunit: on compilation failure show the actual compiler output, and don't just swallow the exception and raise a new one with precisely no helpful info
|
9 年 前 |
Jonas Maebe
|
f64556c125
* when taking the address of a class method via an instance, create a procvar
|
9 年 前 |
Károly Balogh
|
c5a123614a
fixed explicit paraloc support in ppudump and made it work on all Amiga-like systems
|
9 年 前 |
Jonas Maebe
|
eb2ce85269
* correctly set the line info for the implicitly generated entry code nodes,
|
9 年 前 |
Jonas Maebe
|
ffd4870a60
* add backticks around special type identifiers in
|
9 年 前 |
Jonas Maebe
|
4ca50bc9eb
* removed optimisation to reduce the number of unnecessary section headers
|
9 年 前 |
Jonas Maebe
|
a7c893064a
* only don't insert passing alignment immediately for anonymous records
|
9 年 前 |
Jonas Maebe
|
6c40105037
* fixed typo
|
9 年 前 |
Jonas Maebe
|
10fb90b415
* mark symbols in "no_dead_strip" Objective-C sections also as no_dead_strip
|
9 年 前 |
Jonas Maebe
|
d664038aa4
* don't add ".reference" assembler directives on Darwin for symbols that are
|
9 年 前 |
Jonas Maebe
|
ae51adac18
* give names to the types of the fields of the enumdef rtti, so that we can
|
9 年 前 |
pierre
|
b6b27f2fb7
+ Add tail_size varaible to be able to adjust size of tail memory area.
|
9 年 前 |
pierre
|
1612138071
Use $checkpointer off to avoid calls to CheckPointer function if -gc option is used
|
9 年 前 |
pierre
|
4d3939ba7e
Rectify display of shell command, do it if -vx option is used even without -vu
|
9 年 前 |
svenbarth
|
3a9f8e88fd
* don't write or reference debug information for a unit if it belongs to a/another package
|
9 年 前 |
svenbarth
|
aaceb5518f
* fix Mantis #30494 by applying patch from Maciej Izak
|
9 年 前 |
svenbarth
|
d46c015eb1
* when inlining a function we need to import symbols that were loaded from another unit (or the same unit if the inlined function is from another unit and uses another function in the same unit)
|
9 年 前 |
Jonas Maebe
|
3669419bb3
* fixed tcasenode.simplify() in case we have to pass via a "less" branch of
|
9 年 前 |
Károly Balogh
|
deda4c8247
simplified some code and removed a no longer used const
|
9 年 前 |
michael
|
2ef1a423fe
* Aggregate Functions & ExtractNode
|
9 年 前 |