Commit History

Author SHA1 Message Date
  Michaël Van Canneyt 22d7033d18 * Attributes for methods. Fixes issue 41001 9 months ago
  Sven/Sarah Barth 8450d4f5e7 * fix #40993: "inherit" the default RTTI options of a non-System unit from TObject as that picks up whatever had been declared in the System unit 9 months ago
  florian 437e7fa75a * make warning on unsupported esp-idf version a warning string so it can be translated 1 year ago
  Michael Ring 14b3c11c0d Initial support for esp32-c6-s2-s3. Support for idf versions 5.0.6 and 5.2.1 1 year ago
  Michaël Van Canneyt adc66b233d * Properly release procdefs. Patch by Evgenij Savin, fixes issue #40844 1 year ago
  ccrause 8e717f4142 Add support for esp-idf v4.4 1 year ago
  ccrause c42bf9cdf5 Extend riscv32-freertos functionality for esp32c3 1 year ago
  Michaël Van Canneyt a04d2b59f6 * Emit better error when not able to load auto units 1 year ago
  Michaël Van Canneyt 312cf246ad * Fix creating thunk class when inherited interfaces are used 1 year ago
  Michaël Van Canneyt 564597a573 * Fix access violation: module can be reset while loading dependent units. Fixes issue #40705 1 year ago
  Pierre Muller f88622a799 Be sure not to consume semicolon after _USES twice 1 year ago
  Michaël Van Canneyt 4c434ceb08 * Only consume semicolon after uses clause when units have been connected. Fixes remaining failing tests 1 year ago
  Michaël Van Canneyt 22de07446d * Fix tgeneric91, need to postpone some additional generic procedures 1 year ago
  Pierre Muller 821f3e326f Fix compilation with -dDEBUG_DEVIRT 1 year ago
  Pierre Muller cc552c0815 Fix compilation with -dEXTDEBUG 1 year ago
  Michaël Van Canneyt 91946b78d5 * Fix xtensa compilation 1 year ago
  Michaël Van Canneyt 6ac14de986 * Properly handle finish state 1 year ago
  Michaël Van Canneyt c96ef4902b * Handle finish state separately 1 year ago
  Michaël Van Canneyt 2ba04dbd13 * generate init_final table from actual uses clauses 1 year ago
  Michaël Van Canneyt 0bf0f26dd5 * Introduce m_processed 1 year ago
  Michaël Van Canneyt 5298e25c84 * Introduce task (Single main-level task at the moment, no change in behaviour). 1 year ago
  Michaël Van Canneyt 8aa9ac99a6 * Remove loaded_from in tmodule. The same unit can be loaded from different places 1 year ago
  Michaël Van Canneyt 1351746a46 * Make tglobalstat a class 1 year ago
  Michaël Van Canneyt 7cd044eae7 save/restore state when loading other modules. 1 year ago
  Michaël Van Canneyt 5b27fa9375 * Remove commented variables 1 year ago
  Michaël Van Canneyt 83b5047931 * Move program/library header parsing to separate routines 1 year ago
  Michaël Van Canneyt b45aee980f * Split parsing from post-processing, code generation and linking 1 year ago
  Michaël Van Canneyt 122251f71d * Move interface parsing part to separate routine so we can split tasks later 1 year ago
  Michaël Van Canneyt 560d597c85 * Move implementation part to separate routine so we can split tasks later 1 year ago
  Michaël Van Canneyt 97f159e4b2 * Refactory: remove current_module use from top-level parsing 1 year ago