Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-20 | Preserve b_ prefix for base option names. | Jussi Pakkanen | 2 | -4/+7 | |
2016-03-18 | Added base options to Clang compilers. | Jussi Pakkanen | 2 | -8/+37 | |
2016-03-17 | Do not use lundef on OSX. | Jussi Pakkanen | 1 | -4/+12 | |
2016-03-17 | Works when mixing Java and C. | Jussi Pakkanen | 2 | -14/+17 | |
2016-03-17 | Fix mesonintrospect. | Jussi Pakkanen | 1 | -9/+10 | |
2016-03-16 | Added new base options and some sample opts for gcc. | Jussi Pakkanen | 5 | -0/+108 | |
2016-03-14 | Merge test framework options. | Jussi Pakkanen | 4 | -1/+29 | |
2016-03-14 | Merge pull request #447 from nioncode/vs-fix-dirs | Jussi Pakkanen | 1 | -3/+3 | |
vs2010: give each target an own temp dir | |||||
2016-03-14 | vs2010: give each target an own temp dir | Nicolas Schneider | 1 | -3/+3 | |
The 'Rebuild' target fails in mysterious ways if multiple targets use the same directories because of output files being deleted between two build steps (e.g. test case 78 fails on Rebuild, whereas Clean + Build work just fine). | |||||
2016-03-13 | test24: check that a target extra_arg is not applied to other targets | Nicolas Schneider | 3 | -0/+24 | |
2016-03-12 | Updated version number for new development. | Jussi Pakkanen | 1 | -1/+1 | |
2016-03-12 | Bump version number for release.0.30.0 | Jussi Pakkanen | 4 | -4/+4 | |
2016-03-12 | Use assert instead of if/error. | Jussi Pakkanen | 1 | -51/+17 | |
2016-03-12 | enhance test framework to read meson arguments from a file per test | Nicolas Schneider | 4 | -1/+29 | |
A 'test_args.txt' file in the same directory as the test case will be parsed by the test framework and the content will be passed as arguments to meson during configuration. The arguments are put before any 'extra_args' to make them overwritable from the command line. | |||||
2016-03-12 | Return array by value so it does not get modified. | Jussi Pakkanen | 1 | -2/+2 | |
2016-03-12 | Added find_library method and deprecated the standalone version. Closes #396. | Jussi Pakkanen | 4 | -4/+49 | |
2016-03-12 | Merge pull request #442 from nioncode/vs-linker-args | Jussi Pakkanen | 1 | -3/+3 | |
vs2010: fix linker args | |||||
2016-03-12 | Merge pull request #444 from tp-m/config-undef | Jussi Pakkanen | 1 | -1/+1 | |
config file: write commented undef lines same as autoconf | |||||
2016-03-12 | Merge pull request #443 from tp-m/more-string-funcs | Jussi Pakkanen | 3 | -1/+47 | |
Add more string funcs: to_upper(), to_lower(), contains() and underscorify() | |||||
2016-03-12 | Add string underscorify() function | Tim-Philipp Müller | 2 | -0/+15 | |
So we can easily construct the defines for include headers and struct checks and such. | |||||
2016-03-12 | Add more string functions: contains(), to_upper() and to_lower() | Tim-Philipp Müller | 3 | -1/+32 | |
2016-03-12 | vs2010: fix linker args | Nicolas Schneider | 1 | -3/+3 | |
2016-03-12 | config file: write commented undef lines same as autoconf | Tim-Philipp Müller | 1 | -1/+1 | |
For easier diffing to see if anything is missing when porting. | |||||
2016-03-12 | vs2010: support multiple precompiled headers (one per language) | Nicolas Schneider | 1 | -13/+49 | |
This creates the PrecompiledHeader properties for every source file in the project if multiple languages are present. Otherwise, the global pch settings are used. The pch to use is determined by checking the suffix of the source file. | |||||
2016-03-12 | vs2010: fail on multiple precompiled headers | Nicolas Schneider | 1 | -0/+2 | |
2016-03-11 | vs2010: support precompiled headers | Nicolas Schneider | 1 | -2/+18 | |
2016-03-11 | Implicit include directories go first. | Jussi Pakkanen | 1 | -1/+3 | |
2016-03-09 | Code contribution clarification. | Jussi Pakkanen | 1 | -4/+4 | |
2016-03-03 | fix test error message | Nicolas Schneider | 1 | -1/+1 | |
2016-03-03 | pass meson source and build dirs as env variables for postconf scripts | Nicolas Schneider | 3 | -6/+12 | |
2016-03-02 | Merged postconf script. | Jussi Pakkanen | 12 | -0/+66 | |
2016-03-02 | use positional instead of keyword args for add_postconf_script | Nicolas Schneider | 2 | -5/+5 | |
2016-03-02 | Back to .py suffix in files. Closes #394. | Jussi Pakkanen | 7 | -1/+9 | |
2016-03-01 | add args support for add_postconf_script | Nicolas Schneider | 6 | -2/+27 | |
2016-03-01 | Can add postconfigure script. | Nicolas Schneider | 8 | -0/+41 | |
2016-02-29 | Can specify compile and link args for internal deps. | Jussi Pakkanen | 6 | -4/+32 | |
2016-02-29 | Handle resources that come in files(). Closes #424. | Jussi Pakkanen | 1 | -2/+10 | |
2016-02-29 | Handle built targets in custom rules. Closes #411. | Jussi Pakkanen | 5 | -0/+27 | |
2016-02-28 | Oh, and one more thing. | Jussi Pakkanen | 1 | -3/+5 | |
2016-02-28 | A few more tweaks. | Jussi Pakkanen | 1 | -1/+2 | |
2016-02-28 | Readme linkification. | Jussi Pakkanen | 1 | -9/+14 | |
2016-02-26 | .ipp is a C++ header suffix. | Jussi Pakkanen | 1 | -2/+2 | |
2016-02-26 | Merged XCode fix. | Jussi Pakkanen | 2 | -15/+22 | |
2016-02-26 | Authors.txt updating. | Jussi Pakkanen | 1 | -0/+2 | |
2016-02-26 | Merge pull request #412 from lukeadams/master | Jussi Pakkanen | 1 | -18/+18 | |
Improve readme | |||||
2016-02-26 | Merge pull request #419 from nioncode/fixVs2010Regen | Jussi Pakkanen | 4 | -21/+36 | |
Fix vs2010 regen | |||||
2016-02-26 | Merge Python 3 module support. | Jussi Pakkanen | 21 | -8/+334 | |
2016-02-26 | Python extension module finally works on Windows. | Jussi Pakkanen | 3 | -1/+18 | |
2016-02-25 | vs2010: properly check whether solution needs to be regenerated | Nicolas Schneider | 2 | -13/+28 | |
2016-02-25 | dump coredata to file before calling backend.generate() | Nicolas Schneider | 2 | -2/+2 | |
This ensures that all build files always have a later timestamp than coredata.dat, which is used to check if the build files must be regenerated. |