1. 26 Nov, 2017 1 commit
  2. 18 Sep, 2017 1 commit
  3. 16 Sep, 2017 6 commits
  4. 02 Jul, 2017 1 commit
  5. 26 Jun, 2017 1 commit
  6. 22 Jun, 2017 5 commits
  7. 18 Jun, 2017 6 commits
  8. 15 May, 2017 3 commits
  9. 03 Nov, 2016 1 commit
  10. 01 Oct, 2016 1 commit
    • Chris Wilson's avatar
      Merge rewritten build system. · 80adfe93
      Chris Wilson authored
      Add a new CMake build system, based on the one used to build for AppVeyor (Windows) and made to work with Linux and fully tested by Travis CI.
      
      Rewrite the old autoconf-based Makefile generator build system to solve performance and correctness problems caused by highly parallelised recursive Make, which was causing Travis builds to fail. Now uses a single monolithic generated Makefile instead of recursive Make. Should also be faster, both for initial builds (with parallelism) and for rebuilds.
      
      Remove the old outdated Visual Studio project files, since it should now be possible to generate these with CMake.
      
      Add a CMake project that builds Box Backup and its dependencies, particularly useful for getting started as a developer on Windows.
      80adfe93
  11. 29 Sep, 2016 3 commits
  12. 20 Sep, 2016 2 commits
  13. 19 Sep, 2016 3 commits
  14. 16 Sep, 2016 4 commits
  15. 11 Sep, 2016 2 commits