1872 Commits (d95a1085031fd1deb24e8f3232e9052e598b2b4e)
 

Author SHA1 Message Date
Nirbheek Chauhan d95a108503 compilers: MSVC does not understand the -lfoo syntax 9 years ago
Jussi Pakkanen 560d9d7375 Merge pull request #398 from nirbheek/target-link-implib 9 years ago
Jussi Pakkanen 0469128f46 Preserve 'C:\' as an absolute path in prefix. 9 years ago
Jussi Pakkanen f74d6201eb Guard against ALL THE THINGS! 9 years ago
Jussi Pakkanen 9463c5965e Swallow stderr of helper process invocation because nobody needs to see it and it causes problems in Debian testing framework. 9 years ago
Jussi Pakkanen e96359df70 Only support Python 3. 9 years ago
Martin Ejdestig a179d07fd1 Do not pass -Weverything to Clang at warning level 3 9 years ago
Jussi Pakkanen 2cbe876f71 Merge pull request #388 from nirbheek/extprog.path 9 years ago
Nirbheek Chauhan a15e784851 meson_install: os.symlink may be implemented and still not work 9 years ago
Jussi Pakkanen 3abd5305c2 Default to cwd in mesonconf. Closes #400. 9 years ago
Nirbheek Chauhan 21d471673a environment: When using MinGW-GCC, the import lib suffix is dll 9 years ago
Nirbheek Chauhan 81544feffe Explicitly use the import library while generating link args for a target 9 years ago
Nirbheek Chauhan fabb49773e Add a test for getting the path of a found program 9 years ago
Jussi Pakkanen 091b782e43 Prevent state leaks when running tests in-process. 9 years ago
Jussi Pakkanen 25e39f7fb1 A few win fixes. 9 years ago
Jussi Pakkanen aaf6075c89 Reverted implib patch as it broke mingw completely. 9 years ago
Jussi Pakkanen 53e90acda9 Fix Vala cross compilation. Closes #370. 9 years ago
Nirbheek Chauhan deff35eef6 Filter out UNIX flags from external deps when using the MSVC compiler 9 years ago
Nirbheek Chauhan 440d73902d Explicitly use the import library while generating link args for a target 9 years ago
Nirbheek Chauhan e31b6e4a7b ninjabackend: Try symlinking and ignore if it doesn't work 9 years ago
Jussi Pakkanen 31fc897496 Merge pull request #391 from nirbheek/minor-changes 9 years ago
Nirbheek Chauhan 3dd039487e compilers: /LD is not needed for PIC support in DLLs 9 years ago
Jussi Pakkanen e0fbde786c Merge pull request #385 from nirbheek/debugoptimized 9 years ago
Nirbheek Chauhan 8bd0f432a0 backends: Clarify the reason behind a grotesque hack 9 years ago
Nirbheek Chauhan a901024d33 When erroring out due to invalid prefix, print the value 9 years ago
Nirbheek Chauhan 05547a44fc Add myself to authors.txt as required by the guide to contributing] 9 years ago
Nirbheek Chauhan 601ff91622 interpreter: Add path() method to ExternalProgramHolder types 9 years ago
Nirbheek Chauhan 36c9a165ed build.CustomTarget: Also accept mesonlib.File types as 'command' arguments 9 years ago
Nirbheek Chauhan 3fcd056e86 compilers: Don't pass /D for debugoptimized build type 9 years ago
Jussi Pakkanen edd61dcf81 When killing a frozen process, take all its children with it. Closes #377. 9 years ago
Jussi Pakkanen 25793975d7 Can ask pkg-config to provide static libraries. Closes #380. 9 years ago
Jussi Pakkanen bbe4656c51 Guard against subdir segments in output files. 9 years ago
Jussi Pakkanen 819da091c2 Use deterministic mode in ar when it is available. 9 years ago
Jussi Pakkanen fc08f60b9f Do not cache found programs because it is unreliable. Closes #374. 9 years ago
Jussi Pakkanen 72a94c13f2 Merge pull request #381 from dnohales/gresource_multi_sourcedir 9 years ago
Damián Nohales 5f5ed7fcfb Add myself to authors.txt 9 years ago
Damián Nohales 8bcd25f5b4 Simplify target generation in GnomeModule.compile_resources 9 years ago
Damián Nohales b91662a903 Allow multiple source_dir in GResource 9 years ago
Jussi Pakkanen 6a3e29ccd4 If test exes can not be removed (because e.g. an antivirus program holds on to the file), just leave them behind. Closes #378. 9 years ago
Jussi Pakkanen 4b3c43649e Put internal include dirs at the beginning so they override ones coming from the system. Closes #372. 9 years ago
Jussi Pakkanen 9496637a70 Removed need to call check_outputs manually so you can not forget to do it. 9 years ago
Jussi Pakkanen 5586dcf5c0 Text clarification. 9 years ago
Jussi Pakkanen c87835080d Restore warning state variable that got lost in refactoring. 9 years ago
Jussi Pakkanen 8cd3c8124a Can add languages only if they are available. Closes #365. 9 years ago
Jussi Pakkanen 4cd671e69e More comparison operators. Closes #363. 9 years ago
Jussi Pakkanen 755d22afbd Strip trailing slash from prefix. Closes #366. 9 years ago
Jussi Pakkanen 0c96dbff3a String to int conversion. Closes #362. 9 years ago
Jussi Pakkanen 8d8d696966 Bump version for new development. 9 years ago
Jussi Pakkanen df47d0b1a5 Updated versions for release. 9 years ago
Jussi Pakkanen 4319f002a1 Tweak setup.py includes. 9 years ago