- 27 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 23 Mar, 2015 3 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 20 Mar, 2015 2 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 13 Mar, 2015 2 commits
-
-
Alon Bar-Lev authored
CFLAGS are reserved for external interaction via make variable, the following should work: $ make CFLAGS="-O3" $ CFLAGS="-O3" make 1. Move internal flags to LOCAL_CFLAGS 2. Respect external CFLAGS 3. CFLAGS should be last compiler flags. 4. Default CFLAGS is -O optimization, remove OFLAGS. 5. Add WARNING_CFLAGS to control warning setting and enable to remove if compiler does not support flags. Signed-off-by:
Alon Bar-Lev <alon.barlev@gmail.com>
-
Alon Bar-Lev authored
LDFLAGS are reserved for external interaction via make variable, the following should work: $ make LDFLAGS="-L/xxx" $ LDFLAGS="-L/xxx" make 1. Move internal flags to LOCAL_LDFLAGS 2. Respect external LDFLAGS 3. LDFLAGS should be last linkage flags. Signed-off-by:
Alon Bar-Lev <alon.barlev@gmail.com>
-
- 11 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 10 Mar, 2015 3 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 06 Mar, 2015 3 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 18 Feb, 2015 3 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
If the allocation fails, we don't really want ssl->in_ctr = 8 lying around.
-
Manuel Pégourié-Gonnard authored
- possible for the first malloc to fail and the second to succeed - missing = NULL assignment
-
- 17 Feb, 2015 2 commits
-
-
Mansour Moufid authored
-
Manuel Pégourié-Gonnard authored
-
- 16 Feb, 2015 12 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
This reverts commit 5d46cca0. In preparation of merging an external contribution that superseedes this Conflicts: ChangeLog
-
Manuel Pégourié-Gonnard authored
This reverts commit 41808001. In preparation of merging one external contribution that supersedes this.
-
Mansour Moufid authored
-
Mansour Moufid authored
for dir in library programs; do spatch --sp-file scripts/rm-malloc-cast.cocci --dir $dir \ --in-place; done
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
Helps static analyzers and does not decrease human readability.
-
Manuel Pégourié-Gonnard authored
-
- 15 Feb, 2015 2 commits
-
-
Mansour Moufid authored
-
Mansour Moufid authored
for dir in library programs; do spatch --sp-file scripts/rm-malloc-cast.cocci --dir $dir \ --in-place; done
-
- 13 Feb, 2015 6 commits
-
-
Alon Bar-Lev authored
Add WINDOWS_BUILD macro to enable Windows build on *NIX host. Add optional suffix for executables. Fix shared object suffix logic to support multiple suffixes. Fix soname handling to always match output. WINDOWS macro sets WINDOWS_BUILD. WINDOWS_BUILD sets .exe executable suffix. WINDOWS_BUILD shared mode creates dll import library. WINDOWS_BUILD shared mode link against dll. Signed-off-by:
Alon Bar-Lev <alon.barlev@gmail.com>
-
Manuel Pégourié-Gonnard authored
-
Rich Evans authored
-
Rich Evans authored
-
Rich Evans authored
-
Rich Evans authored
-