| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-24 | compiler: allow non-built internal dependencies as arguments | Paolo Bonzini | |
| Allow methods on the compiler object to receive internal dependencies, as long as they only specify compiler/linker arguments or other dependencies that satisfy the same requirements. This is useful if you're using internal dependencies to add special "-D" flags such as -DNCURSES_WIDECHAR, -D_XOPEN_SOURCE_EXTENDED or -DGLIB_STATIC_COMPILATION. | |||
| 2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | |
| 2019-11-17 | use '-Werror=unused-parameter' for gcc/clang on project tests and ↵ | Michael Hirsch, Ph.D | |
| -fimplicit-none on fortran Fortran: check for undeclared variables by forcing implicit none everywhere C/C++: check for unused parameters and return types removed unused variables from test cases ci: do missing return and unused arg check with Github Actions | |||
| 2016-11-14 | More robust link check. | Jussi Pakkanen | |
| 2016-03-17 | Add dir support for find_library and remove deprecated standalone version. ↵ | Jussi Pakkanen | |
| Closes #450. | |||
| 2016-03-12 | Added find_library method and deprecated the standalone version. Closes #396. | Jussi Pakkanen | |
| 2016-01-10 | Can use external libs as dependencies of dependencies. Closes #321. | Jussi Pakkanen | |
| 2015-11-04 | Can store ext deps to internal deps. Closes #304. | Jussi Pakkanen | |
| 2015-10-20 | Created a link test method. | Jussi Pakkanen | |
| 2014-06-22 | Renamed deps -> dependencies. | Jussi Pakkanen | |
| 2013-06-02 | Renamed add_test to test. | Jussi Pakkanen | |
| 2013-06-01 | Required is the default for find_library. | Jussi Pakkanen | |
| 2013-03-09 | Find and use external libraries. | Jussi Pakkanen | |
