aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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 Pakkanen1-5/+9
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 Pakkanen3-5/+25
2016-05-29Added semantic versioning comparison method to strings.Jussi Pakkanen1-0/+7
2016-05-28Always initialise final_command.Jussi Pakkanen1-2/+1
2016-05-28Merge branch 'nioncode-vs-generator'Jussi Pakkanen3-15/+16
2016-05-28Since we only care about shebang line and sane ones use plain ASCII, use an e...Jussi Pakkanen1-2/+1
2016-05-28Whitespace fix to test new Docker setup.Jussi Pakkanen1-16/+16
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-26vs: fix generators that use indexed output replacements (like @OUTPUT0@)Nicolas Schneider3-15/+16
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-26compilers: Fix header stub change that broke has_function checks on Windows (...Nirbheek Chauhan1-1/+2
2016-05-25Merge pull request #542 from mesonbuild/ownstdlibJussi Pakkanen6-0/+64
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 Pakkanen1-0/+9
2016-05-25Merge pull request #556 from ebassi/gtkdoc-fixrefJussi Pakkanen2-3/+10
2016-05-25Merge pull request #479 from mesonbuild/i18nJussi Pakkanen7-76/+114
2016-05-25Support passing extra arguments to gtkdoc-fixxrefEmmanuele Bassi2-3/+10
2016-05-24Join() convenience method for strings. Closes #552.Jussi Pakkanen1-0/+6
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 Pakkanen6-0/+64
2016-05-21Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen7-76/+85
2016-05-21Option for GCC STL debug mode.Jussi Pakkanen1-1/+6
2016-05-18compilers: Remove spurious wait while running sanity checkNirbheek Chauhan1-1/+0
2016-05-16cc.has_function: Don't forget to check for stubs in the fallback testNirbheek Chauhan1-3/+5
2016-05-10Do not append a period to test suite names.Hemmo Nieminen1-1/+3
2016-05-10Merge pull request #531 from centricular/has_function_impl_fixJussi Pakkanen1-2/+14
2016-05-10Use CoreData.get_builtin_option() to get builtin option values.Hemmo Nieminen1-3/+3
2016-05-05Created an emergency wraptool that downloads directly from Github.Jussi Pakkanen1-3/+4
2016-05-03Better error message when compdb generation fails.Jussi Pakkanen1-1/+4
2016-05-04has_function: Also detect function implementations inside headersNirbheek Chauhan1-2/+14
2016-05-01Merge pull request #516 from centricular/cross-compile_32bit-x86_on_64bit-x86...Jussi Pakkanen4-28/+81
2016-05-01Merge branch 'centricular-customtarget-path-windows'Jussi Pakkanen6-13/+141
2016-05-01Merge pull request #525 from minijackson/masterJussi Pakkanen2-2/+3