Move and refactor code
authorChip Turner <chip@fb.com>
Fri, 8 Jun 2012 21:53:51 +0000 (14:53 -0700)
committerTudor Bosman <tudorb@fb.com>
Thu, 14 Jun 2012 19:35:46 +0000 (12:35 -0700)
commit6834f1d6c0293570354418aa005b0bc904a98906
treee2df08a6697022ce855878f2c673cd818a91076d
parent052ddef2640ed1fc28cdba81592221cd23a2f48a
Move and refactor code

Summary:

Moves some string manipulation code like humanify into folly

Moves hash-related functions into folly and removes some old includes
to clean up some code

Adds generic hashing for tuples, similar to pairs

Updates all of the build breakages from the above

Test Plan: run unit tests

Reviewed By: delong.j@fb.com

FB internal diff: D490478
folly/Hash.h
folly/Logging.h [new file with mode: 0644]
folly/Makefile.am
folly/String-inl.h
folly/String.h
folly/test/HashTest.cpp
folly/test/StringTest.cpp