2597 Commits (19e08aa7b1417ece1cb8a3ca2e5c8c82f387be29)
 

Author SHA1 Message Date
Jussi Pakkanen cff4e7d299 Can query version strings of dependencies. 8 years ago
Jussi Pakkanen b5013a573a Added semantic versioning comparison method to strings. 8 years ago
Jussi Pakkanen 9dace5fc5e Always initialise final_command. 8 years ago
Jussi Pakkanen c2082146ab Merge branch 'nioncode-vs-generator' 8 years ago
Jussi Pakkanen aac7f6ef1f Since we only care about shebang line and sane ones use plain ASCII, use an encoding that can not fail. Closes #561. 8 years ago
Jussi Pakkanen d3d37c4296 Travis conf cleanup. 8 years ago
Jussi Pakkanen d2d1f77866 Copy contents of current checkout into Docker container. This should make MR builds work properly. 8 years ago
Jussi Pakkanen 28b555d2c8 Whitespace fix to test new Docker setup. 8 years ago
Jussi Pakkanen 7694321276 Renamed compile&link args and made them accessible from get_option. 8 years ago
Jussi Pakkanen 4377f773e0 Can set global linker arguments. Closes #536. 8 years ago
Jussi Pakkanen 1b78e354a6 Join windows-style destdir paths correctly. Closes #567. 8 years ago
Jussi Pakkanen ac152a2282 Every target must have a non-empty name. 8 years ago
Jussi Pakkanen b414f52661 Merge nostdinc fix. 8 years ago
Jussi Pakkanen c320b08ffb Merge gettextarg branch. 8 years ago
Jussi Pakkanen 6f3a18a861 Build status link in readme. 8 years ago
Jussi Pakkanen 979982e4e8 Merge workdir sanity check. 8 years ago
Jussi Pakkanen 7e664fde8c Use only one Docker run invocation since two seem to bee too much and break it. 8 years ago
Jussi Pakkanen 061c04db3f Specify tag to use for building. 8 years ago
Jussi Pakkanen 7dc9327649 Cancel all pending test cases when interrupted by signals 8 years ago
Jussi Pakkanen d08a23c001 Lint fix to get the build started. 8 years ago
Jussi Pakkanen 1000ad4898 Added experimental travis file. 8 years ago
Nicolas Schneider a29d9c2c33 vs: fix generators that use indexed output replacements (like @OUTPUT0@) 8 years ago
Nicolas Schneider 60bca15e78 set working dir for sanity check compilation 8 years ago
Nirbheek Chauhan eb181485d0 ninja: Fix cross-build when using the compiler's stdlib 8 years ago
Jussi Pakkanen 3b3c05f6b1 Can pass extra args to xgettext. Closes #554. 8 years ago
Nicolas Schneider 4a102fd445 cancel all pending test cases when interrupted by signals 8 years ago
Nirbheek Chauhan 7aa24c7d0a compilers: Fix header stub change that broke has_function checks on Windows (#559) 8 years ago
Jussi Pakkanen df03f849a8 Merge pull request #542 from mesonbuild/ownstdlib 8 years ago
Jussi Pakkanen df90b26533 Merge pull request #548 from centricular/fix_has_exe_wrap 8 years ago
Jussi Pakkanen 255208fd60 Merge pull request #540 from centricular/sanity_check_msvc_fix 8 years ago
Jussi Pakkanen 8119207ee2 Merge pull request #547 from centricular/limits-h_needed_for_stubs 8 years ago
Jussi Pakkanen d8e08224da Helper function to get the install dir of a gtkdoc module. Closes #551. 8 years ago
Jussi Pakkanen f3fa6c02a7 Merge pull request #556 from ebassi/gtkdoc-fixref 8 years ago
Emmanuele Bassi 245d6b0904 Add myself to the authors file 8 years ago
Jussi Pakkanen babdb27570 Merge pull request #479 from mesonbuild/i18n 8 years ago
Emmanuele Bassi 8998e44cd9 Support passing extra arguments to gtkdoc-fixxref 8 years ago
Jussi Pakkanen 2a3a1ce8e0 Join() convenience method for strings. Closes #552. 8 years ago
Nirbheek Chauhan 7aad3ff658 interpretor: Fix typo in has_exe_wrapper 8 years ago
Nirbheek Chauhan 4578e11618 compilers: Always include limits.h to make the stub machinery work 8 years ago
Jussi Pakkanen 1a0938cc25 Automagic scan-build support. 8 years ago
Nirbheek Chauhan 3776975203 compilers: Remove duplication in sanity check implementations 8 years ago
Jussi Pakkanen afe7252476 Can specify a stdlib subproject that is used implicitly on all targets with said language. 8 years ago
Jussi Pakkanen 695aa0b8c2 Made cstdlib a subproject. 8 years ago
Jussi Pakkanen dc148e0702 Remove all special casing for gettext and use elementary operations instead. 8 years ago
Jussi Pakkanen 1574471822 Option for GCC STL debug mode. 8 years ago
Nirbheek Chauhan 58386c4df3 compilers: Remove spurious wait while running sanity check 8 years ago
Nirbheek Chauhan c9f16a4ab1 cc.has_function: Don't forget to check for stubs in the fallback test 8 years ago
Hemmo Nieminen 7da51f3756 Do not append a period to test suite names. 8 years ago
Jussi Pakkanen 63c2d92ae7 Merge pull request #531 from centricular/has_function_impl_fix 8 years ago
Hemmo Nieminen 95c86b5c42 Use CoreData.get_builtin_option() to get builtin option values. 8 years ago