aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | refactor(optionstr.c): break up did_set_string_option 43Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 42Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 41Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 40Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 39Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 38Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 37Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 36Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 35Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 34Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 33Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 32Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 31Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 30Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 29Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 28Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 27Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 26Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 25Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 24Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 23Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 22Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 21Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 20Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 19Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 18Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 17Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 16Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 15Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 14Lewis Russell2023-01-25
| | | | | | | | | | | | squash me
| * | refactor(optionstr.c): break up did_set_string_option 13Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 12Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 11Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 10Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 9Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 8Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 7Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 6Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 5Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 4Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 3Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 2Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): break up did_set_string_option 1Lewis Russell2023-01-25
| | |
| * | refactor(optionstr.c): reduce scope of localsLewis Russell2023-01-25
| | |
| * | refactor(option.c): use intermediate for options refLewis Russell2023-01-25
| | |
| * | refactor(option.c): de-nest set_option_valueLewis Russell2023-01-25
| | |
| * | refactor(option.c): add get_varp_from and get_varp_scope_fromLewis Russell2023-01-25
| | |
| * | refactor(option.c): reduce scope of localsLewis Russell2023-01-24
| | |
* | | build: introduce default build variables (#21991)dundargoc2023-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a number of cmake variables and cache variables that need to be passed to all dependencies. This is not only cumbersome, but also fragile as it's easy to miss adding or removing a flag from a dependency by accident. Introducing a global variable that controls all builds makes it much easier to handle our dependencies. Also fixes the currently broken release workflow as we need to pass the CMAKE_OSX_ARCHITECTURES variable to all dependencies built with cmake.
* | | fix(intro): make :help news line easier to translate (#21974)Sizhe Zhao2023-01-25
| | | | | | | | | | | | | | | Include version number in the translated message so that the word order can be changed. Also do not translate URL.