aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-16cc.has_function: Don't forget to check for stubs in the fallback testNirbheek Chauhan1-3/+5
2016-05-10Do not append a period to test suite names.Hemmo Nieminen1-1/+3
2016-05-10Merge pull request #531 from centricular/has_function_impl_fixJussi Pakkanen2-8/+20
2016-05-10Use CoreData.get_builtin_option() to get builtin option values.Hemmo Nieminen1-3/+3
2016-05-05Created an emergency wraptool that downloads directly from Github.Jussi Pakkanen2-3/+111
2016-05-03Better error message when compdb generation fails.Jussi Pakkanen1-1/+4
2016-05-04tests/common/43: Better, more descriptive error messagesNirbheek Chauhan1-6/+6
2016-05-04has_function: Also detect function implementations inside headersNirbheek Chauhan1-2/+14
2016-05-01Merge pull request #516 from centricular/cross-compile_32bit-x86_on_64bit-x86...Jussi Pakkanen4-28/+81
2016-05-01Merge branch 'centricular-customtarget-path-windows'Jussi Pakkanen6-13/+141
2016-05-01Merge pull request #525 from minijackson/masterJussi Pakkanen2-2/+3
2016-05-01Move all coverage reporting related files under $BUILD_DIR/meson-logs.Hemmo Nieminen1-6/+6
2016-04-28Fix argv count requirement in delwithsuffix.py scriptMinijackson1-1/+1
2016-04-28Use module path when looking for meson scripts dirMinijackson1-1/+2
2016-04-21Merge branch 'nioncode-vs-manygen'.Jussi Pakkanen3-16/+31
2016-04-21Merge pull request #521 from centricular/cc.links_run_unix_link_flagsJussi Pakkanen1-15/+3
2016-04-21Fix a bug in coverage reporting.Hemmo Nieminen1-2/+2
2016-04-19vs2010: add object files from custom_target to projectNicolas Schneider1-5/+12
2016-04-19vs2010: add generated libs as link dependenciesNicolas Schneider3-10/+14
2016-04-19vs2010: add dirs of custom_target generated files to include dirsNicolas Schneider1-3/+7
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-18scripts/meson_exe: prepend extra_paths to PATH instead of appendingNirbheek Chauhan1-1/+1
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-15backends: Don't duplicate test setup data file nameNirbheek Chauhan4-11/+6
2016-04-15ninja: Set PATH for CustomTargets with built EXEs on WindowsNirbheek Chauhan4-2/+135
2016-04-15Separate out cpu_method to environment.py and add amd64 quirkNirbheek Chauhan2-1/+8
2016-04-15Don't require an exe_wrapper when cross-compiling 32-bit on 64-bitNirbheek Chauhan4-27/+73
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