index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
SymbolDB.cpp
Age
Commit message (
Expand
)
Author
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-10-23
Common: Migrate logging to fmt
Lioncash
2019-06-16
Common/SymbolDB: Use std::string_view where applicable
Lioncash
2019-05-01
Call Host_NotifyMapLoaded when clearing g_symbolDB
JosJuice
2018-05-27
SymbolDB: Namespace code under the Common namespace
Lioncash
2018-05-27
SymbolDB: Default constructor and destructor within the cpp file
Lioncash
2018-05-27
SymbolDB: Normalize variable names
Lioncash
2017-08-16
SymbolDB: Blank stripped symbol name fixed
Sepalani
2017-02-18
SymbolDB: Simplify GetSymbolsFromHash
Lioncash
2016-12-19
SymbolDB: Use set to map hash with symbols
Sepalani
2016-12-19
SymbolDB: GetSymbolsFromHash added
Sepalani
2016-12-19
SymbolDB: GetSymbolsFromName added
Sepalani
2016-09-26
SymbolDB: Only match against the function name
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
Correct ampersands as well
mathieui
2016-01-21
Common: asterisks go against the type name
mathieui
2015-09-11
Partially revert "General: Toss out PRI macro usage"
Lioncash
2015-06-28
Use emplace() instead of insert() where applicable for maps.
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-09-19
Fix build failing when disabling precompiled headers.
Rohit Nirmal
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre