aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Code contribution clarification.Jussi Pakkanen1-4/+4
2016-03-03fix test error messageNicolas Schneider1-1/+1
2016-03-03pass meson source and build dirs as env variables for postconf scriptsNicolas Schneider3-6/+12
2016-03-02Merged postconf script.Jussi Pakkanen12-0/+66
2016-03-02use positional instead of keyword args for add_postconf_scriptNicolas Schneider2-5/+5
2016-03-02Back to .py suffix in files. Closes #394.Jussi Pakkanen7-1/+9
2016-03-01add args support for add_postconf_scriptNicolas Schneider6-2/+27
2016-03-01Can add postconfigure script.Nicolas Schneider8-0/+41
2016-02-29Can specify compile and link args for internal deps.Jussi Pakkanen6-4/+32
2016-02-29Handle resources that come in files(). Closes #424.Jussi Pakkanen1-2/+10
2016-02-29Handle built targets in custom rules. Closes #411.Jussi Pakkanen5-0/+27
2016-02-28Oh, and one more thing.Jussi Pakkanen1-3/+5
2016-02-28A few more tweaks.Jussi Pakkanen1-1/+2
2016-02-28Readme linkification.Jussi Pakkanen1-9/+14
2016-02-26.ipp is a C++ header suffix.Jussi Pakkanen1-2/+2
2016-02-26Merged XCode fix.Jussi Pakkanen2-15/+22
2016-02-26Authors.txt updating.Jussi Pakkanen1-0/+2
2016-02-26Merge pull request #412 from lukeadams/masterJussi Pakkanen1-18/+18
2016-02-26Merge pull request #419 from nioncode/fixVs2010RegenJussi Pakkanen4-21/+36
2016-02-26Merge Python 3 module support.Jussi Pakkanen21-8/+334
2016-02-26Python extension module finally works on Windows.Jussi Pakkanen3-1/+18
2016-02-25vs2010: properly check whether solution needs to be regeneratedNicolas Schneider2-13/+28
2016-02-25dump coredata to file before calling backend.generate()Nicolas Schneider2-2/+2
2016-02-25vs2010: write regen.rule in gen_regenprojNicolas Schneider1-4/+5
2016-02-25vs2010: fix REGEN project input filesNicolas Schneider1-2/+1
2016-02-25Fix Xcode backendRogiel Sulzbach2-14/+22
2016-02-25Merge VS2010 path fix branch.Jussi Pakkanen7-4/+28
2016-02-25call os.path.normpath before splitting a file path into its componentsNicolas Schneider1-1/+1
2016-02-24Merge pull request #358 from tp-m/no-argsJussi Pakkanen1-8/+15
2016-02-24Merge pull request #408 from nioncode/fixGeneratorTestJussi Pakkanen2-13/+30
2016-02-24Create directories of unity temporary filesMinijackson1-0/+3
2016-02-24vs2010: fix target_to_build_root methodNicolas Schneider7-4/+28
2016-02-23vs2010: do not add generated object files to projectNicolas Schneider1-4/+3
2016-02-23Delete old readmeLuke Adams1-61/+0
2016-02-23Readme in markdownLuke Adams1-0/+61
2016-02-23vs2010: write CustomBuildStep only if there is at least 1 command to be runNicolas Schneider1-8/+9
2016-02-23vs2010: merge all generators into single command invocationNicolas Schneider1-5/+11
2016-02-23vs2010: fix including a precompiled / generated object file in compilationNicolas Schneider1-3/+14
2016-02-23vs2010: fix wrong generator command concatenationNicolas Schneider1-1/+1
2016-02-23fix 'object generator' test case for ninjaNicolas Schneider1-1/+1
2016-02-22add myself to authors.txtNicolas Schneider1-0/+1
2016-02-22use sys.stdout.encoding when parsing subprocess outputNicolas Schneider1-4/+4
2016-02-22Do delayed argument setting properly this time.Jussi Pakkanen3-5/+19
2016-02-22Print value of werror in mesonconfMartin Ejdestig1-0/+1
2016-02-22Pass warning arguments to compiler even if buildtype is plainMartin Ejdestig1-2/+1
2016-02-22Refix Linux.Jussi Pakkanen1-3/+4
2016-02-21Skip cython test if it does not exist.Jussi Pakkanen1-7/+12
2016-02-21Can build Python extension on OSX.Jussi Pakkanen3-6/+38
2016-02-21Extract python3 dependency information from the current process if it is not ...Jussi Pakkanen2-0/+41
2016-02-21Fix cython to work on platforms other than latest Ubuntu.Jussi Pakkanen2-8/+2