summaryrefslogtreecommitdiff
path: root/src/value.hh
AgeCommit message (Expand)Author
2025-07-08Replace std::unique_ptr with a custom implementationMaxime Coste
2024-08-16include headers cleanupAdriĆ  Arrufat
2023-02-10Avoid extra indirection for storing FifoWatcherMaxime Coste
2021-11-21Use std::remove_cvref instead of std::decayMaxime Coste
2021-11-21Replace std::enable_if with requiresMaxime Coste
2017-09-07Small code simplificationsMaxime Coste
2017-07-19Migrate code to c++14Maxime Coste
2017-03-07Replace uses of UnorderedMap with HashMapMaxime Coste
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2016-12-03Change ValueId to just be an enum class, it does not need any operatorsMaxime Coste
2016-03-06Fix Value constructor, we never want to create reference valuesMaxime Coste
2015-06-25Make sure we do not put a Value in a ValueMaxime Coste
2015-03-11coords/units hashing refactoringMaxime Coste
2015-01-18Add helper for overloading operator new/deleteMaxime Coste
2015-01-14Even more memory trackingMaxime Coste
2014-12-16Rework hashing, use a more extensible framework similar to n3876 proposalMaxime Coste
2014-11-12Cleanup includesMaxime Coste
2014-11-04Change Value to be non copyableMaxime Coste
2014-10-28Tweak Value constructor, no need for the const ref oneMaxime Coste
2014-01-09Buffers can hold arbitrary values for for other systemsMaxime Coste