aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-11-18Use the same code for tests and benchmarks.Jussi Pakkanen2-89/+30
2016-11-18Removed subsuite targets.Jussi Pakkanen1-21/+0
2016-11-18Removed Valgrind from core.Jussi Pakkanen6-39/+7
2016-11-18New test runner.Jussi Pakkanen1-1/+1
2016-11-17Removed duplicate log message for command running. Closes #1056.Jussi Pakkanen1-1/+0
2016-11-14Bump version for new development.Jussi Pakkanen1-1/+1
2016-11-14Updated version number for release.0.36.0Jussi Pakkanen1-1/+1
2016-11-14Hotfix for cross-compilation from Windows to LinuxNirbheek Chauhan1-5/+27
2016-11-14Only add src_include_dir if it has been defined.Jussi Pakkanen1-1/+2
2016-11-14Disable gresource dependency generation as it breaks Ninja.Jussi Pakkanen1-12/+16
2016-11-13Use portable path separator in wrappers.Elliott Sales de Andrade2-2/+4
2016-11-13Merge pull request #1042 from centricular/fix-qt4-testcase-qtwidgetsJussi Pakkanen1-15/+29
2016-11-13GTest and GMock changed their entire project layout on 1.8.0. Again. Fix it.Jussi Pakkanen1-9/+17
2016-11-13qt: Fix qmake detection on Linux and WindowsNirbheek Chauhan1-15/+29
2016-11-12vala: Generate GIR into the build directory (fix #185)Guillaume Poirier-Morency2-1/+7
2016-11-12Merge pull request #1022 from centricular/fix-girtarget-deps-includesJussi Pakkanen1-16/+37
2016-11-13Merged generate_gir fix.Jussi Pakkanen1-2/+7
2016-11-12Add new add_project_[link]_args functionsThibault Saunier6-6/+65
2016-11-13gnome.generate_gir: Add gir deps and includes recursivelyNirbheek Chauhan1-16/+37
2016-11-12vala: Implement valac.find_libraryNirbheek Chauhan4-71/+110
2016-11-12Fixed SyntaxError in itstool invocation in yelphelper.py duringOlexa Bilaniuk1-4/+3
2016-11-12Merge pull request #1010 from centricular/qt5-broken-moc-detectionJussi Pakkanen3-117/+181
2016-11-12Merge pull request #1027 from centricular/has-header-prefixJussi Pakkanen2-9/+10
2016-11-12scripts/gtkdochelper: ignore_headers is a listNirbheek Chauhan1-4/+5
2016-11-12compilers: add werror flag for msvcScott D Phillips1-0/+3
2016-11-12Fix regex used in custom target evaluationNirbheek Chauhan1-2/+8
2016-11-12Revert "vala: Build with '--nostdpkg'", MR #920Jussi Pakkanen1-1/+0
2016-11-12vala: Fix compiled object extractionNirbheek Chauhan1-0/+3
2016-11-12Merge pull request #997 from tp-m/copy-mutable-variables-on-assignmentJussi Pakkanen1-6/+9
2016-11-12Merge pull request #1019 from alvarez86/gcc_dump_versionJussi Pakkanen1-0/+11
2016-11-12vala: Build with '--nostdpkg'Guillaume Poirier-Morency1-0/+1
2016-11-11environment: Use GNU defines to get version of c, c++, objc and fortranPaulo Antonio Alvarez1-0/+4
2016-11-11environment: Static method to get gcc version from compiler definesPaulo Antonio Alvarez1-0/+7
2016-11-11cc.has_header: Allow specifying a prefix for headersNirbheek Chauhan2-9/+10
2016-11-11qt4, qt5 modules: Improve moc/uic/rcc detectionNirbheek Chauhan2-38/+44
2016-11-11qt deps: New abstract impl and several fixesNirbheek Chauhan1-79/+121
2016-11-11qt4/qt5: Print a message when moc/uic/rcc aren't foundNirbheek Chauhan2-0/+16
2016-11-10Merge pull request #1011 from centricular/runtarget-files-rel-builddirJussi Pakkanen1-3/+3
2016-11-10Merge pull request #991 from mesonbuild/wip/tingping/gresource-depfileJussi Pakkanen3-28/+42
2016-11-10Fix debug PCH builds with MSVC 2012 and laterNirbheek Chauhan2-5/+14
2016-11-10vs: Properly split per-compiler args into per-file optionsNirbheek Chauhan1-64/+96
2016-11-10vs backend: coredata.meson_script_file was renamedNirbheek Chauhan1-1/+1
2016-11-09gnome: Improve dependency handling of compile_resources()Patrick Griffis1-22/+39
2016-11-09backends: Output depfiles in same directory as targetPatrick Griffis2-6/+3
2016-11-09custom_target: Substitute @OUTPUT@ and @INPUT properlyNirbheek Chauhan1-26/+43
2016-11-09Create target directory if it does not exist. Closes #935.Jussi Pakkanen1-0/+4
2016-11-09Merge pull request #1006 from centricular/cpp-has-header-symbolJussi Pakkanen1-10/+48
2016-11-09Can specify scan-build executable with an environment variable. Closes #1015.Jussi Pakkanen1-6/+7
2016-11-08rpm: Fix trivial typo in BuildRequiresNirbheek Chauhan1-1/+1
2016-11-08Merge pull request #1005 from centricular/javac-no-javaJussi Pakkanen1-5/+15