summaryrefslogtreecommitdiff
path: root/Source/Core/Common/SymbolDB.cpp
AgeCommit message (Expand)Author
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-23Common: Migrate logging to fmtLioncash
2019-06-16Common/SymbolDB: Use std::string_view where applicableLioncash
2019-05-01Call Host_NotifyMapLoaded when clearing g_symbolDBJosJuice
2018-05-27SymbolDB: Namespace code under the Common namespaceLioncash
2018-05-27SymbolDB: Default constructor and destructor within the cpp fileLioncash
2018-05-27SymbolDB: Normalize variable namesLioncash
2017-08-16SymbolDB: Blank stripped symbol name fixedSepalani
2017-02-18SymbolDB: Simplify GetSymbolsFromHashLioncash
2016-12-19SymbolDB: Use set to map hash with symbolsSepalani
2016-12-19SymbolDB: GetSymbolsFromHash addedSepalani
2016-12-19SymbolDB: GetSymbolsFromName addedSepalani
2016-09-26SymbolDB: Only match against the function nameLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21Correct ampersands as wellmathieui
2016-01-21Common: asterisks go against the type namemathieui
2015-09-11Partially revert "General: Toss out PRI macro usage"Lioncash
2015-06-28Use emplace() instead of insert() where applicable for maps.Lioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -loop-convertTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre