Jonas Maebe
|
18d728eb72
* ensure that local variables and parameters moved to a parentfpstruct aren't
|
9 years ago |
Jonas Maebe
|
18a59dddb9
* use ctai_typedconstbuilder.get_dynstring_rec() to get the recorddef representing
|
9 years ago |
Jonas Maebe
|
4a42d67b72
+ ttai_typedconstbuilder.get_dynstring_rec() class method to get a recorddef
|
9 years ago |
Jonas Maebe
|
e91ba32b7c
* changed the result of get_dynstring_rec_name() to TSymStr
|
9 years ago |
florian
|
16ac523f50
* link always excplicitly against libc on linux when using the dl unit so
|
9 years ago |
yury
|
6b25cef3ea
* pas2jni: Reverted r34367 and mark undesired event handler creation "deprecated".
|
9 years ago |
florian
|
80fc6a459c
* corrected r34366 (powerpc -> cpupowerpc)
|
9 years ago |
yury
|
e81cc4574f
* pas2jni: Removed option to create event handler by passing Java method method name as a string. It is not safe, since the target method is treated as unused by Java and the method may be removed from the resulting application.
|
9 years ago |
florian
|
385f13cae9
* excplicitly link against libc in the unit dl, so the correct startup files are used, resolves issue #29594
|
9 years ago |
florian
|
f274e316fe
+ search /usr/lib/powerpc-linux-gnu for powerpc startup files
|
9 years ago |
pierre
|
22a7ce8972
Fix memory leak due to double srsym allocation
|
9 years ago |
pierre
|
dfeb6e3ae1
Avoid memory leak on trecorddef.variantrecorddesc field
|
9 years ago |
pierre
|
eefdf135a5
Always write filename, truncate directory part if needed
|
9 years ago |
pierre
|
8d1467157c
Fix compiler compilation with -dHEAPTRC.
|
9 years ago |
pierre
|
ea4350d86a
Avoid memory leak on tppumodule.unitimportsymsderefs
|
9 years ago |
Jonas Maebe
|
4eea5d9651
* override ttempinfoaccessor.settempinfoflags() for llvm and filter out
|
9 years ago |
Jonas Maebe
|
179c1ab328
* changed ttemp*node.tempinfo^.flags to a private field, and added setters
|
9 years ago |
michael
|
0ab6477081
* Patch from Mattias Gaertner:
|
9 years ago |
yury
|
7756dab2bf
* android: Create app files dir if needed.
|
9 years ago |
yury
|
0adfe669aa
* android: Fixed netdb. Load DNS servers from system properties.
|
9 years ago |
joost
|
dc680ff49d
* Added the ability to load multiple 'Repositories' from the configuration
|
9 years ago |
svenbarth
|
37c32f4b61
* generate indirect symbols for interface IID and IIDSTR (fixes cycling; I wonder why that worked on Windows without problems :/ )
|
9 years ago |
yury
|
419c6ce61e
* android:
|
9 years ago |
yury
|
3822515bd9
* android: Fixed GetAppConfigDir, GetAppConfigFile, GetUserDir, GetTempDir to return correct writable locations. For NDK libraries, the path to local storage of host Java app is used. For console apps the /data/local/tmp is used.
|
9 years ago |
yury
|
aa85f515e2
* android: Added API level check for known old versions without timezone implementation in libc.
|
9 years ago |
yury
|
4a661ea8f8
* android: Implemented clocale. Fixed makefile.
|
9 years ago |
yury
|
064375ea72
* android: Use ICU to get timezone information if running on an Android version where libc does not implement timezone.
|
9 years ago |
svenbarth
|
f50671fe44
* reference the RTTI assembler symbols if they're queried from a different unit than the own they're declared in
|
9 years ago |
yury
|
c2ba68df44
* android: Added functions GetSystemProperty() and SystemApiLevel().
|
9 years ago |
yury
|
b10e4aa27b
* android: cwstring: Fixed crash on unload in some cases. Allow ICU usage from other units.
|
9 years ago |