510 Commits (e459fd2f53dfe13297630cc04e4a420f12668f8a)

Author SHA1 Message Date
Jussi Pakkanen 352b5badd2 Handle resources that come in files(). Closes #424. 9 years ago
Jussi Pakkanen 2d32c39471 Handle built targets in custom rules. Closes #411. 9 years ago
Jussi Pakkanen c6138fe8bd .ipp is a C++ header suffix. 9 years ago
Nicolas Schneider 40a7287a59 vs2010: properly check whether solution needs to be regenerated 9 years ago
Nicolas Schneider ac5ee0c414 dump coredata to file before calling backend.generate() 9 years ago
Nicolas Schneider bffc84e77e vs2010: write regen.rule in gen_regenproj 9 years ago
Nicolas Schneider 4651ec8f77 vs2010: fix REGEN project input files 9 years ago
Rogiel Sulzbach f98dc48a8d Fix Xcode backend 9 years ago
Nicolas Schneider c5001a3a5a call os.path.normpath before splitting a file path into its components 9 years ago
Minijackson 3b688c6114 Create directories of unity temporary files 9 years ago
Nicolas Schneider 6de2fd6ab5 vs2010: fix target_to_build_root method 9 years ago
Nicolas Schneider 78551ae242 vs2010: do not add generated object files to project 9 years ago
Nicolas Schneider 2dcac38624 vs2010: write CustomBuildStep only if there is at least 1 command to be run 9 years ago
Nicolas Schneider ed6c0e1fa6 vs2010: merge all generators into single command invocation 9 years ago
Nicolas Schneider d79f402769 vs2010: fix including a precompiled / generated object file in compilation 9 years ago
Nicolas Schneider c2e406295e vs2010: fix wrong generator command concatenation 9 years ago
Jussi Pakkanen d88223bd61 Do delayed argument setting properly this time. 9 years ago
Martin Ejdestig 6a90d5d587 Print value of werror in mesonconf 9 years ago
Martin Ejdestig 47db4e3d53 Pass warning arguments to compiler even if buildtype is plain 9 years ago
Jussi Pakkanen 836b121a9c Refix Linux. 9 years ago
Jussi Pakkanen a04c33e125 Can build Python extension on OSX. 9 years ago
Jussi Pakkanen 98d3fb5372 Extract python3 dependency information from the current process if it is not available in pkg-config. 9 years ago
Jussi Pakkanen 98d00386b1 Can build a Python extension module. 9 years ago
Nirbheek Chauhan d95a108503 compilers: MSVC does not understand the -lfoo syntax 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
Martin Ejdestig a179d07fd1 Do not pass -Weverything to Clang at warning level 3 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
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
Nirbheek Chauhan 3dd039487e compilers: /LD is not needed for PIC support in DLLs 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 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