2258 Commits (275c737d571709f0653c24d18a3adb14bbd9cb2f)

Author SHA1 Message Date
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
Gabríel Arthúr Pétursson 2fc3fc8d67 Remember which Visual Studio backend was auto-detected 7 years ago
Gabríel Arthúr Pétursson c8355c9ffa Fail Visual Studio version detection if VSINSTALLDIR is not set 7 years ago
Karol Szuster 8fb7d9261a Add missing space 7 years ago
Andrei Alexeyev 84e47ab654 fix AttributeError in CustomTargetIndex.__repr__ 7 years ago
Niklas Claesson d014087fd9 boost: Allow older behavior with a warning 7 years ago
Benjamin Redelings f3c182f07d Add whitespace around '+'. 7 years ago
Benjamin Redelings 907744d55e Fix linking with clang++ on linux if install_rpath. 7 years ago
Iñigo Martínez f022cb3a40 gnome.gtkdoc: Add dependencies over generated targets 7 years ago
Niklas Claesson 7f4f082d69 Print 'cached' if dependency is found in cache 7 years ago
Niklas Claesson ba161d42ee subproject handling: add fix 7 years ago
Xavier Claessens 68eedc8b71 pkgconfig: Rename DepsHolder to DependenciesHelper 7 years ago
Jussi Pakkanen 27d4a611a5 Fix Windows. 7 years ago
Jon Turney 861cbc2e73 Update prefix-dependent defaults when project(default_options:) changes prefix 7 years ago
Jussi Pakkanen ff98407ade Dead code removal. 7 years ago
Xavier Claessens 49977686b5 pkgconfig: Use the pc file we generated for libraries 7 years ago
Xavier Claessens 9e541a0fff pkgconfig: Avoid duplicated -L flags 7 years ago
Xavier Claessens 1c0570906c pkgconfig: Allow passing Dependency objects to library(_private) 7 years ago
Alexis Jeandet 0560478f75 [Dependencies] Add --ldflags to cups-config invocation 7 years ago
Iñigo Martínez 1eab075c8e Deprecate duplicated values in array options 7 years ago
Christoph Behle c772841af7 Fix: More information for C compilers. 7 years ago
Dylan Baker e245e57865 Warn on unknown command line arguments 7 years ago
Dylan Baker e1c9d2f53a mesonmain: Remove useless ternary 7 years ago