aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-09-11ninjabackend: Add support for installing .pdb filesNirbheek Chauhan3-0/+50
2016-09-11vs: Never serialize debug file generation with /FSNirbheek Chauhan1-6/+1
2016-09-10More PDB explanation.Jussi Pakkanen1-15/+39
2016-09-02Moved targets with same name into subdirs to make all tests pass.Jussi Pakkanen2-27/+9
2016-08-18Document pdb insanity a bit.Jussi Pakkanen1-0/+24
2016-08-18Create pdbs that work when using pch or doing extract object (sadly not both).Jussi Pakkanen2-13/+45
2016-08-18Fix unixy compilation.Jussi Pakkanen1-0/+3
2016-08-18Make pdb work with pch.Jussi Pakkanen1-1/+4
2016-08-17Generate pdb files during linking.Jussi Pakkanen2-0/+12
2016-08-17Write pdb info to a specific file.Jussi Pakkanen2-0/+10
2016-08-15BuildTarget: Print a better message when passing GeneratedList to 'objects' (...Nirbheek Chauhan1-2/+10
2016-08-15Merge pull request #673 from centricular/inherited-env-flagsJussi Pakkanen3-33/+55
2016-08-14Merge pull request #629 from wtay/masterIgor Gnatenko1-3/+1
2016-08-12Only append compile flags to the link flags when appropriateNirbheek Chauhan2-4/+13
2016-08-12compilers: Always return a copy of the exelistNirbheek Chauhan1-7/+7
2016-08-11Print the CFLAGS/LDFLAGS/etc inherited from the environmentNirbheek Chauhan1-24/+37
2016-08-04Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath settings.Jussi Pakkanen1-7/+23
2016-08-02Add option for as-needed link option.Jussi Pakkanen1-0/+14
2016-08-01Merge pull request #605 from mesonbuild/ternaryJussi Pakkanen2-0/+32
2016-08-01Forbid nested ternary operations.Jussi Pakkanen1-0/+6
2016-08-01Created ternary operator. Closes #538.Jussi Pakkanen2-0/+26
2016-08-01interpreter: Print what subproject dir could not be foundNirbheek Chauhan1-1/+2
2016-07-30Update version for new development.Jussi Pakkanen1-1/+1
2016-07-30Raise version number for release.0.33.0Jussi Pakkanen1-1/+1
2016-07-30Merge pull request #660 from mesonbuild/libdirfixJussi Pakkanen2-9/+11
2016-07-30Determine lib paths on demand rather than up front because they might change ...Jussi Pakkanen1-8/+10
2016-07-30Merge pull request #659 from centricular/find-program-scripts-windowsJussi Pakkanen1-25/+62
2016-07-30Merge pull request #641 from centricular/allow-backslashJussi Pakkanen3-31/+71
2016-07-30find_program: Find scripts without extensions on WindowsNirbheek Chauhan1-25/+62
2016-07-29ninja: Add escaping for backslash in -D argumentsNirbheek Chauhan1-1/+28
2016-07-29vs: Fix quoting and escaping of compiler optionsNirbheek Chauhan1-6/+43
2016-07-29Ninja now supports backslash in command args, so we can tooNirbheek Chauhan1-24/+0
2016-07-29vs: Fix regen_checker by using the correct coredata mtimeNirbheek Chauhan2-3/+9
2016-07-28A few error message fixes.Jussi Pakkanen2-0/+4
2016-07-28dependency: Better errors when fallbacks are not foundNirbheek Chauhan1-3/+12
2016-07-28pkg-config: Print 'NO' when version is too oldNirbheek Chauhan1-8/+12
2016-07-28pkg-config: Move setting of cargs and libs to functionsNirbheek Chauhan1-6/+12
2016-07-28pkg-config: Short-circuit when there's no pkg-config file foundNirbheek Chauhan1-49/+49
2016-07-27ninja: Fix static library installation dirNirbheek Chauhan1-1/+1
2016-07-25Merge pull request #651 from centricular/gtkdoc-new-runtarget-syntaxJussi Pakkanen2-14/+24
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 Chauhan3-5/+9
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