aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-19compilers: Remove outdated MSVC implementation of cc.find_libraryNirbheek Chauhan1-13/+0
2016-04-19compilers: Convert args to cc.{links,run} from unix to nativeNirbheek Chauhan1-2/+3
2016-04-17CustomTarget: require install_dir only when install is true (#519)Nirbheek Chauhan1-5/+6
2016-04-17Regex used for configuration data substitution was too broad (#520)Nirbheek Chauhan1-1/+3
2016-04-16Merge msvc cross build fixes.Jussi Pakkanen1-1/+17
2016-04-15Fix symbol-exists check for cross_sizeof and add the same check to cross_alig...Nirbheek Chauhan1-1/+9
2016-04-15Fix off-by-one in cross_sizeof and cross_alignment on MSVCNirbheek Chauhan1-0/+8
2016-04-14On failure, print exceptions encountered while searching for compilers (#515)Nirbheek Chauhan1-9/+29
2016-04-14compilers: Fix cross_sizeof when the type doesn't exist (#514)Nirbheek Chauhan1-1/+11
2016-04-14Fix a bug (typo) seen when printing the logs from failed tests. (#513)trhd1-1/+1
2016-04-13Increment version number for new development.Jussi Pakkanen1-1/+1
2016-04-13Bump version number for release.0.31.0Jussi Pakkanen6-6/+6
2016-04-13Merge pull request #490 from centricular/has_function_linkJussi Pakkanen4-10/+122
2016-04-11compilers: Use compiler-specific no-optimization flagsNirbheek Chauhan1-2/+10
2016-04-09Strip leading source tree dir name from install files if it exists.Jussi Pakkanen4-1/+10
2016-04-07compilers: Debug optimization level should be -O0 (#509)Nirbheek Chauhan1-1/+3
2016-04-07simplify unit test output (#506)Nicolas Schneider1-10/+11
2016-04-07gnome: only print warning when gresource-related functionality is used (#510)Tim-Philipp Müller1-2/+13
2016-04-07compilers: Also support built-in functions in cc.has_functionNirbheek Chauhan1-1/+8
2016-04-07Improve cc.has_function() check to not require any includes and detect stubsTim-Philipp Müller2-10/+60
2016-04-07New API: cc.has_header_symbol to check if a header defines a specific symbolNirbheek Chauhan3-0/+47
2016-04-06Merge pull request #438 from trhd/testing_optionsJussi Pakkanen22-198/+235
2016-04-06Merge pull request #503 from nioncode/windows-parallel-testJussi Pakkanen2-22/+30
2016-04-06add exponential backoff for deleting temp directoriesNicolas Schneider1-0/+1
2016-04-06fix off by one, since range() does not include the end of the rangeNicolas Schneider1-1/+1
2016-04-06vs2010: replace " with \" in /D command line argsNicolas Schneider1-0/+8
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-04mconf: Include testing related options when printing build configuration.Hemmo Nieminen1-0/+7
2016-04-04Implement errorlogs builtin option.Hemmo Nieminen2-0/+3
2016-04-04Implement stdsplit builtin option.Hemmo Nieminen2-1/+5
2016-04-04coredata: Centralize builtin option descriptions and definitions.Hemmo Nieminen6-117/+116
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