Skip to content
Snippets Groups Projects
  1. Jun 07, 2023
  2. Jan 30, 2023
  3. Oct 28, 2022
  4. Jul 08, 2021
  5. Jun 19, 2020
  6. Oct 11, 2019
  7. Sep 04, 2019
  8. Aug 29, 2019
  9. Apr 05, 2019
  10. Jan 29, 2019
  11. Jan 28, 2019
  12. Jan 24, 2019
    • erwan's avatar
      Automate version numbering using Semantic Versionning (semantic-release-gitlab) · 9beabcb2
      erwan authored
      https://www.npmjs.com/package/semantic-release-gitlab
      
      from https://semver.org/ :
        Given a version number MAJOR.MINOR.PATCH, increment the:
      
        - MAJOR version when you make incompatible API changes,
        - MINOR version when you add functionality in a backwards-compatible manner, and
        - PATCH version when you make backwards-compatible bug fixes.
      
      For MAJOR, choosing 6 is obvious.
      
      From Minor it's not clear. This number is supposed to reflect the number of
      add functuionnality, so starting at 0 is not great.
      
      The current version is 1.762, but starting at 762 would be wrong too,
      as most do not deals with new functionnalyties.
      
      In a ideal word, I should use the log and tag every commit tha deals with a new
      functionnalyty, but there is a lot of commits (762).
      
      Hence I,'ve decided to choose 100.
      6.100.1
      9beabcb2
  13. Oct 09, 2018
  14. Jul 10, 2018
  15. Jul 04, 2018
  16. Jul 03, 2018
  17. Jul 02, 2018
  18. Dec 18, 2017
  19. Dec 14, 2017
  20. Dec 08, 2017
  21. Dec 01, 2017
  22. Nov 30, 2017
  23. Jul 05, 2017
    • erwan's avatar
      More work on the -eeb option. · 6f975e9b
      erwan authored
      It was generetaing wrong code in conjunction with -ec.
      
      In particular, it was generating n-any "and" instead of binary "and".
      
      Also, I needed (in L2LExpandEnum) to generated a Lic.ARRAY of const
      instead of a Lic.Array_const_eff so that LicDump properly generated
      ec code.
      6f975e9b
  24. May 03, 2017
  25. Mar 09, 2017
  26. Feb 20, 2017
  27. Jan 09, 2017
  28. Oct 14, 2016
  29. Jun 01, 2016
  30. May 31, 2016
  31. Mar 10, 2016
  32. Jan 29, 2016
Loading