1952 Commits (7844fd54d9d12e009e4fad9f023df618d6af3e1e)
 

Author SHA1 Message Date
Jussi Pakkanen 7844fd54d9 Merge pull request #458 from nioncode/vs-object-extraction 9 years ago
Nirbheek Chauhan 64a0dc6269 Implement cc.find_library for the Visual Studio C/C++ compilers 9 years ago
Jussi Pakkanen 8b6848ebc3 Add dir support for find_library and remove deprecated standalone version. Closes #450. 9 years ago
Nicolas Schneider 147b7aa356 vs2010: add explicit objects as 'Object' ItemGroup instead of link dependency 9 years ago
Nicolas Schneider d72cc6e6f8 vs2010: fix object extraction 9 years ago
Jussi Pakkanen a3004652ea Merge test framework options. 9 years ago
Jussi Pakkanen cefbea4816 Merge pull request #447 from nioncode/vs-fix-dirs 9 years ago
Nicolas Schneider 2761f96fe9 vs2010: give each target an own temp dir 9 years ago
Nicolas Schneider 246d9f4564 test24: check that a target extra_arg is not applied to other targets 9 years ago
Jussi Pakkanen 304c0d2cb5 Updated version number for new development. 9 years ago
Jussi Pakkanen 4e94a07f6e Bump version number for release. 9 years ago
Jussi Pakkanen f3e20b2570 Use assert instead of if/error. 9 years ago
Nicolas Schneider 5482a23936 enhance test framework to read meson arguments from a file per test 9 years ago
Jussi Pakkanen 9c5bda3f40 Return array by value so it does not get modified. 9 years ago
Jussi Pakkanen 6b548a1c75 Added find_library method and deprecated the standalone version. Closes #396. 9 years ago
Jussi Pakkanen 0d5eaa2721 Merge pull request #442 from nioncode/vs-linker-args 9 years ago
Jussi Pakkanen c218f221fd Merge pull request #444 from tp-m/config-undef 9 years ago
Jussi Pakkanen 2afc1dd497 Merge pull request #443 from tp-m/more-string-funcs 9 years ago
Tim-Philipp Müller 3c8468cd4d Add string underscorify() function 9 years ago
Tim-Philipp Müller 02e84df010 Add more string functions: contains(), to_upper() and to_lower() 9 years ago
Nicolas Schneider 17f1323aca vs2010: fix linker args 9 years ago
Tim-Philipp Müller 48a2b201ea config file: write commented undef lines same as autoconf 9 years ago
Nicolas Schneider 49418cfe8a vs2010: support multiple precompiled headers (one per language) 9 years ago
Nicolas Schneider 5ba7680a0d vs2010: fail on multiple precompiled headers 9 years ago
Nicolas Schneider 18ae344be4 vs2010: support precompiled headers 9 years ago
Jussi Pakkanen 79537b54db Implicit include directories go first. 9 years ago
Jussi Pakkanen 118e043143 Code contribution clarification. 9 years ago
Nicolas Schneider ed1732d9c4 fix test error message 9 years ago
Nicolas Schneider 749aeefe0c pass meson source and build dirs as env variables for postconf scripts 9 years ago
Jussi Pakkanen 5498f16fb3 Merged postconf script. 9 years ago
Nicolas Schneider 5e1fdb8b97 use positional instead of keyword args for add_postconf_script 9 years ago
Jussi Pakkanen 455e55f8e5 Back to .py suffix in files. Closes #394. 9 years ago
Nicolas Schneider 9f9f73fa52 add args support for add_postconf_script 9 years ago
Nicolas Schneider 92187501ed Can add postconfigure script. 9 years ago
Jussi Pakkanen 52b66edb6c Can specify compile and link args for internal deps. 9 years ago
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 cb0b9b79f4 Oh, and one more thing. 9 years ago
Jussi Pakkanen e0a23a7f6a A few more tweaks. 9 years ago
Jussi Pakkanen d2657fb396 Readme linkification. 9 years ago
Jussi Pakkanen c6138fe8bd .ipp is a C++ header suffix. 9 years ago
Jussi Pakkanen 97c22fadbe Merged XCode fix. 9 years ago
Jussi Pakkanen 6422069c8a Authors.txt updating. 9 years ago
Jussi Pakkanen 06693f8d9e Merge pull request #412 from lukeadams/master 9 years ago
Jussi Pakkanen af53c2bc3b Merge pull request #419 from nioncode/fixVs2010Regen 9 years ago
Jussi Pakkanen ea60a22cd5 Merge Python 3 module support. 9 years ago
Jussi Pakkanen efceac497f Python extension module finally works on Windows. 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