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.h
Age
Commit message (
Expand
)
Author
2026-05-07
Core: Implement automatic symbol demangling
Amber Brault
2025-07-27
PPCSymbolDB: Don't return non-const pointers
JosJuice
2025-07-27
PPCSymbolDB: Add missing locking
JosJuice
2025-07-27
PPCSymbolDB: Reduce lock contention in LoadMap/LoadMapOnBoot
JosJuice
2025-06-25
PPCSymbolDB: Move loading map on boot logic from boot.cpp into PPCSymbolDB, a...
TryTwo
2025-06-19
Debugger symbols: Add new symbol type: Notes.. Notes are for naming single ...
TryTwo
2024-11-11
Core: Store object name separately for symbols
Amber Brault
2023-06-20
Rename Symbol constructor parameter to prevent shadowing
Nicolas van Kempen
2023-05-02
SymbolDB: Add constructors to Symbol
Lioncash
2023-02-12
DolphinQt: Properly lock CPU before accessing emulated memory
JosJuice
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
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: Convert typedefs into using aliases
Lioncash
2018-05-27
SymbolDB: Normalize variable names
Lioncash
2018-04-10
PPCSymbolDB: Do not truncate fixed size symbols
Sepalani
2017-08-16
SymbolDB: Blank stripped symbol name fixed
Sepalani
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-09-13
SymbolDB: Change Symbol's 'analyzed' member into a boolean
Lioncash
2016-09-13
SymbolDB: Use an enum class for representing symbol type
Lioncash
2016-09-13
SymbolDB: In-class initialize Symbol class variables
Lioncash
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
More asterisks
mathieui
2016-01-21
Common: asterisks go against the type name
mathieui
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-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-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
2014-02-13
Turn loops into range-based form
Tillmann Karras
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-09
Cleanup enum indentations.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre