aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
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-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 Pakkanen1-1/+1
2016-04-13Merge pull request #490 from centricular/has_function_linkJussi Pakkanen2-10/+80
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 Pakkanen1-1/+2
2016-04-07compilers: Debug optimization level should be -O0 (#509)Nirbheek Chauhan1-1/+3
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üller1-10/+36
2016-04-07New API: cc.has_header_symbol to check if a header defines a specific symbolNirbheek Chauhan2-0/+29
2016-04-06Merge pull request #438 from trhd/testing_optionsJussi Pakkanen22-198/+235
2016-04-06Merge pull request #503 from nioncode/windows-parallel-testJussi Pakkanen1-1/+0
2016-04-06vs2010: replace " with \" in /D command line argsNicolas Schneider1-0/+8
2016-04-05Revert "Fix Windows. Again."Nicolas Schneider1-1/+0
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 Pakkanen1-0/+1
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 Pakkanen3-1/+17
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 Pakkanen1-0/+1
2016-04-01Use individual tempdirs for building and installing in unit tests.Jussi Pakkanen1-1/+1
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen20-39/+38
2016-04-01meson_test: Don't print logs from failing tests that are expected to fail.Hemmo Nieminen1-3/+4
2016-04-01meson_test: Add support for --print-errorlogs option.Hemmo Nieminen1-34/+49
2016-04-01meson_test: Add support for --no-stdsplit option.Hemmo Nieminen2-12/+19
2016-04-01meson_test: Move "options" to a global variable.Hemmo Nieminen1-3/+5
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 Pakkanen1-4/+7
2016-03-30Invoke depfixer in-process to make it faster. Closes #480.Jussi Pakkanen4-23/+24