Skip to content
Snippets Groups Projects
  1. May 15, 2022
  2. Apr 11, 2022
  3. Mar 20, 2022
  4. Mar 06, 2022
  5. Feb 23, 2022
  6. Feb 05, 2022
    • Tomáš Pecka's avatar
      aux: PrimitiveCompare for booleans and integers · 1a12b82b
      Tomáš Pecka authored
      I want to be able to compare booleans in aql. However, when an overload
      for booleans is added, aql's `print compare::PrimitiveCompare 1 2`
      results in `true`, because the overload for booleans is selected.
      ALT selects one of the possible overloads (unsigned ints vs bools)
      which is not what we want. It should suffice to add another overload for
      ints and now ALT's behaviour should be OK.
      1a12b82b
  7. Jan 26, 2022
  8. Jan 10, 2022
  9. Nov 27, 2021
  10. Nov 23, 2021
  11. Oct 15, 2021
  12. Jul 03, 2021
  13. May 28, 2021
  14. Mar 25, 2021
  15. Mar 08, 2021
  16. Jan 30, 2021
  17. Aug 03, 2020
    • Tomáš Pecka's avatar
      cmake: Redesign CMakeLists.txt: Remove generators · c107bf77
      Tomáš Pecka authored
      Remove CMakeLists.txt generator scripts from build phase. Replaced with
      CMake's GLOB that can re-run every time the build is invoked. We can
      also drop the Python dependency now.
      
      Removed header installs which will be redesigned in future commits.
      c107bf77
  18. Apr 27, 2020
  19. Apr 18, 2020
  20. Apr 06, 2020
  21. Apr 04, 2020
  22. Apr 02, 2020
  23. Dec 10, 2019
  24. Nov 13, 2019
  25. Oct 10, 2019
  26. Jul 11, 2019
Loading