1. 01 Jan, 2021 1 commit
  2. 08 Apr, 2020 1 commit
  3. 12 Mar, 2020 1 commit
  4. 18 Jan, 2020 1 commit
  5. 05 Jul, 2019 1 commit
  6. 17 Jun, 2019 1 commit
  7. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  8. 31 Oct, 2018 1 commit
  9. 20 Jan, 2018 2 commits
  10. 20 Dec, 2017 1 commit
  11. 10 Nov, 2017 1 commit
  12. 12 Sep, 2017 1 commit
  13. 08 Feb, 2017 1 commit
  14. 03 Jan, 2017 1 commit
  15. 01 Mar, 2016 1 commit
  16. 26 Feb, 2016 1 commit
  17. 30 Sep, 2015 1 commit
  18. 24 Aug, 2015 2 commits
  19. 06 Feb, 2015 1 commit
    • Max Kellermann's avatar
      TagBuilder: allow adding duplicate tag types in Complement() · b3fe3e8b
      Max Kellermann authored
      Build a table of pre-existing tag types before adding new items.  The
      old way would check HasType() each time, which would return true after
      the first instance of that tag type had been added, preventing
      duplicate tag types to be merged.
      
      This broke duplicate tag types loaded from the state file, because
      this code path uses TagBuilder::Complement().
      b3fe3e8b
  20. 01 Jan, 2015 1 commit
  21. 26 Dec, 2014 1 commit
  22. 10 Oct, 2014 1 commit
  23. 29 Aug, 2014 1 commit
  24. 24 Apr, 2014 1 commit
  25. 13 Jan, 2014 1 commit
  26. 08 Jan, 2014 2 commits
  27. 07 Jan, 2014 1 commit
  28. 03 Dec, 2013 8 commits
  29. 20 Oct, 2013 1 commit
  30. 05 Sep, 2013 1 commit