index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
config.cc
Age
Commit message (
Expand
)
Author
2024-10-15
treewide: consistently mark overridden settings as such
Alois Wohlschlager
2024-08-25
Support relative and `~/` paths in config settings
Rebecca Turner
2024-08-25
Thread `ApplyConfigOptions` through config parsing
Rebecca Turner
2024-08-21
libutil/config: unify path setting types
Alois Wohlschlager
2024-08-18
libutil: Optimize feature checks
piegames
2024-08-17
libexpr: Introduce Deprecated features
piegames
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out strings.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out file-system.{hh,cc}
Tom Hubrecht
2024-04-07
Add `PathsSetting`
Rebecca Turner
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-04
Merge pull request #9233 from bouk/bouk/apply-config-inner
eldritch horrors
2024-03-04
Merge pull request #9299 from tfc/config-improvements
eldritch horrors
2024-03-04
Merge pull request #9191 from tfc/libutil-implementation
eldritch horrors
2024-03-04
Merge pull request #9170 from tfc/fix-broken-move
eldritch horrors
2023-06-18
Split `OptionalPathSetting` from `PathSetting`
John Ericson
2023-04-17
Fix some issues with experimental config settings
John Ericson
2023-04-16
Mark experimental configuration settings programmatically
John Ericson
2023-04-11
Do not gate or hide experimental settings
John Ericson
2023-03-20
Fix handling of experimental features mid-parse
John Ericson
2023-03-20
Mark experimental features on settings
John Ericson
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2022-10-22
Fix C++20 warnings
Graham Bennett
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-21
Remove std::vector alias
Eelco Dolstra
2021-10-27
Style
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-09-22
Make setDefault() typed
Eelco Dolstra
2021-07-15
Forward the whole Nix config to the post-build-hook
regnat
2021-03-26
Fix some typos
Eelco Dolstra
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2020-11-09
Fix appending to Setting<StringSet>
Eelco Dolstra
2020-10-29
Fix assertion failure in tab completion for --option
Eelco Dolstra
2020-10-29
Generalize extra-* settings
Eelco Dolstra
2020-10-26
BaseSetting<StringMap>::set(): Don't append to previous value
Eelco Dolstra
2020-09-29
Merge branch 'master' into access-tokens
Kevin Quick
2020-09-24
Support StringMap configuration settings.
Kevin Quick
2020-09-21
abstractsettingtojson.hh -> abstract-setting-to-json.hh
Eelco Dolstra
2020-09-16
Don't include nlohmann/json.hpp in config.hh
regnat
2020-09-16
Complete the `toJSON` instance for `Setting<T>`
regnat
2020-08-20
Allow 'nix' subcommands to provide docs in Markdown format
Eelco Dolstra
2020-08-20
List deprecated option aliases in the docs
Eelco Dolstra
2020-08-20
Config: Use nlohmann/json
Eelco Dolstra
2020-08-19
Generate the nix.conf docs from the source code
Eelco Dolstra
2020-05-27
config.cc: extract parts of applyConfigFile into applyConfig
Andreas Rammhold
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2019-12-17
Add priority setting to stores
Eelco Dolstra
2018-05-30
Modularize config settings
Eelco Dolstra
2018-02-19
Config::handleUnknownSettings(): Remove unused 'fatal' argument
Eelco Dolstra
2018-02-13
Allow plugins to define new settings.
Shea Levy
[next]