- Oct 31, 2017
-
-
Giovanni Bussi authored
osx8.2 is deprecated.
-
- Oct 30, 2017
-
-
Giovanni Bussi authored
Problem was likely due to an upgrade of mpi in homebrew on travis
-
- Oct 23, 2017
-
-
Giovanni Bussi authored
-
- Oct 17, 2017
-
-
Giovanni Bussi authored
There was some "return 1". Now that exit code is checked, this would have triggered an error
-
Giovanni Bussi authored
Report a failure in the following two cases: - unknown test type - test program exiting with non-zero code
-
- Oct 16, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Oct 11, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Oct 08, 2017
-
-
Giovanni Bussi authored
-
- Oct 03, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
While doing plumedcheck, verify that autoconf has been applied correctly
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Oct 02, 2017
-
-
Giovanni Bussi authored
-
- Sep 29, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
pushdoc script uses it to know if branches are supported or not
-
Giovanni Bussi authored
Merging debug flags and doc build (949397c0) was a bad idea since the resulting job takes too long (doesn't fit in 50 minutes for master branch) I split them again, resulting in 6 jobs.
-
Giovanni Bussi authored
goes with a5daa52d
-
Giovanni Bussi authored
-
- Sep 28, 2017
-
-
Giovanni Bussi authored
changed in order to work according to e9aa6730
-
Giovanni Bussi authored
-
Giovanni Bussi authored
appliable -> applicable failures are moved to the end of the list (suggested by @valsson)
-
Giovanni Bussi authored
manual is always built. Developer doc has been updated accordingly A total of 5 travis jobs is run each time
-
Giovanni Bussi authored
See #286
-
- Sep 26, 2017
-
-
Giovanni Bussi authored
[makedoc]
-
Giovanni Bussi authored
Added in the list of options to be tested: $($CXX --print-prog-name=ld) -r -o As suggested by @alalazo Since this option appears to work also with old compilers, I try it as a first option. See #291
-
- Sep 25, 2017
-
-
Giovanni Bussi authored
Spot out by cppcheck on master branch. Since the problem is relevant also for v2.3, I fix it here.
-
Giovanni Bussi authored
This command should be more portable. Notice that with old gcc (e.g. 4.6) this does not work. I added a test such that when this does not work "ld -r -o" is tried instead
-
- Sep 22, 2017
-
-
Giovanni Bussi authored
removed extra comma
-
- Sep 21, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
This change allows to load libraries locate in src/lib more easily on a mac. Notice that traditionally this was solved by setting DYLD_LIBRARY_PATH. However, as of osx Capitan, DYLD_LIBRARY_PATH does not work correctly. Fixing the installed path with install_name_tool should solve the issue. (backported from master)
-
- Sep 15, 2017
-
-
Giovanni Bussi authored
after 18b63365
-
Giovanni Bussi authored
instead of looking for last commit, sort them by year
-
Giovanni Bussi authored
Thanks to @valsson Related to fb70153e
-