2283 Commits (4de02cb5b0e67e051b8503a94249d21989844e87)

Author SHA1 Message Date
Christophe Gouiran 412315f8ae Modify exception raised when msvc pch is badly specified 7 years ago
Matthias Klumpp 5133d8650f d: Detect recent DMD compilers 7 years ago
Matthias Klumpp 0da6d891ac Allow subproject dirs in subdirectories in the source tree again 7 years ago
Jussi Pakkanen 17c435869c Print problem text in error message. Closes #2882. 7 years ago
Dylan Baker a9210c57e1 LLVM: work around FreeBSD specific static linking problems 7 years ago
Dylan Baker 660dee1e10 LLVM: use DragonFly BSD workaround on FreeBSD as well 7 years ago
Dylan Baker 448ba5b6f3 LLVM: work around bug in dragonfly bsd llvm-config for shared libs 7 years ago
Dylan Baker 3a0f8ab0cf dependencies/dev: remove unused imports 7 years ago
Dylan Baker 4620bdd8b4 tests: fix rpath_uses_ORIGIN on dragonflybsd 7 years ago
Dylan Baker 10a560a411 compilers: fix unittest "16 prebuilt shared" on dragonfly bsd 7 years ago
Christophe Gouiran 40e92c82ab Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an array 7 years ago
Ting-Wei Lan 9ec950c4ae gtkdochelper: Set LD_LIBRARY_PATH from -Wl,-rpath arguments 7 years ago
Ting-Wei Lan 7b4bcdf21e gnome: Always use an ordered set to store LDFLAGS 7 years ago
Ting-Wei Lan ab2f68ec9c gnome.generate_gir: Pass *FLAGS set in the environment to g-ir-scanner 7 years ago
Ting-Wei Lan 08113da388 gnome.gtkdoc: Pass *FLAGS set in the environment to gtkdoc-scangobj 7 years ago
Jon Turney fd66692f73 Fix a problem when anyone actually tries to use a non-found dependency 7 years ago
Jussi Pakkanen 86feb843f4 Add promote to list of wrap commands. 7 years ago
Jon Turney 1a948b2e67 Fix dependency('boost') on Cygwin 7 years ago
Jussi Pakkanen 0538009d30 Bump minimum supported Python from 3.4 to 3.5. 7 years ago
Alexey Stukalov da44a93daa normpath to bundled meson executable 7 years ago
Alexey Stukalov 8fc4244187 fix meson location detection if run by wraptool 7 years ago
Benjamin Redelings 62bec86aa6 Handle header-only boost modules on Unix when BOOST_ROOT is not set. 7 years ago
Benjamin Redelings ce0b0d463f Fix macports builds: don't override include paths unless BOOST_ROOT. 7 years ago
Benjamin Redelings 075e2d4154 Add todo comments. 7 years ago
Benjamin Redelings a12d47984e Remove unqualified import and add mesonlib. in from of symbols. 7 years ago
Benjamin Redelings 57265e2486 Use include path to find <boost/version.hpp> and version number. 7 years ago
Benjamin Redelings ea4d5697a8 Fix style issues. 7 years ago
Benjamin Redelings a82abfcb4a Use new strategy for finding libraries on Linux & Mac. 7 years ago
Benjamin Redelings 1043b0b4a2 Factor out extra linker search dirs into new function. 7 years ago
Benjamin Redelings c62078dae5 Add missing for_linux( ) function. 7 years ago
Benjamin Redelings d55f330df0 Change values in lib_modules dict to lists (of linker args). 7 years ago
Benjamin Redelings 1af17075ab Add information about Linux and Mac. 7 years ago
Benjamin Redelings 074bd544c7 Fix typo. 7 years ago
Benjamin Redelings 4c7802b107 Link against the library files that we found during module detection. 7 years ago
Benjamin Redelings 71d24094cd Factor out code to compute modname from basename into a single place. 7 years ago
Jon Turney bcc95d7dd7 Use location formatting in mlog.warning() for invalid kwarg warning 7 years ago
Jon Turney f85fde743a Wire up locations in a couple more warnings 7 years ago
Jon Turney 2ed875e1b4 Consolidate warning location formatting in mlog.warning() 7 years ago
Jussi Pakkanen 4a189cf8c5 Add unit test that checks that the sample projects compile. 7 years ago
Jussi Pakkanen f1afd44b2b Added C++ library sample. 7 years ago
Jussi Pakkanen 21101fd00a Added C++ exe sample project. 7 years ago
Jussi Pakkanen 3cc1462dd2 Add a sample shared library project. 7 years ago
Jussi Pakkanen d2b68d31dd Added init command that creates a sample exe project. 7 years ago
Nirbheek Chauhan 851475db9b intrp: Consolidate subproject dep checking and logging 7 years ago
snsmac 27d5c1c3f9 The scanbuild script does now also look for executables with a version in the name 7 years ago
Alexey Stukalov 4f32d11e1b add Compiler.thread_flags() stub 7 years ago
Jon Turney ad5cc2ce55 Append warning location to warning output by warning() 7 years ago
Jon Turney 3c75ae9ced Add filename and lineno to duplicate kwargs warning 7 years ago
Nirbheek Chauhan ae0f4ef055 compilers: Fix error when objc/objc++ compilers are not found 7 years ago
Nirbheek Chauhan 6f3e2a0a07 compilers: prefer C++ over objc in clink_langs 7 years ago