aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
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 Pakkanen2-8/+20
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 Pakkanen2-3/+111
2016-05-03Better error message when compdb generation fails.Jussi Pakkanen1-1/+4
2016-05-04tests/common/43: Better, more descriptive error messagesNirbheek Chauhan1-6/+6
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
2016-05-01Move all coverage reporting related files under $BUILD_DIR/meson-logs.Hemmo Nieminen1-6/+6
2016-04-28Fix argv count requirement in delwithsuffix.py scriptMinijackson1-1/+1
2016-04-28Use module path when looking for meson scripts dirMinijackson1-1/+2
2016-04-21Merge branch 'nioncode-vs-manygen'.Jussi Pakkanen3-16/+31
2016-04-21Merge pull request #521 from centricular/cc.links_run_unix_link_flagsJussi Pakkanen1-15/+3
2016-04-21Fix a bug in coverage reporting.Hemmo Nieminen1-2/+2
2016-04-19vs2010: add object files from custom_target to projectNicolas Schneider1-5/+12
2016-04-19vs2010: add generated libs as link dependenciesNicolas Schneider3-10/+14
2016-04-19vs2010: add dirs of custom_target generated files to include dirsNicolas Schneider1-3/+7
2016-04-19compilers: Remove outdated MSVC implementation of cc.find_libraryNirbheek Chauhan1-13/+0
2016-04-19compilers: Convert args to cc.{links,run} from unix to nativeNirbheek Chauhan1-2/+3
2016-04-18scripts/meson_exe: prepend extra_paths to PATH instead of appendingNirbheek Chauhan1-1/+1
2016-04-17CustomTarget: require install_dir only when install is true (#519)Nirbheek Chauhan1-5/+6
2016-04-17Regex used for configuration data substitution was too broad (#520)Nirbheek Chauhan1-1/+3
2016-04-16Merge msvc cross build fixes.Jussi Pakkanen1-1/+17
2016-04-15Created simple C project with own libc.Jussi Pakkanen5-0/+73
2016-04-15Fix symbol-exists check for cross_sizeof and add the same check to cross_alig...Nirbheek Chauhan1-1/+9