aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-30mesonlib: Fix typo in version_compare errorNirbheek Chauhan1-1/+1
2016-05-30Also reuse subproject-based fallback dependenciesNirbheek Chauhan2-2/+12
2016-05-30interpreter: Check if subproject version is defined before comparingNirbheek Chauhan1-1/+1
2016-05-30Make sure outputs do not contain stray path segments.Jussi Pakkanen1-4/+3
2016-05-29Merge pull request #569 from mesonbuild/cargsJussi Pakkanen2-11/+24
2016-05-29Can have multiple Qt resource files in a single target. Closes #572.Jussi Pakkanen4-9/+21
2016-05-29interpreter: Switch to prev_subdir on non-existant subdir (#571)Nirbheek Chauhan1-0/+1
2016-05-29Can query version strings of dependencies.Jussi Pakkanen5-5/+30
2016-05-29Added semantic versioning comparison method to strings.Jussi Pakkanen2-0/+19
2016-05-28Always initialise final_command.Jussi Pakkanen1-2/+1
2016-05-28Merge branch 'nioncode-vs-generator'Jussi Pakkanen6-17/+28
2016-05-28Since we only care about shebang line and sane ones use plain ASCII, use an e...Jussi Pakkanen1-2/+1
2016-05-28Travis conf cleanup.Jussi Pakkanen1-2/+0
2016-05-28Copy contents of current checkout into Docker container. This should make MR ...Jussi Pakkanen1-2/+9
2016-05-28Whitespace fix to test new Docker setup.Jussi Pakkanen2-17/+18
2016-05-28Renamed compile&link args and made them accessible from get_option.Jussi Pakkanen2-11/+24
2016-05-28Can set global linker arguments. Closes #536.Jussi Pakkanen3-0/+21
2016-05-28Join windows-style destdir paths correctly. Closes #567.Jussi Pakkanen1-4/+11
2016-05-28Every target must have a non-empty name.Jussi Pakkanen1-0/+2
2016-05-26Merge nostdinc fix.Jussi Pakkanen1-1/+1
2016-05-26Merge gettextarg branch.Jussi Pakkanen3-5/+5
2016-05-26Build status link in readme.Jussi Pakkanen1-0/+5
2016-05-26Merge workdir sanity check.Jussi Pakkanen1-1/+1
2016-05-26Use only one Docker run invocation since two seem to bee too much and break it.Jussi Pakkanen1-2/+1
2016-05-26Specify tag to use for building.Jussi Pakkanen1-3/+2
2016-05-26Cancel all pending test cases when interrupted by signalsJussi Pakkanen1-2/+6
2016-05-26Lint fix to get the build started.Jussi Pakkanen1-0/+2
2016-05-26Added experimental travis file.Jussi Pakkanen1-0/+12
2016-05-26vs: fix generators that use indexed output replacements (like @OUTPUT0@)Nicolas Schneider6-17/+28
2016-05-26set working dir for sanity check compilationNicolas Schneider1-1/+1
2016-05-26ninja: Fix cross-build when using the compiler's stdlibNirbheek Chauhan1-1/+1
2016-05-26Can pass extra args to xgettext. Closes #554.Jussi Pakkanen3-5/+5
2016-05-25cancel all pending test cases when interrupted by signalsNicolas Schneider1-2/+6
2016-05-26compilers: Fix header stub change that broke has_function checks on Windows (...Nirbheek Chauhan2-2/+9
2016-05-25Merge pull request #542 from mesonbuild/ownstdlibJussi Pakkanen13-0/+153
2016-05-25Merge pull request #548 from centricular/fix_has_exe_wrapJussi Pakkanen1-1/+1
2016-05-25Merge pull request #540 from centricular/sanity_check_msvc_fixJussi Pakkanen1-91/+28
2016-05-25Merge pull request #547 from centricular/limits-h_needed_for_stubsJussi Pakkanen1-0/+3
2016-05-25Helper function to get the install dir of a gtkdoc module. Closes #551.Jussi Pakkanen3-2/+13
2016-05-25Merge pull request #556 from ebassi/gtkdoc-fixrefJussi Pakkanen3-3/+11
2016-05-25Add myself to the authors fileEmmanuele Bassi1-0/+1
2016-05-25Merge pull request #479 from mesonbuild/i18nJussi Pakkanen10-80/+119
2016-05-25Support passing extra arguments to gtkdoc-fixxrefEmmanuele Bassi2-3/+10
2016-05-24Join() convenience method for strings. Closes #552.Jussi Pakkanen2-0/+10
2016-05-24interpretor: Fix typo in has_exe_wrapperNirbheek Chauhan1-1/+1
2016-05-24compilers: Always include limits.h to make the stub machinery workNirbheek Chauhan1-0/+3
2016-05-22Automagic scan-build support.Jussi Pakkanen4-0/+54
2016-05-22compilers: Remove duplication in sanity check implementationsNirbheek Chauhan1-90/+28
2016-05-21Can specify a stdlib subproject that is used implicitly on all targets with s...Jussi Pakkanen8-11/+70
2016-05-21Made cstdlib a subproject.Jussi Pakkanen7-7/+28