Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-23 | find_library: Ignore libs on MSVC properly | Nirbheek Chauhan | 1 | -5/+6 | |
In addition to filtering libs out while generating the command-line, we must also filter them out in find_library() otherwise these libs will be detected as "found" on Windows with MSVC. Closes https://github.com/mesonbuild/meson/issues/1509 | |||||
2017-07-21 | Add build_rpath as new property allowing people to specify rpath entries ↵ | Jussi Pakkanen | 1 | -3/+3 | |
that are used in the build tree but will be removed on install. | |||||
2017-07-17 | Renamed test case number to avoid dupes. | Jussi Pakkanen | 1 | -0/+2 | |
2017-07-17 | Fix checks on MinGW and VS2010. | Jussi Pakkanen | 1 | -1/+6 | |
2017-07-17 | Added VS support to simd detector. | Jussi Pakkanen | 1 | -1/+9 | |
2017-06-26 | Add 'Compiler.get_display_language' | Guillaume Poirier-Morency | 1 | -1/+1 | |
Use this when we print language-related information to the console and via the Ninja backend. | |||||
2017-06-23 | Split out languages from compilers.py | Alistair Thomas | 1 | -0/+1007 | |