Imported Upstream version 1.7.1
[platform/upstream/ninja.git] / src / hash_map.h
2016-04-27 Nico Weberv1.7.0 upstream/1.7.0 v1.7.0
2015-11-12 Evan MartinMerge pull request #1007 from mikesep/aix
2015-11-12 Nico WeberMerge pull request #999 from colincross/dumbstatus
2015-11-12 Nico WeberMerge pull request #763 from drbo/master
2015-10-22 Nico WeberMerge pull request #1015 from moroten/docs-relpath
2015-09-07 Nico WeberMerge pull request #1014 from moroten/optimize-stringpiece
2015-09-03 Fredrik MedleyOptimize StringPiece hash map
2015-06-29 Nico Weberv1.6.0 v1.6.0
2015-01-14 Nico WeberMerge pull request #894 from tfarina/has-indent
2015-01-04 Nico WeberMerge pull request #889 from nico/del2
2015-01-04 Nico WeberTry to simplify d1e6a29 a bit.
2015-01-04 Nico WeberMerge pull request #888 from nico/del
2015-01-04 Nico WeberRemove unused hash<std::string>.
2015-01-04 Nico WeberMerge pull request #887 from berenm/master
2014-12-31 Beren MinorFix compilation errors on Visual Studio 2015 (_MSC_VER...
2014-06-27 Nico Weberv1.5.0 v1.5.0
2013-10-18 Nico WeberMerge pull request #665 from syntheticpp/localized...
2013-10-18 Nico WeberMerge pull request #671 from sgraham/compile-vs2013
2013-10-18 Scott GrahamFix compilation on VS2013
2013-09-12 Evan Martinv1.4.0 master v1.4.0
2013-08-23 Nico WeberMerge pull request #641 from nico/ocd2
2013-08-23 Nico WeberMinor style fixes, no behavior change.
2013-07-24 Nico WeberMerge pull request #612 from maximuska/proposed/deps_lo...
2013-07-08 Evan MartinMerge pull request #616 from nico/recompact
2013-07-08 Evan MartinMerge pull request #614 from nico/pooldoc
2013-07-08 Evan MartinMerge pull request #611 from nico/testparse
2013-07-08 Nico WeberMerge pull request #615 from mdempsky/strict-murmur
2013-07-08 Matthew DempskyFix murmur hash implementations to work on strict alignment
2012-12-29 Evan Martinversion 1.1.0 v1.1.0
2012-12-29 Evan MartinMerge pull request #455 from azuk/master
2012-12-29 Evan MartinMerge pull request #467 from ppuryear/browse-error
2012-12-13 Evan MartinMerge pull request #461 from riannucci/global_section
2012-11-30 Robert IannucciFix formatting
2012-09-13 Evan Martinversion 1.0.0 v1.0.0
2012-08-17 Evan MartinMerge pull request #401 from syntheticpp/win-network...
2012-08-10 Evan Martinwindows: fix size_t<->int conversions in ninja.exe
2012-08-01 Evan MartinMerge branch 'master' of github.com:martine/ninja
2012-08-01 Evan MartinMerge branch 'factor-elide-middle' of git://github...
2012-08-01 Evan MartinMerge pull request #388 from sgraham/fix-hash-map-strin...
2012-07-31 Scott Grahamfix hash_map StringPiece comparator
2012-07-28 Evan MartinMerge pull request #383 from nico/fix380
2012-07-28 Nico WeberRevert "Make StringPiece data members private."
2012-07-27 Evan MartinMerge pull request #378 from syntheticpp/msvc-fixes
2012-07-27 Peter Kümmelalso build with msvc
2012-07-27 Evan MartinMerge branch 'master' of github.com:martine/ninja
2012-07-27 Evan MartinMerge pull request #352 from tfarina/string-piece-private
2012-06-30 Thiago FarinaMake StringPiece data members private.
2012-01-12 Evan MartinMerge branch 'stringpiece-hash'
2012-01-12 Evan Martindecide on murmur hash, delete stl hash
2012-01-11 Evan Martinmake new hash work on windows
2012-01-09 Evan Martinback to murmur hash
2012-01-09 Evan Martinmore stringpiece
2012-01-09 Evan Martinmurmur -> stl hash
2012-01-09 Evan Martinconvert ExternalStringHash to use StringPiece
2012-01-04 Evan MartinMerge pull request #175 from nornagon/escape-in-out
2012-01-03 Evan MartinMerge pull request #179 from polrop/fix-clang-warning
2012-01-03 Evan MartinMerge pull request #177 from doctorlove/msvc_changes
2012-01-03 Frances BuontempoChanges to hash_map to make it build with MSVC's version
2011-09-12 Evan Martingeneralize the pattern of hash_map<const char*, .....
2011-04-23 Sergey Nenakhov[windows] extend hash_map.h for Windows hash_map
2011-04-15 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-03-22 Evan MartinMerge branch 'errors-reporting' of https://github.com...
2011-03-22 Nicolas DespresAdd missing CPP guards.
2011-02-07 Evan MartinMerge branch 'master' of https://github.com/martine...
2011-02-06 Evan Martinadd copyrights
2010-12-19 Evan MartinMerge remote branch 'origin/master'
2010-12-17 Evan Martinuse hash_map for paths; much faster builds