aboutsummaryrefslogtreecommitdiffstats
path: root/ext/sparsehash/google
Commit message (Collapse)AuthorAgeFilesLines
* use MSVC flag to detect the compiler on hash library.Renato Filho2010-08-191-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Used the define MSVC in goggle hash to compile with native windows API.Renato Filho2010-08-191-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix location of tr1's hash functions and namespace on msvc.Hugo Lima2009-11-241-8/+15
| | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Use google dense hash table instead of std::map in BindingManager.Hugo Lima2009-11-185-0/+1937
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>