- 01 Feb, 2018 16 commits
-
-
Mathieu Giraud authored
Thanks to the previous commit of @mikael-s.
-
-
Useful so that make doesn't tell it has failed while it was just the file that already existed
-
See !147
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #3003.
-
Mathieu Giraud authored
See #3003.
-
Mathieu Giraud authored
'make demo' should be run before this
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2635.
-
Mathieu Giraud authored
Follows #3003. Re-closes #3032.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
We add '-X 1000' to command lines on LIL-L4. See #3027.
-
Mathieu Giraud authored
Closes #3032.
-
- 31 Jan, 2018 24 commits
-
-
Mikaël Salson authored
out/ directory may not exist, leading to errors. In that case we can do without temporary files.
-
Mikaël Salson authored
When calling exit() the memory allocated by the system is not properly free-ed. This is not really a problem in itself but Valgrind will complain about that. There are two solutions: 1. replace exit() with return, but this requires to be in the main() function 2. prevent Valgrind from being used in other cases (exit because of an error) See #3031
-
Mikaël Salson authored
Some allocations were not properly free-ed. Spotted by Valgrind. See #3031
-
Mikaël Salson authored
See #3031
-
Mikaël Salson authored
-
Mathieu Giraud authored
See #2247.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Closes #3003.
-
Mathieu Giraud authored
See #3003.
-
Mathieu Giraud authored
See #3003.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Closes #2635.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2635.
-
Mathieu Giraud authored
See #2635.
-
Mathieu Giraud authored
See #2635, but also #3027.
-
Mathieu Giraud authored
See #2635.
-
Mathieu Giraud authored
Closes #3012 and opens #3026.
-
Mathieu Giraud authored
-
Mikaël Salson authored
The {} initializer was buggy on some g++-4.8 versions. Closes #3023
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-