summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
AgeCommit message (Expand)Author
2014-01-04Add functor that does strict weak ordering based on national_case_insensitive...Attila Molnar
2014-01-04Fix some Windows-related problems.Peter Powell
2013-09-08Hide all symbols that aren't exported explicitlyattilamolnar
2013-06-12Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s...attilamolnar
2013-06-02s/seperator/separator/gAdam
2013-06-02Rewrote sepstream and tokenstream to be less uglyAdam
2013-06-02Move a few trivial functions into headersattilamolnar
2013-05-18irc::tokenstream and irc::sepstream cleanupattilamolnar
2013-05-18irc::stringjoiner cleanupattilamolnar
2013-05-18Deduplicate hex string creation codeattilamolnar
2013-05-16irc::Spacify--attilamolnar
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-04-19Fix building with libc++.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-01Merge pull request #452 from SaberUK/master+nuke-hashmapAttila Molnar
2013-04-01Purge references to the deprecated GetStackedLine method.Peter Powell
2013-04-01Purge the deprecated hash_map from existance.Peter Powell
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-07-11Don't manage memory manually for the commasepstream in irc::portparserattilamolnar
2012-07-11Use std::set instead of std::map in irc::portparserattilamolnar
2012-07-05Fix Doxygen syntax errors.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fixes for bug #12Justin Crawford
2011-04-10Fixed Windows build on VS 2010Adam
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-24Move forward declarations to typedefs.hdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-08-15win: Last part of support required for VS2010:w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-02-08Fix some stuff for nationalcharsbrain
2009-01-23Templateise thisbrain
2009-01-23Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-07national_case_sensitive_map -> national_case_insensitive_map.w00t
2008-12-07Move stuff to use ASCII map where required.w00t
2008-12-07Add ascii_case_insensitive_map, thanks MacGyver.w00t
2008-12-07Rename case_sensitive_map to rfc_case_sensitive_mapw00t
2008-09-22warning-free on windowsbrain
2008-09-20More comments, and remove some unused craq. Someone (that being me) once wrot...brain
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-06-12MAXBUF messes these uppippijn
2008-06-12fixedpippijn
2008-06-12optimise string comparison.. this time I've done it right.. sheesh shitty C++...pippijn
2008-06-12revert for now..pippijn
2008-06-12Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh...brain
2008-06-12Fix to allow namespace std { namespace tr1 {brain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain