1. 14 Apr, 2018 1 commit
    • Asaf Kahlon's avatar
      configure.ac: serach for dladdr only on libunwind · ce2f8797
      Asaf Kahlon authored
      The original configure.ac tries to check for dladdr, but it actually needs
      it only in case we have libunwind (which has a another section and checks for it
      too).
      This can fail the build on systems without dynamic linking support.
      Therefore, the dladdr check has to be preformed only when checking libunwind.
      Signed-off-by: 's avatarAsaf Kahlon <asafka7@gmail.com>
      ce2f8797
  2. 13 Apr, 2018 1 commit
  3. 04 Apr, 2018 1 commit
  4. 03 Apr, 2018 3 commits
  5. 02 Apr, 2018 1 commit
  6. 28 Mar, 2018 5 commits
  7. 27 Mar, 2018 2 commits
    • Luca Boccassi's avatar
      Problem: clang-format Travis job broken · 099070c3
      Luca Boccassi authored
      Solution: don't run configure
      099070c3
    • Min RK's avatar
      Problem: `make dist` results are not tested (#3024) · 8fb5b10d
      Min RK authored
      * always run tests from tarball of `make dist`
      
      ensures that tests will not pass if critical files are omitted from releases
      
      * add explicit make dist only for non-default builds
      
      distcheck should already cover this for default builds
      
      * don’t verify that valgrind/coverage tests can be run from dists
      
      * add various files missing from dists
      
      - missing template from cmake
      - add missing android build files
      - add some missing ci_build.sh scripts
      8fb5b10d
  8. 23 Mar, 2018 6 commits
  9. 22 Mar, 2018 3 commits
  10. 21 Mar, 2018 17 commits