- 25 Jun, 2015 3 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
- all spaces no tabs - indent with 4 spaces everywhere
-
Manuel Pégourié-Gonnard authored
-
- 13 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 27 Jan, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
TODO: to create symlinks to the old names!
-
- 23 Jan, 2015 2 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 22 Jan, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 07 Jan, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
(worked with BSD sed but no GNU sed...)
-
- 15 Dec, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 14 Nov, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 13 Nov, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 11 Nov, 2014 3 commits
-
-
Manuel Pégourié-Gonnard authored
Detects uninitialised memory reads. Available only with Clang on Linux x86_64 for now. Experimental but seems usable enough.
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 21 Oct, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 14 Aug, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
- warnings in debug build allows the to be caught earlier - -Werror with ASan make tests/scripts/all.sh a bit shorter
-
- 25 Jun, 2014 2 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 23 Jun, 2014 2 commits
-
-
Manuel Pégourié-Gonnard authored
The data produced by gcov for static inline functions is too unreliable to be actually useful. Some lines that are covered are not marked as such, some other static inline functions are completely ignored, and the reasons why do not look obvious.
-
Manuel Pégourié-Gonnard authored
-
- 30 Apr, 2014 2 commits
-
-
Barry K. Nathan authored
On Xcode 4.x and above (I tested Xcode 4.6.3 on 10.7.5 and Xcode 5.5.1 on 10.9.2), cmake (2.8.12.2, whether from MacPorts or from clang.org, FWIW) is detecting /usr/bin/cc as Clang, but CMAKE_COMPILER_IS_CLANG is not getting set, so the tests aren't being built. (There may have been other build problems as well, but the fact that the tests weren't being built was by far the most obvious problem.) Checking the compiler ID detected by cmake, rather than the name of the command used to invoke the compiler, fixes this.
-
Paul Bakker authored
-
- 27 Mar, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 26 Mar, 2014 1 commit
-
-
Paul Bakker authored
-
- 14 Mar, 2014 3 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 13 Mar, 2014 2 commits
-
-
hasufell authored
ZLIB_INCLUDE_DIR was interpreted as a relative path from the working directory.
-
hasufell authored
Adding optimization level to CMAKE_C_FLAGS is intrusive and problematic with policies of various distribution. However, setting "-O2" in CMAKE_CFLAGS_RELEASE is fine and only affects release build.
-
- 24 Feb, 2014 1 commit
-
-
- 31 Jan, 2014 4 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 23 Jan, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 22 Jan, 2014 2 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 30 Dec, 2013 2 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
-