Age | Commit message (Expand) | Author | Files | Lines |
2021-05-22 | Disable D test on macOS as it fails mysteriously.fixmacci | Jussi Pakkanen | 1 | -0/+5 |
2021-05-22 | It seems ld64 is the default linker name on macOS now. | Jussi Pakkanen | 1 | -1/+5 |
2021-05-22 | Better detection of Visual Studio compiler | Jacob Nielsen | 1 | -0/+8 |
2021-05-20 | vala: Test that adding C manually isn't requiured | Dylan Baker | 1 | -1/+2 |
2021-05-19 | interpreter: Automatically add 'c' to languages when 'vala' is used | Dylan Baker | 4 | -13/+7 |
2021-05-19 | backends: use a set for processed targets instead of a dict | Dylan Baker | 2 | -4/+4 |
2021-05-19 | compilers: Add `get_debug_args` to base Compiler | Dylan Baker | 1 | -0/+4 |
2021-05-19 | ninjabackend: Fix vala type annotations | Dylan Baker | 1 | -24/+26 |
2021-05-19 | rust: override get_linker_always_args | Dylan Baker | 2 | -2/+7 |
2021-05-19 | build: annotate can_compile_remove_sources | Dylan Baker | 1 | -1/+1 |
2021-05-19 | build: Simplify BuildTarget.process_sourcelist | Dylan Baker | 1 | -14/+14 |
2021-05-19 | interpreter: Pass unholdered sources into BuildTarget | Dylan Baker | 2 | -12/+16 |
2021-05-19 | interpreter: Add docstring and fix types of source_strings_to_files | Dylan Baker | 2 | -11/+24 |
2021-05-19 | .C files are now treated as C++ code | Volker-Weissmann | 4 | -6/+23 |
2021-05-18 | doc: Fix array syntax [skip ci] | Tim McNamara | 1 | -1/+1 |
2021-05-18 | pkgconfig: Do not escape custom variables | Xavier Claessens | 5 | -7/+52 |
2021-05-18 | Merge pull request #8403 from dcbaker/submit/rust-fix-shared-internal-linking | Jussi Pakkanen | 6 | -5/+88 |
2021-05-18 | add cpu family csky | Randy Yates | 2 | -0/+2 |
2021-05-18 | Add a script to create macOS installer packages. | Jussi Pakkanen | 5 | -41/+405 |
2021-05-18 | Add a rust test for internal c linkage | Dylan Baker | 6 | -5/+88 |
2021-05-17 | ninjabackend: fix linking dynamic c libraries with rust | Dylan Baker | 1 | -1/+1 |
2021-05-15 | Visual Studio Address Sanitizer updates | Peter Harris | 2 | -1/+11 |
2021-05-15 | Add gnuXX stds to Objective C. | Jussi Pakkanen | 1 | -1/+1 |
2021-05-13 | test:fortran:21: fix Windows by using configure_file(copy:) | Michael Hirsch | 2 | -2/+2 |
2021-05-13 | Set up VS environment automatically when run. | Jussi Pakkanen | 5 | -6/+85 |
2021-05-13 | little punctuation and add a phrase [skip ci] | Mehmet Ali Baykara | 1 | -5/+5 |
2021-05-13 | setup.cfg: update version metadata [skip ci] | Michael Hirsch | 1 | -1/+1 |
2021-05-13 | interpreter: flatten environment() initial values | Xavier Claessens | 3 | -2/+8 |
2021-05-12 | gnome: Fix gtkdoc generation | Xavier Claessens | 13 | -46/+127 |
2021-05-12 | doc: Add example how to use devenv | Xavier Claessens | 1 | -0/+9 |
2021-05-11 | Make objective C use C standard version. Closes #5495. | Jussi Pakkanen | 6 | -4/+62 |
2021-05-10 | deactivate intrinsic functions if no optimizations are requested | Alexander Neumann | 1 | -1/+1 |
2021-05-08 | Set unittest backend with an argument rather than an envvar. | Jussi Pakkanen | 2 | -5/+18 |
2021-05-08 | modules/fs: support FileOrString arguments | Florian Fischer | 3 | -27/+75 |
2021-05-08 | interpreter: Skip not_found_message and include_type in cache id | Xavier Claessens | 2 | -1/+8 |
2021-05-08 | interpreter: 'embed' kwarg is only valid in python module | Xavier Claessens | 2 | -2/+1 |
2021-05-08 | gnome: improve dependency lookup of G-I | Ross Burton | 1 | -4/+4 |
2021-05-08 | test cases: Add test ensuring that -include in gcc won't break pch | Marco Trevisan (Treviño) | 4 | -0/+36 |
2021-05-08 | ninjabackend: Add pch includes as early as possible not to be overridden | Marco Trevisan (Treviño) | 1 | -4/+18 |
2021-05-08 | Fix python exception thrown for invalid resource path | Nellie Zhang | 1 | -1/+1 |
2021-05-06 | syntax-highlighting: vim: add myself as a maintainer | Liam Beguin | 3 | -0/+3 |
2021-05-06 | syntax-highlighting: vim: fix setting cpo | Liam Beguin | 1 | -1/+1 |
2021-05-03 | Clarify incorrect configuration format message | Nellie Zhang | 2 | -4/+4 |
2021-05-02 | Clean up unused imports | Ralf Gommers | 2 | -4/+2 |
2021-05-02 | Use sanity_check_impl for objc/objpp | Ralf Gommers | 3 | -48/+5 |
2021-05-02 | Add validation for --only in `run_project_tests.py` | Ralf Gommers | 1 | -1/+3 |
2021-05-02 | Document how to run the wrap valÃdator. [skip ci] | Jussi Pakkanen | 1 | -6/+12 |
2021-05-02 | Bump version number for new development. | Jussi Pakkanen | 1 | -1/+1 |
2021-05-02 | Release 0.58.0.0.58.0 | Jussi Pakkanen | 30 | -326/+360 |
2021-05-01 | Do not accidentally format files when only checking if they are formatted. | Jussi Pakkanen | 2 | -4/+10 |