aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-06fix off by one, since range() does not include the end of the rangeNicolas Schneider1-1/+1
2016-04-06fix randomly failing test execution on WindowsNicolas Schneider1-2/+21
2016-04-05do not print anything during testsNicolas Schneider1-2/+2
2016-04-05properly fix Windows parallel tests by not using global variablesNicolas Schneider1-6/+5
2016-04-05Revert "Fix Windows. Again."Nicolas Schneider2-13/+2
2016-04-05Removed no longer used attribute from rpm generator. Closes #502.Jussi Pakkanen1-2/+0
2016-04-04Merge pull request #496 from mesonbuild/partestJussi Pakkanen2-7/+28
2016-04-04Bring back the old manual search to cc.find_library.Jussi Pakkanen2-8/+33
2016-04-04Import fix. Closes #498.Jussi Pakkanen1-2/+2
2016-04-04Removed lingering coverage flags.Jussi Pakkanen2-5/+2
2016-04-03Merge pull request #390 from nirbheek/msvc-module-defsJussi Pakkanen12-1/+60
2016-04-03Whitespace fixing.Jussi Pakkanen2-14/+13
2016-04-03Fix output dir of coverage-html.Jussi Pakkanen1-3/+3
2016-04-03Put buildtype flags to vala compiles.Jussi Pakkanen3-6/+14
2016-04-02Add coverage option to compilers.Jussi Pakkanen1-8/+8
2016-04-02If should be elif.Jussi Pakkanen1-1/+1
2016-04-01Fix Windows. Again.Jussi Pakkanen2-2/+13
2016-04-01Output is all pretty again.Jussi Pakkanen1-6/+7
2016-04-01Run tests in parallel.Jussi Pakkanen1-3/+12
2016-04-01Fix Windows.Jussi Pakkanen1-2/+4
2016-04-01Use individual tempdirs for building and installing in unit tests.Jussi Pakkanen2-16/+7
2016-03-31Merge pull request #486 from nioncode/vs-transitivedepsJussi Pakkanen1-1/+1
2016-03-31Merge pull request #488 from nioncode/vs-extrafilesJussi Pakkanen1-1/+6
2016-03-31Only check cl banner string on Windows. Closes #491.Jussi Pakkanen1-1/+4
2016-03-30And private libraries.Jussi Pakkanen2-4/+8
2016-03-30Invoke depfixer in-process to make it faster. Closes #480.Jussi Pakkanen4-23/+24
2016-03-30Can set requires manually into generated pc files.Jussi Pakkanen2-3/+13
2016-03-30Add global arguments to vala compilations.Jussi Pakkanen1-3/+6
2016-03-30Add shared_library argument for a Visual Studio module definitions fileNirbheek Chauhan12-1/+60
2016-03-30vs2010: add extra_files to projectNicolas Schneider1-1/+6
2016-03-30vs2010: fix transitive dependenciesNicolas Schneider1-1/+1
2016-03-29Merge branch 'vs-privinc'Jussi Pakkanen1-0/+4
2016-03-29Merge branch 'vs-fixinclude'Jussi Pakkanen1-5/+2
2016-03-29Merge branch 'vs-extraargs'Jussi Pakkanen3-22/+18
2016-03-29Merge branch 'samename'Jussi Pakkanen7-19/+62
2016-03-29vs2010: support EXTRA_ARGS for generatorsNicolas Schneider3-8/+11
2016-03-29vs2010: fix generated files' pathNicolas Schneider1-7/+2
2016-03-29vs2010: fix relative path to target private dir for generatorsNicolas Schneider1-3/+4
2016-03-29vs2010: fix generator commandNicolas Schneider1-5/+2
2016-03-29vs2010: fix include directoriesNicolas Schneider1-5/+2
2016-03-29vs2010: support private include dirsNicolas Schneider1-0/+4
2016-03-28Merge pull request #478 from centricular/sizeof_no_symbolJussi Pakkanen1-1/+1
2016-03-28compilers: Return -1 from cc.sizeof if the symbol could not be foundNirbheek Chauhan1-1/+1
2016-03-28move source file conflict detection into Vs2010 backendNicolas Schneider2-13/+25
2016-03-28Error out if trying to install with Python 2.Jussi Pakkanen1-0/+6
2016-03-25vs2010: use copy of buildtype_args to not change global stateNicolas Schneider1-1/+1
2016-03-25vs2010: fix object extraction with same source file nameNicolas Schneider3-22/+19
2016-03-24add test for extracting two objects with the same source file nameNicolas Schneider4-0/+18
2016-03-24vs2010: support same source file names in different subdirsNicolas Schneider2-0/+16
2016-03-24Binary name clarification.Jussi Pakkanen1-0/+4