112 Commits (b5c7cca0dce1ad13dcf30ddaaf5fe52ceb5bec3d)

Author SHA1 Message Date
Jussi Pakkanen b5c7cca0dc Works when mixing Java and C. 9 years ago
Jussi Pakkanen de03ae5af0 Fix mesonintrospect. 9 years ago
Jussi Pakkanen 19046fd854 Added new base options and some sample opts for gcc. 9 years ago
Nicolas Schneider 2761f96fe9 vs2010: give each target an own temp dir 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 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
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
Nicolas Schneider 749aeefe0c pass meson source and build dirs as env variables for postconf scripts 9 years ago
Nicolas Schneider 5e1fdb8b97 use positional instead of keyword args for add_postconf_script 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 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