1. 12 Jan, 2017 3 commits
  2. 11 Jan, 2017 2 commits
  3. 10 Jan, 2017 3 commits
  4. 09 Jan, 2017 1 commit
  5. 08 Jan, 2017 1 commit
  6. 07 Jan, 2017 2 commits
  7. 05 Jan, 2017 4 commits
  8. 04 Jan, 2017 3 commits
  9. 03 Jan, 2017 1 commit
    • Adam Cozzette's avatar
      Fixed cross compilations with the Autotools build · b40d3186
      Adam Cozzette authored
      Pull request #2517 caused cross compilations to start failing, because
      the js_embed binary was being built to run on the target platform
      instead of on the build machine. This change updates the Autotools build
      to use the AX_PROG_CXX_FOR_BUILD macro to find a suitable compiler for
      the build machine and always use that when building js_embed.
      b40d3186
  10. 28 Dec, 2016 2 commits
  11. 27 Dec, 2016 3 commits
  12. 22 Dec, 2016 4 commits
  13. 21 Dec, 2016 3 commits
  14. 20 Dec, 2016 5 commits
  15. 19 Dec, 2016 3 commits
    • Adam Cozzette's avatar
      Merge pull request #2517 from acozzette/js-embed · fb15862b
      Adam Cozzette authored
      Auto-generate well_known_types_embed.cc
      fb15862b
    • Adam Cozzette's avatar
      Fixed "make check" for cmake build · 98d89d42
      Adam Cozzette authored
      The check target did not depend on the test_plugin binary, so this would
      cause "make check" to fail at times because of the absence of
      test_plugin. This change adds a dependency on test_plugin so that it
      will always get built before the tests are executed.
      98d89d42
    • Adam Cozzette's avatar
      Auto-generate well_known_types_embed.cc · 1b3a0c16
      Adam Cozzette authored
      Until now this file was just checked into the repo, but actually it
      should be generated from any.js, struct.js, and timestamp.js. This
      change updates the build system to make this happen. To make it work I
      also had to remove some C++11 features from embed.cc.
      1b3a0c16