1. 02 May, 2022 15 commits
  2. 08 Mar, 2022 1 commit
  3. 25 Feb, 2022 2 commits
  4. 01 Nov, 2021 4 commits
  5. 21 Sep, 2021 1 commit
    • Andrey Starodubtsev's avatar
      MinGW support · 9ee68e63
      Andrey Starodubtsev authored
      - fixed: format specifiers like PRIu32 or PRIdMAX are defined in
        standard C header `inttypes.h`
      
      - fixed: `_snprintf` is a function introduced by MicroSoft, which isn't
        fully compliant with `snprintf` from C99 (it doesn't support `%zu`,
        for example). `snprintf`/`vsnprintf` are available in MinGW though
      
      - fixed: `_GNU_SOURCE` was added in `fadb26aa`, Aug 23 2017 in attempt
        to enable declaration of GNU extension `vasprintf`. But later in
        `a06b1b4d` and `6bdd8c0a` more correct way of handling this function
        was added - via definition of subsitution if it's absent (e.g. for
        Solaris); so enforcing `_GNU_SOURCE` isn't necessary anymore, and it
        breaks MinGW build.
      9ee68e63
  6. 02 Jun, 2021 3 commits
  7. 27 May, 2021 1 commit
  8. 12 Mar, 2021 1 commit
  9. 01 Nov, 2020 1 commit
  10. 31 Oct, 2020 1 commit
  11. 29 Sep, 2020 4 commits
    • Mouse's avatar
      Update c-cpp.yml · b33a84f9
      Mouse authored
      Add `autoreconf -ivf` step before `./configure`, as `configure` may not be generated yet.
      b33a84f9
    • Mouse's avatar
      Update README.md · 3abea36e
      Mouse authored
      Switch from travis-ci.org to travis-ci.com
      3abea36e
    • Mouse's avatar
      Update README.md · c0e8ab00
      Mouse authored
      Point Travis CI to *this* repo instead of the upstream.
      c0e8ab00
    • Mouse's avatar
      Create c-cpp.yml · ce344ce7
      Mouse authored
      Add GitHub workflow for CI
      ce344ce7
  12. 23 Sep, 2020 6 commits