aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-06-27GnuCPPCompiler: allow usage of GNU extensions (#619)Zhe Wang2-1/+3
2016-06-24Changed run_target to take command as kwarg and add depends. This makes it be...Jussi Pakkanen8-24/+110
2016-06-24Added version info to sdl2dep. Closes #616.Jussi Pakkanen1-0/+6
2016-06-24Run_target can run binaries obtained with find_program.Jussi Pakkanen3-1/+6
2016-06-24Don't pass pdb flags while linking inside compiler tests (#614)Nirbheek Chauhan1-7/+22
2016-06-24Thank you ever so much Git.Jussi Pakkanen1-1/+1
2016-06-24Fix typo argument order to TestRunner (#615)Nirbheek Chauhan1-1/+1
2016-06-23Added minsize build type that optimizes for binary size.Jussi Pakkanen3-11/+25
2016-06-23Print full mesonlog on failed tests when run under CI.Jussi Pakkanen3-19/+35
2016-06-22Merge pull request #610 from centricular/version-check-not-found-depJussi Pakkanen2-1/+5
2016-06-21Add a test for the broken cached version compareNirbheek Chauhan1-0/+4
2016-06-21dependency: Fix version check for a not-found dependencyNirbheek Chauhan1-1/+1
2016-06-21compilers: Copy extra_args whenever we modify itNirbheek Chauhan1-11/+13
2016-06-21Do not use [] as a function default argument as the variable persists over mu...Jussi Pakkanen1-12/+36
2016-06-21Merge pull request #607 from centricular/subdir-include-orderJussi Pakkanen4-7/+28
2016-06-21wxwidgets: Don't error out if dependency is not required (#606)Nirbheek Chauhan1-3/+4
2016-06-21find_library: Also accept extra_dirs as a single string argumentNirbheek Chauhan1-0/+2
2016-06-21Add a linuxlike test case for subdir include orderNirbheek Chauhan3-0/+20
2016-06-21ninjabackend: Add subdir includes before external dep includesNirbheek Chauhan1-7/+8
2016-06-18Merge pull request #601 from Ippytraxx/masterJussi Pakkanen2-0/+3
2016-06-18Add myself to authors.txtippytraxx1-0/+1
2016-06-17vs backends: Translate unix link and compile flags (#603)Nirbheek Chauhan1-6/+3
2016-06-17Use add_target() for adding targets returned from module functionsNirbheek Chauhan1-9/+3
2016-06-17Add custom_install_dir to ld path in pkgconfig moduleIppytraxx1-0/+2
2016-06-16Octopus merged cross fixes and genetor custom because why not.Jussi Pakkanen9-40/+103
2016-06-16add myself to authors fileNoam Meltzer1-0/+1
2016-06-16gitignore - /.idea - pycharm's project dirNoam Meltzer1-0/+1
2016-06-16be more resilient for identifying gcc compilersNoam Meltzer1-1/+1
2016-06-16determine_linker(): choose static cross linker for cross compilingNoam Meltzer1-1/+4
2016-06-16Merge pull request #586 from centricular/c_args-compiler_checksJussi Pakkanen2-67/+77
2016-06-16scripts: Use destdir_join fix for all DESTDIR prefixing (#598)Nirbheek Chauhan4-17/+30
2016-06-16Merge pull request #594 from ssssam/sam/vala-target-nameJussi Pakkanen2-2/+3
2016-06-16tests: Fix 103 manygen when both cl and gcc are availableNirbheek Chauhan1-6/+9
2016-06-15Add myself to authors.txtSam Thursfield1-0/+1
2016-06-15Use target name to decide generated Vala .h & .vapi filenamesSam Thursfield1-2/+2
2016-06-15Use cross-info c_args, c_link_args, etc for all compiler checksNirbheek Chauhan2-63/+73
2016-06-15compilers: Fix usage of cross tools args in sanity checksNirbheek Chauhan1-4/+4
2016-06-14Merge pull request #591 from textshell/ninja-quoteJussi Pakkanen1-1/+1
2016-06-14Merge pull request #590 from textshell/compiler-sanity-crossJussi Pakkanen3-20/+53
2016-06-14Add myself to the authors file.Martin Hostettler1-0/+1
2016-06-14Show appveyor badge on readme.Jussi Pakkanen1-2/+1
2016-06-13Finish appveyor integration by moving static library in a subdir to avoid cla...Jussi Pakkanen4-4/+7
2016-06-13Explicitly add python dir to path so it is found.Jussi Pakkanen1-1/+1
2016-06-13Print full log when failures happen under Appveyor.Jussi Pakkanen2-4/+1
2016-06-13Call setenv so hopefully Visual Studio tools will be in path.Jussi Pakkanen1-0/+1