summaryrefslogtreecommitdiffstats
path: root/src/util/unordered-containers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot2018-10-181-54/+0
|
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Use C++11 unordered containersAlex Valavanis2016-08-041-41/+5
| | | (bzr r15040)
* End support for obsolete GNU hash. Supported either natively, through TR1 or ↵Alex Valavanis2014-03-301-31/+0
| | | | | | | | Boost now Fixed bugs: - https://launchpad.net/bugs/1269346 (bzr r13231)
* fix warnings on compilers that provide unordered_setAlex Valavanis2014-01-141-1/+17
| | | (bzr r12929)
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-051-0/+29
| | | (bzr r12661)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-041-0/+78
(bzr r9142)