summaryrefslogtreecommitdiffstats
path: root/src/util/hash.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-021-41/+0
| | | | | when using Apple compilers. (bzr r9129)
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-201-2/+4
| | | | | code to detect the broken header and display Wiki page URL. (bzr r9006)
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-141-4/+2
| | | | | to work around broken headers in some GCC versions. (bzr r8980)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+41
(bzr r8846.1.1)