Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-08 | Make objective C use C standard version. Closes #5495.objversions | Jussi Pakkanen | 2 | -2/+39 | |
2021-05-03 | Clarify incorrect configuration format message | Nellie Zhang | 1 | -3/+3 | |
Print the path and line where the problem occurred to make it more clear what the error message means. | |||||
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 | |
This gets rid of compile warnings, and simplifies the code. Note that `work_dir` in sanity_check_impl was incorrect, it was used both to prepend to file names and as cwd=work_dir argument to Popen. This is fixed here. Closes gh-7344 | |||||
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 | 1 | -1/+1 | |
2021-05-01 | Do not accidentally format files when only checking if they are formatted. | Jussi Pakkanen | 1 | -1/+6 | |
2021-04-29 | Xcode: fix project cleaning. | Jussi Pakkanen | 1 | -2/+2 | |
2021-04-26 | Bump version number for rc1.0.58.0.rc1 | Jussi Pakkanen | 1 | -1/+1 | |
2021-04-26 | Update CUDA Toolkit driver version table. | Olexa Bilaniuk | 1 | -0/+2 | |
2021-04-26 | Merge pull request #8680 from dcbaker/submit/wrap-mconf-output | Jussi Pakkanen | 1 | -8/+55 | |
Wrap mconf output | |||||
2021-04-26 | Fix issue where multiple dist files were not being produced for comma ↵ | Tristan Partin | 1 | -2/+3 | |
separated formats value | |||||
2021-04-26 | introspection: export all sources for custom targets | Jason Francis | 1 | -0/+2 | |
Also adds some test cases for source files in target_sources. | |||||
2021-04-26 | Add subprojects purge wrap-git coverage | Tristan Partin | 1 | -6/+8 | |
2021-04-26 | store the list of initializes subprojects in the coredata structure | Dylan Baker | 2 | -3/+10 | |
We need to konw on rconfigure which options have already bee set not just for the super project, but also for the subproject. However, using first_invocation is not sufficient, as a reconfigure could add a new subpproject that wasn't present before, and we need to initialize that project's builtins. | |||||
2021-04-26 | Interpreter: Fallback when required is false but forcefallback is true | Xavier Claessens | 1 | -8/+8 | |
2021-04-26 | Add 'subprojects purge' command | Tristan Partin | 1 | -1/+63 | |
This will help facilitate cache busting in certain situations, and replaces hand-rolled solutions of writing a length command to remove various files/folders within the subprojects directory. | |||||
2021-04-25 | Xcode: make Swift projects work. | Jussi Pakkanen | 3 | -7/+14 | |
2021-04-25 | Xcode: add objective C++ flags to plain C++ because Xcode requires it. | Jussi Pakkanen | 1 | -1/+3 | |
2021-04-25 | Xcode: add objective C flags to plain C because Xcode requires it. | Jussi Pakkanen | 1 | -2/+9 | |
2021-04-24 | Xcode: fix linking to customtargetindex objects. | Jussi Pakkanen | 1 | -7/+28 | |
2021-04-23 | Xcode: do not reuse objs in both_libraries because Xcode fails on targets ↵ | Jussi Pakkanen | 1 | -1/+12 | |
with no sources. | |||||
2021-04-23 | Xcode: even more command line argument expansion. | Jussi Pakkanen | 1 | -1/+6 | |
2021-04-23 | Xcode: Quote McQuoteface. | Jussi Pakkanen | 1 | -2/+2 | |
2021-04-23 | Xcode: handle CustomTargetIndexes. | Jussi Pakkanen | 1 | -6/+20 | |
2021-04-23 | Xcode: ever more quoting. | Jussi Pakkanen | 1 | -1/+4 | |
2021-04-23 | Xcode: only add source and build dirs if implicit_include_directories is set. | Jussi Pakkanen | 1 | -2/+3 | |
2021-04-22 | Add trailing -- parameter to git checkouts. | Dan | 1 | -3/+3 | |
2021-04-22 | Xcode: do not link shared modules against executables. | Jussi Pakkanen | 1 | -0/+2 | |
2021-04-22 | Xcode: add missing quote character. | Jussi Pakkanen | 1 | -1/+1 | |
2021-04-22 | Xcode: fix shell quotings. | Jussi Pakkanen | 1 | -2/+2 | |
2021-04-22 | Xcode: skip link language override test. | Jussi Pakkanen | 1 | -1/+1 | |
2021-04-21 | Xcode: put all include dirs via a property rather than a cmd line arg. | Jussi Pakkanen | 2 | -8/+15 | |
2021-04-21 | Xcode: add target private dir to include path. | Jussi Pakkanen | 1 | -0/+1 | |
2021-04-21 | Xcode: quote some entries as needed. | Jussi Pakkanen | 1 | -2/+8 | |
2021-04-20 | mconf: line wrap columns nicely | Dylan Baker | 1 | -6/+48 | |
I've picked 160 characters as a default because anything less than that looks terrible and has awful wrapping going on. However, this respects the $COLUNNS environment variable if set, and otherwise will query the terminal to determine the size. This is all achieved through an application of shtuil.get_terminal_size, textwrap, print formatters, and iteration. Fixes #6965 | |||||
2021-04-20 | mconf: print core options for subprojects | Dylan Baker | 1 | -2/+4 | |
Looking in the right dictionary is pretty useful, actually. | |||||
2021-04-20 | mconf: cleanup up and sort imports | Dylan Baker | 1 | -2/+7 | |
2021-04-20 | mconf: print core options for subprojects | Dylan Baker | 1 | -2/+4 | |
Looking in the right dictionary is pretty useful, actually. | |||||
2021-04-20 | dependencies/OpenMP: If the version returned is not supported fail gracefully | Dylan Baker | 1 | -1/+7 | |
Currently if the version returned is not a supported version, then you get a lovely stack trace. This is not nice. This can be triggered easily by adding gcc's `-fdirectives-only` flag, which stops the preprocessor from doing certain macro expansions, including those used to detect OpenMP. Fixes #8652 | |||||
2021-04-20 | Xcode: fix file objects in various places. | Jussi Pakkanen | 1 | -13/+31 | |
2021-04-20 | Xcode: fix compiling shared modules. | Jussi Pakkanen | 1 | -4/+20 | |
2021-04-19 | Xcode: regenerato project file when build conf changes. | Jussi Pakkanen | 4 | -25/+75 | |
2021-04-19 | Xcode: replace all backslashes with eight backslashes. Because obviously. | Jussi Pakkanen | 1 | -0/+4 | |
2021-04-19 | pkgconfig: Add support for CustomTarget objects in generator | Xavier Claessens | 2 | -6/+21 | |
Fixes: #8618. | |||||
2021-04-18 | pkgconfig: Fix broken paths in -uninstalled.pc on Windows | Xavier Claessens | 1 | -11/+6 | |
Fixes: #8668 | |||||
2021-04-18 | Xcode: fix generators that take custom targets as inputs. | Jussi Pakkanen | 2 | -83/+128 | |
2021-04-18 | Xcode: add proper target dependencies to custom targets. | Jussi Pakkanen | 1 | -3/+5 | |
2021-04-18 | Xcode: fix running commands that lie in the build root dir. | Jussi Pakkanen | 2 | -3/+3 | |
2021-04-18 | Xcode: fix custom target chaining. | Jussi Pakkanen | 2 | -3/+3 | |