summaryrefslogtreecommitdiff
path: root/src/shared/leaktrace.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix or ignore a number of compiler warnings.Al2019-01-111-1/+12
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-30/+40
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-40/+30
|
* minor cleanupTannin2016-06-011-2/+3
|
* tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵Tannin2015-02-251-1/+1
| | | | from static code analysis)
* cleanupTannin2014-12-201-76/+2
|
* - several style fixes suggested by static analysisTannin2014-09-241-1/+1
| | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
* some fixes towards qt5 compatibilityTannin2014-03-161-0/+1
|
* - hook.dll now doesn't inject to certain applications (currently steam, ↵Tannin2013-10-051-0/+1
| | | | | | | | | | chrome and firefox) - versioning system improved. Will now report "downgrades" for mods and support a different versioning system (requires manual switch) - updates can now be ignored until a new version is uploaded - new splash screen - bugfix: a few memory leaks (shouldn't account for much) - bugfix: result of GetModuleHandle wasn't zero-terminated in some cases
* - download progress is now visible in task barTannin2013-09-281-9/+28
| | | | | | | | | - esp-tooltip now lists all masters, highlighting the missing ones - python plugin will now report a problem if the path contains a semicolon - leak detection now (somewaht) works around the fact that we don't always get a stack trace - bugfix: mod meta-file is now reliably created if it was missing - bugfix: parser for nxm-links didn't handle numbers in the mod name - bugfix: small memory leak
* - now avoids a few unnecessary copy operations during generation of the ↵Tannin2013-07-171-0/+109
directory structure - bugfix: circular dependency caused a memory leak - bugfix: removing a single mod lead to the wrong mod being deleted