Skip to content
Snippets Groups Projects
  1. Apr 27, 2023
    • Martin Christoph Hierholzer's avatar
      fix: type collisions with constants · 4df7f61a
      Martin Christoph Hierholzer authored
      Constants (as generated by ApplicationModule::constant()) were causing a
      logic_error if accessors of different types were using the same constant
      (created with the same value and the same value type upon creation).
      This is possible since the type passed to constant() does not have to be
      the same as the type of the accessor.
      
      This is now fixed by giving each constant a fully unique name, so every
      accessor using a constant will be in its own little variable network.
      4df7f61a
  2. Mar 20, 2023
    • Dietrich Rothe's avatar
      chore: modernise cmake (#287) · b57f9dc9
      Dietrich Rothe authored
      * use imported targets where possible
      
      also for the export
      
      * cmake: remove explicit definitions for downstream projects
      
      * increase minor version
      
      will be done for all projects using cmake-exports
      
      * remove --export-dynamic linker flag
      
      because it makes no sense for libs
      Unverified
      b57f9dc9
  3. Feb 08, 2023
  4. Jan 26, 2023
  5. Jan 05, 2023
  6. Dec 12, 2022
  7. Dec 08, 2022
  8. Dec 02, 2022
  9. Nov 28, 2022
  10. Nov 16, 2022
  11. Nov 08, 2022
Loading