|
f6056153e3
|
rename root namespace from util to cruft
This places, at long last, the core library code into the same namespace
as the extended library code.
|
2018-08-05 14:42:02 +10:00 |
|
|
803acc9a87
|
relicense under MPL-2.0
|
2018-08-04 15:14:06 +10:00 |
|
|
86f6611f61
|
comparator: workaround clang structured bindings ICE
|
2017-06-29 15:28:58 +10:00 |
|
|
3f8c490733
|
comparator: indexed comparator should be const
|
2017-06-29 15:28:37 +10:00 |
|
|
01ed956ee4
|
comparator: use relative paths for dependent header
the header wasn't found when included from external projects. this uses
the correct relative path
|
2017-06-29 15:27:29 +10:00 |
|
|
0eaec8ad65
|
comparator: move pointer comparator code inline
|
2017-06-19 15:36:57 +10:00 |
|
|
6065aa9933
|
comparator: add comparator for indexed compound types
compares each index of the two parameters in sequence, returning true if
the first parameter has the first value that compares less than the
second.
|
2017-06-19 15:28:10 +10:00 |
|
|
2658b41ea1
|
relicence under Apache-2.0
|
2015-04-13 18:05:28 +10:00 |
|
|
f90ff0e9f6
|
Add a unique_ptr/ptr comparator object
|
2012-11-09 15:17:32 +11:00 |
|