1. 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
  2. 31 Oct, 2018 1 commit
  3. 20 Jan, 2018 2 commits
  4. 20 Dec, 2017 1 commit
  5. 10 Nov, 2017 1 commit
  6. 12 Sep, 2017 1 commit
  7. 08 Feb, 2017 1 commit
  8. 03 Jan, 2017 1 commit
  9. 01 Mar, 2016 1 commit
  10. 26 Feb, 2016 1 commit
  11. 30 Sep, 2015 1 commit
  12. 24 Aug, 2015 2 commits
  13. 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
  14. 01 Jan, 2015 1 commit
  15. 26 Dec, 2014 1 commit
  16. 10 Oct, 2014 1 commit
  17. 29 Aug, 2014 1 commit
  18. 24 Apr, 2014 1 commit
  19. 13 Jan, 2014 1 commit
  20. 08 Jan, 2014 2 commits
  21. 07 Jan, 2014 1 commit
  22. 03 Dec, 2013 8 commits
  23. 20 Oct, 2013 1 commit
  24. 05 Sep, 2013 2 commits