aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-27ninja: Fix static library installation dirNirbheek Chauhan1-1/+1
2016-07-25Added test for a prebuilt static library and a declare_dependency that uses it.Jussi Pakkanen9-20/+68
2016-07-25Merge pull request #651 from centricular/gtkdoc-new-runtarget-syntaxJussi Pakkanen2-14/+24
2016-07-24Updated manual test 1.Jussi Pakkanen2-10/+9
2016-07-24gtkdochelper: Add error checking and printingNirbheek Chauhan1-13/+23
2016-07-21gnome: Update RunTarget usage to new syntaxNirbheek Chauhan1-1/+1
2016-07-20Properties is no longer mandatory in cross files so do not require it.Jussi Pakkanen1-3/+1
2016-07-19Normalize the path of a configured file to avoid dupes (#640)Nirbheek Chauhan8-7/+23
2016-07-19vs: Fix Meson invocation while doing regen (#646)Nirbheek Chauhan2-4/+8
2016-07-18vs: Fix visual studio version in solution file (#648)Nirbheek Chauhan2-1/+3
2016-07-18Also read WINDRES envvar to find windres (#645)Nirbheek Chauhan1-1/+4
2016-07-18coredata: Descriptive parser exceptions for UserStringArrayOptionNirbheek Chauhan1-2/+2
2016-07-15Warn if PKG_CONFIG_PATH has changed because it may cause dependency detection...Jussi Pakkanen2-0/+10
2016-07-15interpretor: Use the stdout/stderr locale to decode to string (#638)Nirbheek Chauhan1-2/+8
2016-07-15ninja: Remove duplicated if check (#637)Nirbheek Chauhan1-2/+1
2016-07-15mesonmain: Dump the coredata lastNirbheek Chauhan1-1/+6
2016-07-13Merge pull request #417 from nirbheek/dll-pathsJussi Pakkanen57-248/+808
2016-07-13test 60 install script: Don't install any files when using msvcNirbheek Chauhan1-1/+1
2016-07-13run_tests.py: Make 'no-installed-files' stricterNirbheek Chauhan1-4/+6
2016-07-12Create a log file of all files installed.Jussi Pakkanen1-1/+21
2016-07-11vs: Target platform is not always Win32Nirbheek Chauhan1-2/+20
2016-07-05build: Fix implementation of sources_are_suffixNirbheek Chauhan1-2/+5
2016-07-04dependencies: Add a get_version method to Python3DependencyThibault Saunier1-0/+6
2016-07-03Merge pull request #623 from mesonbuild/coloroutJussi Pakkanen3-8/+35
2016-07-02Can get arbitrary data from cross file properties.Jussi Pakkanen4-0/+25
2016-07-01Gcc versions older than 4.9 do not support color output.Jussi Pakkanen3-8/+13
2016-07-01Enable colored output with GCC. Ninja redirects stdout/stderr so by default G...Jussi Pakkanen1-2/+24
2016-07-01Merge pull request #618 from mesonbuild/rtrehaulJussi Pakkanen8-33/+117
2016-07-01Use new run_target format.Jussi Pakkanen1-3/+6
2016-07-01Unify common code in run_target and custom_target.Jussi Pakkanen1-14/+9
2016-07-01vs: Don't re-add pre-existing include dirsNirbheek Chauhan1-1/+4
2016-07-01Add test for usage of generated File sources in librariesNirbheek Chauhan2-0/+10
2016-07-01vs: Fix usage of mesonlib.File.rel_to_builddir with generated filesNirbheek Chauhan1-4/+4
2016-07-01vs: Explain path-conversion variablesNirbheek Chauhan1-0/+3
2016-07-01Add repr() implementations for build targets and FileNirbheek Chauhan2-0/+35
2016-07-01vs: Add support for the 'vs_module_defs' shared_library kwargNirbheek Chauhan1-0/+4
2016-07-01vs: Fix the path of customtarget generated sourcesNirbheek Chauhan1-2/+6
2016-07-01vs: Set all compiler/linker options correctlyNirbheek Chauhan1-19/+89
2016-07-01vs: Fix paths of internal library dependenciesNirbheek Chauhan1-2/+1
2016-07-01vs: Add libraries, library paths, and link args needed by dependenciesNirbheek Chauhan1-5/+47
2016-07-01vs: Add include dirs required by dependenciesNirbheek Chauhan1-4/+8
2016-07-01vs: Set TargetName/TargetExt correctlyNirbheek Chauhan1-2/+4
2016-07-01Add test for configure_file in custom target command listNirbheek Chauhan1-0/+16
2016-07-01CustomTarget: Use mesonlib.File objects as-is in the command to be runNirbheek Chauhan2-3/+5
2016-07-01backend: Raise a RuntimeError if an unknown object is added to the command listNirbheek Chauhan1-1/+5
2016-07-01Add test for installation of libraries in subprojectsNirbheek Chauhan5-0/+45
2016-07-01Fix tests for the new library/executable naming schemeNirbheek Chauhan41-72/+171
2016-07-01scripts/install: Also strip '\' from the end of a pathNirbheek Chauhan1-1/+1
2016-07-01Overhaul versioning and naming of librariesNirbheek Chauhan7-131/+326
2016-06-27GnuCPPCompiler: allow usage of GNU extensions (#619)Zhe Wang2-1/+3