1. 18 Jul, 2017 1 commit
  2. 12 Jul, 2017 4 commits
  3. 07 Jul, 2017 1 commit
    • Edward Catmur's avatar
      Fix link errors with -fsanitize=vptr · 3713c573
      Edward Catmur authored
      [ 66%] Linking CXX executable capnpc-c++
      cd /home/edward.catmur/build/capnproto@master/c++/src/capnp && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/capnpc_cpp.dir/link.txt --verbose=1
      /usr/lib64/icecc/bin/c++   -fsanitize=vptr   CMakeFiles/capnpc_cpp.dir/compiler/capnpc-c++.c++.o  -o capnpc-c++ -rdynamic libcapnp.a ../kj/libkj.a -lpthread
      libcapnp.a(layout.c++.o):(.data+0x38): undefined reference to `typeinfo for capnp::ClientHook'
      libcapnp.a(layout.c++.o):(.data+0x3b8): undefined reference to `typeinfo for capnp::ClientHook'
      collect2: error: ld returned 1 exit status
      
      $ g++ --version
      g++ (GCC) 5.4.0
      Copyright (C) 2015 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.  There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
      3713c573
  4. 05 Jul, 2017 1 commit
  5. 30 Jun, 2017 2 commits
  6. 29 Jun, 2017 2 commits
  7. 27 Jun, 2017 4 commits
  8. 26 Jun, 2017 1 commit
  9. 10 Jun, 2017 1 commit
  10. 09 Jun, 2017 3 commits
    • Neal Gompa's avatar
      Add versioning to the libraries in the CMake build · 7d7847b5
      Neal Gompa authored
      The Autotools and CMake builds are almost the same, except for
      the libraries not being generated as versioned libraries in CMake.
      
      Fixing this lets Linux CMake builds be on the same level as Autotools ones.
      7d7847b5
    • Kenton Varda's avatar
      Merge pull request #496 from graeme-hill/master · c2bfa482
      Kenton Varda authored
      Add cmake_minimum_required to root CMakeLists.txt
      c2bfa482
    • Graeme Hill's avatar
      Add cmake_minimum_required to root CMakeLists.txt · ce2a3251
      Graeme Hill authored
      There was already a minimum version specified in the actual CMakeLists
      file in the C++ directory, but since the parent file does not have it
      you get a warning if you build in the idiomatic cmake fashion:
      
          mkdir build
          cd build
          cmake .. # <---- warning here because no minimum version specified
      
      I used 3.1 as min version because that is the same as specified in child
      file.
      ce2a3251
  11. 07 Jun, 2017 4 commits
  12. 05 Jun, 2017 4 commits
  13. 04 Jun, 2017 2 commits
  14. 03 Jun, 2017 2 commits
  15. 02 Jun, 2017 4 commits
  16. 01 Jun, 2017 4 commits