aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Update versions to 0.51.1 for stable release0.51.1Nirbheek Chauhan2-2/+2
2019-07-09unit tests: Fix CI failures in NativeFileTestsNirbheek Chauhan1-1/+1
2019-07-09Do not quote targetdep, Ninja fails if it contains double quotes.Jussi Pakkanen1-1/+1
2019-07-09Fix failing test_find_program test (Windows-only)Aleksey Gurtovoy1-5/+8
2019-07-09environment: Fix detection of Microsoft cl.exe with non English localesDylan Baker1-1/+1
2019-07-09windows project_test speedup by 2Michael Hirsch, Ph.D1-1/+2
2019-07-09Increase logging for Rust CI failures.Jussi Pakkanen1-3/+11
2019-07-09Fix the last remaining Rust install file list.Jussi Pakkanen1-1/+5
2019-07-09Detect broken Rust compiler setups.Jussi Pakkanen1-1/+29
2019-07-09Made TestHarness a context manager to ensure files get closed.Jussi Pakkanen1-14/+25
2019-07-09Add Rust generated pdbs to list of installed files.Jussi Pakkanen6-1/+12
2019-07-09Run Rust shared library test via rustup to get the environment right.Jussi Pakkanen1-1/+8
2019-07-09Update hotdoc files to match those produced by newest version.Jussi Pakkanen1-0/+9
2019-07-09BUGFIX: typo from 32e827dcdc451e1c5 broke PGI compilersMichael Hirsch, Ph.D1-1/+1
2019-07-09Fix unittests.Jussi Pakkanen2-7/+11
2019-07-09compilers: Add missing cflags when calling compiler in link modeMarvin Scholz1-10/+11
2019-07-09compilers: Fix missing cflags for function detectionMarvin Scholz1-1/+1
2019-07-09dependencies/dev: Switch order of llvm dependency findersDylan Baker1-3/+3
2019-07-09tests/llvm: Test both cmake and llvm-config methodsDylan Baker1-20/+24
2019-07-09xcodebackend: Fix iterating compilers after host/build changesDylan Baker1-1/+1
2019-07-09Remove build host mixing warning on nativeJohn Ericson1-5/+0
2019-07-09meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker2-5/+7
2019-07-09Improve error message when Python is not usable. [skip ci]Jussi Pakkanen1-1/+1
2019-07-09compiler: create a `get_compiler_args_for_mode()` func to generate per-mode a...Cody Schafer2-6/+13
2019-07-09Fix formatting in mixed library error messageCody Schafer1-1/+1
2019-07-09gnome.py: correctly pick the compiler for gtk-doc buildsAlexander Kanavin1-4/+1
2019-07-09Switch to using Pyinstaller. Closes #5550.Jussi Pakkanen1-14/+18
2019-07-09compilers: Fix bitcode and other options for objc codeNirbheek Chauhan8-9/+45
2019-07-09fortran depscan: ignore module procedureMichael Hirsch, Ph.D1-2/+2
2019-07-09add fortarn use inline comment testMichael Hirsch, Ph.D1-1/+1
2019-07-09add inline comment test for Fortran submoduleMichael Hirsch, Ph.D1-1/+1
2019-07-09add inline comment test for Fortran includeMichael Hirsch, Ph.D1-1/+1
2019-07-09BUGFIX syntaxMichael Hirsch, Ph.D2-9/+12
2019-07-09make test more stringent by building separate libraryMichael Hirsch, Ph.D1-1/+4
2019-07-09add fortran module inline comment testMichael Hirsch, Ph.D5-10/+21
2019-07-09Handle thread flags when not using C at all. Closes #5497.Jussi Pakkanen1-2/+8
2019-06-16Update things for new release.0.51.0Jussi Pakkanen29-284/+332
2019-06-16Tutorial.md: Improve English [skip ci]Francisco Velázquez1-3/+2
2019-06-13compilers: Add logging for symbol prefix testMarvin Scholz1-0/+2
2019-06-13Added tvOS cross fileRoman Shpuntov1-0/+27
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov4-8/+8
2019-06-13dependencies/shaderc: fix exception caused by typoAndrei Alexeyev1-1/+1
2019-06-12Further deduplicate Interpreter native kwarg codeJohn Ericson1-15/+15
2019-06-12Solaris fixesKurtis Rader2-0/+4
2019-06-12modules/python: add a modules keyword argumentDylan Baker4-4/+52
2019-06-11compilers: armclang supports only cross-compilationsompen1-1/+1
2019-06-11compilers/cpp: Fix removal of name from Combo options for Armclangsompen1-2/+1
2019-06-11environment: better xcode 11 clang detectionDan Kegel1-2/+2
2019-06-10docs: compiler objects are returned [skip ci]Dylan Baker1-102/+102
2019-06-10Merge pull request #4010 from Ericson2314/purge-cross-conditional-previewJussi Pakkanen44-1019/+838