Historique des commits

Auteur SHA1 Message Date
  Ryan Joseph d74d41c5d2 * Allow RTTI directive also before uses clauses il y a 2 ans
  Michaël Van Canneyt 9e228ff355 * Allow System.Variants (Delphi-compatible name) to be found when inserting variants unit il y a 2 ans
  Michael VAN CANNEYT 64feb6a5cd * $NAMESPACES directive il y a 2 ans
  Michaël Van Canneyt 9cfe6e97a0 * add uachar loading for unicode rtl il y a 2 ans
  Michaël Van Canneyt 92f148e667 * Generate hidden class to be used for TVirtualInterface (wasm only) il y a 2 ans
  Jonas Maebe 403292a131 LLVM backend: address sanitizer support il y a 3 ans
  Sven/Sarah Barth c3f27a2f1c * don't load the controller unit if the currently compiled unit *is* the controller unit (which might happen if one compiles the controller unit as part of a program) il y a 3 ans
  Sven/Sarah Barth ddba001b65 * ensure that nested functions of main program, main program finalization and unit initialization/finalization are generated il y a 4 ans
  Jonas Maebe 3d3c904ac5 TSymStr: more consistent usage il y a 3 ans
  Pierre Muller 5acd7a7b83 Rename tsymtable.insert and delete methods to insertsym ands deletesym il y a 3 ans
  ccrause 181ee30174 Update build and link requirements for esp-idf v4.4. Refactor the version dependent linker fragments list into an array of version specific array of strings for easier updating in future. il y a 3 ans
  ccrause a9d883ada1 Add link unit for esp-idf v4.1. Version checks to allow for different patch levels in idf_version. il y a 3 ans
  ccrause 985e8d3d13 Remove fall-through logic and separate idf_version checks of esp32 and esp8266. Also warn if idf_version is below the supported range. il y a 3 ans
  ccrause ea345f34aa Use different library link lists for esp8266-rtos-sdk v3.3 and v3.4. il y a 3 ans
  ccrause ab00794343 Keep esp32 and esp8266 version specific tweaks separate. il y a 3 ans
  ccrause e86d3af7e0 The linklib list for esp-idf v4.2 is also needed for v4.3 il y a 3 ans
  florian 54f2308d2a + draft for esp-idf version specific rtl unit which contains the necessery linklib statements il y a 3 ans
  nickysn ea5ffd597f * set self to nil in current_module.deflist for registered defs in the il y a 4 ans
  nickysn 1a71ca4106 * prevention of dangling pointers and use after free after free_unregistered_localsymtable_elements il y a 4 ans
  pierre e6045673ee Handle NIL entries in deflist after commit 48986 il y a 4 ans
  florian d9784412a4 * patch by Cyrax: forbid to use heaptrc and valgrind at the same time, resolves #36529 il y a 4 ans
  Jonas Maebe e7d1a77f9a * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS il y a 5 ans
  svenbarth 40633835dc * Windows on Aarch64 requires a relocation section il y a 5 ans
  florian 391512546e + initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far il y a 5 ans
  svenbarth 40c11baaac * use a different name for the packages' entry point and use _DLLMainCRTStartup as an alias to avoid problems with the C-prefix il y a 5 ans
  svenbarth bb3b1b06a7 * fix condition for including a unit's object files or not when compiling with packages il y a 5 ans
  florian 13ab35e3ef * fix usage of ppumove generated shared libraries il y a 5 ans
  Jonas Maebe a051b8d225 - remmoved doregister parameter from t*sym constructors, as the registration il y a 6 ans
  svenbarth ced3885dbb * generate construction function for the attributes used in a unit using a more straight forward approach il y a 6 ans
  svenbarth e296b26e9e - remove unit info and related code again as that will be handled similar, but differently with dynamic packages il y a 6 ans