summaryrefslogtreecommitdiffhomepage
path: root/options/value.cpp
AgeCommit message (Collapse)Author
2019-02-11less header namespace pollutionStanislaw Halik
2018-08-27compat/linkage-macros: simplifyStanislaw Halik
2018-05-30compat/linkage: extern template works on GNU nowStanislaw Halik
2017-09-22options: simplify macroStanislaw Halik
2017-07-06options/value: try "extern template" for code sizeStanislaw Halik
2017-05-12options: split up value.hpp headerStanislaw Halik
Also combine the traits classes and make them more useful.
2017-04-06options/value: we're not instantiating templates anymoreStanislaw Halik
2017-03-24options, compat: instantiate common templates in their .dll'sStanislaw Halik
2017-03-21options/{bundle,connector,value}: allow setting to default valuesStanislaw Halik
This is complicated by Qt's rejection of template classes. Also move some stuff to slots where makes sense.
2016-09-18add missing copyright termsStanislaw Halik
Due to fucking AT&T vs BSD suit copyright defaults to all rights reserved. Fuck Berne Convention as well.
2016-09-08options/value: move from headerStanislaw Halik