3394 Commits (9adef3a8e878958d8408f717efb68e1d36ab3984)
 

Author SHA1 Message Date
Nirbheek Chauhan 0543a378ca tests: Minor fixes to the library-usage tests 8 years ago
Nirbheek Chauhan 16c27bef0b Add a cmake file for manual comparison 8 years ago
Nirbheek Chauhan 9ccbe72509 Add manual-linking tests to Linux and Windows 8 years ago
Nirbheek Chauhan a24651f33a darwin: Also add the major version in the dylib 8 years ago
Jussi Pakkanen 2ecb26c9ae Merge pull request #1444 from mesonbuild/pdbinstall 8 years ago
Jussi Pakkanen b3aaab3a03 Have all compiler invocations in compdb. Closes #1439. 8 years ago
Patrick Griffis a795ea3cd4 gnome.genmarshal: Use --output when available 8 years ago
Nirbheek Chauhan 303b8819ec Nuke dead code which was used for installing PDB files 8 years ago
Nirbheek Chauhan 2340fd3d8a tests/windows: Tests for #1444 8 years ago
Jussi Pakkanen 0c957b75c6 Install PDB files. Closes #1442. 8 years ago
Jussi Pakkanen 293520f55f Merge pull request #1379 from mesonbuild/doxygen 8 years ago
Jussi Pakkanen a7609e76f6 Graceful fallback when printing messages with characters not understood by stdout. 8 years ago
Jussi Pakkanen b927468137 Use cross stripper when cross compiling and allow overriding native strip executable. Closes #1414. 8 years ago
Marc Becker 92d18b9256 Fix directory context for git wrap check 8 years ago
Jussi Pakkanen a61e41b1d2 Force log file to UTF-8. 8 years ago
Nirbheek Chauhan 0e6045864c tests: Use #!/usr/bin/env python3 for all scripts 8 years ago
Nirbheek Chauhan 438f219864 gnome: Pass ExternalProgram objects to CustomTarget 8 years ago
Jussi Pakkanen 792b07c61b Merge pull request #1421 from centricular/mesontest-test-args 8 years ago
Elliott Sales de Andrade 7c5de87656 Raise if gobject-introspection is not found. 8 years ago
Nirbheek Chauhan 4f0e204c34 Fix undefined variables in ObjC/C++ detection 8 years ago
Fabio Porcedda 7cece438cc ninjabackend: generate "compile_commands.json" even for cross compile 8 years ago
Nirbheek Chauhan f5b43eef1b mesontest: Support passing test arguments at runtime 8 years ago
Nirbheek Chauhan 9fffcef290 mesontest: Fix --repeat with --gdb 8 years ago
Nirbheek Chauhan 62c7dcf32d mesontest: Use shlex.split for parsing the wrapper 8 years ago
Jussi Pakkanen 95248f0f26 Merge pull request #1408 from centricular/detectcompilersbetter 8 years ago
Nirbheek Chauhan 7a671e21b9 objc tests: Disable nsstring test on Clang + Linux 8 years ago
Nirbheek Chauhan 8e48f23262 Detect GCC type on macOS for ObjC/C++ too 8 years ago
Nirbheek Chauhan 01f207f347 unit tests: Don't try to test objc/c++ on Windows 8 years ago
Nirbheek Chauhan 69e83d6aed Support passing of options to compilers and linkers 8 years ago
Nirbheek Chauhan 003e0a0610 Use the same function for detection of C and C++ compilers 8 years ago
Nirbheek Chauhan 56a8b2a181 Fix static linker exelist in cross-info and environment 8 years ago
Nirbheek Chauhan 798c349e35 Fix compiler exelist in cross-info and the environment 8 years ago
Nirbheek Chauhan de45535b7d travis: Also set OBJC and OBJCXX to CC/CXX 8 years ago
Nirbheek Chauhan 68eea4818d environment: Use shlex.split() to get AR from the env 8 years ago
Hase Bastian ff34e6c0b2 Update authors.txt 8 years ago
Hase Bastian 283d5e6233 Detect (non-Apple) clang as objc/c++ compiler 8 years ago
Nirbheek Chauhan 238d1a37a0 Factor out common code in compiler detection 8 years ago
Jussi Pakkanen d6614ba811 Merge pull request #1402 from centricular/test-setup-fixes 8 years ago
Jussi Pakkanen 98af711ca6 Merge pull request #1403 from centricular/compile_resources 8 years ago
Jussi Pakkanen c8042b5574 Merged clang color. 8 years ago
Rodrigo Lourenço 73e36c5b2b Add myself as an author. 8 years ago
Nirbheek Chauhan 2a64a2d00c run_tests.py: Nice down when running on a dev machine 8 years ago
Nirbheek Chauhan 79fcd7054d tests/common/129: Fix configure_file invocation 8 years ago
Nirbheek Chauhan dabf0c1882 gnome: Support configure_file() output in compile_resources 8 years ago
Nirbheek Chauhan cb0aa6a83a configure_file: Substitute @INPUT@/@OUTPUT@/etc in command 8 years ago
Nirbheek Chauhan 1f0319c288 gnome: Document why we need absolute paths for mkenums 8 years ago
Nirbheek Chauhan f3ff8fe6b7 custom_target: Substitute input into output 8 years ago
Nirbheek Chauhan 73b2ee08a8 Rewrite custom_target template string substitution 8 years ago
Nirbheek Chauhan af1b898cc5 configure_file: Don't allow both command and configuration kwargs 8 years ago
Nirbheek Chauhan a6c71c62c8 gnome: Print an error message when generated files are passed to compile_resources 8 years ago