summaryrefslogtreecommitdiff
path: root/utils/nsoption.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-4/+4
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* remove some warnings from freebsd buildVincent Sanders2014-12-211-0/+1
|
* doxygen cleanups in utilsVincent Sanders2014-11-121-1/+3
|
* Trivial sepelling, documentation and whitespace cleanupsVincent Sanders2014-10-101-1/+1
|
* add finalisation to options and document the API betterVincent Sanders2013-06-011-56/+176
|
* fix import of old broken ChoicesVincent Sanders2013-05-291-2/+30
|
* Ensure colour values around #888888 can be read in HTML output.Michael Drake2013-05-281-1/+2
|
* add provenance to about:configVincent Sanders2013-05-281-46/+99
|
* if the colour value is unusable do not assign garbage to teh optionVincent Sanders2013-05-281-4/+5
|
* copy the options data with memcpy insteadVincent Sanders2013-05-281-6/+2
|
* add new option API and implementationVincent Sanders2013-05-281-0/+697