Skip to content
Snippets Groups Projects
  1. Jun 19, 2020
  2. Oct 11, 2019
  3. Sep 04, 2019
  4. Aug 29, 2019
  5. Apr 05, 2019
  6. Jan 29, 2019
  7. Jan 28, 2019
  8. 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
  9. Oct 09, 2018
  10. Jul 10, 2018
  11. Jul 04, 2018
  12. Jul 03, 2018
  13. Jul 02, 2018
  14. Dec 18, 2017
  15. Dec 14, 2017
  16. Dec 08, 2017
  17. Dec 01, 2017
  18. Nov 30, 2017
  19. 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
  20. May 03, 2017
  21. Mar 09, 2017
  22. Feb 20, 2017
  23. Jan 09, 2017
  24. Oct 14, 2016
  25. Jun 01, 2016
  26. May 31, 2016
  27. Mar 10, 2016
  28. Jan 29, 2016
Loading