- 02 Feb, 2018 7 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
If the wget or if the first tar fails, we should exit immediately and make should know there was an error. Otherwise builds could appear as successful while they were not.
-
- 01 Feb, 2018 23 commits
-
-
Mathieu Giraud authored
-
Mikaël Salson authored
-
Mikaël Salson authored
Feature a/fix valgrind issues See merge request !149
-
Mikaël Salson authored
set_index() keeps track of the number of germlines refeering to it. This is necessary so that the last germline destructor can actually delete the index.
-
Mikaël Salson authored
Memory is correctly free-ed with a return, while it is not with an exit. Valgrind will thus complain when terminating the program with an exit() this won't be the case with a return.
-
Mikaël Salson authored
-
Mathieu Giraud authored
Add LIL-L4 demo sequences, 'make demo' See merge request !147
-
Mathieu Giraud authored
Thanks to the previous commit of @mikael-s.
-
Mikaël Salson authored
-
Mikaël Salson authored
Useful so that make doesn't tell it has failed while it was just the file that already existed
-
Mikaël Salson authored
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 10 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.
-