summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2017-07-24Add missing license and source for embedded debug libs.Andrei Karas4-0/+27
2017-07-14Fix nvwa includes again.Andrei Karas1-1/+1
2017-07-14Fix include paths in nvwa.Andrei Karas1-3/+3
2017-07-14Update mse with latest changes.Andrei Karas1-6/+24
2017-07-14Remove #pragma once from mse lib.Andrei Karas3-3/+0
2017-07-13Add mse libs for replacing std::vector.Andrei Karas3-0/+3702
2017-07-13Move memory debug files into nvwa directory.Andrei Karas6-6/+6
2017-07-06Fix different issues in debug_new.cppAndrei Karas2-7/+18
2017-07-06Update debug libs from https://github.com/adah1972/nvwaAndrei Karas6-582/+1476
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas4-4/+4
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-6/+6
2016-01-02Update copyrights year.Andrei Karas4-4/+4
2015-01-01Update copyrights year.Andrei Karas4-4/+4
2014-12-08Fixed some typos.Gauvain Dauchy1-1/+1
2014-07-28Fix formating in other files.Andrei Karas2-180/+180
2014-07-14Fix code style.Andrei Karas1-1/+1
2014-07-13Fix code style.Andrei Karas1-1/+1
2014-06-03Fix wrong includes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas4-4/+4
2013-10-10fix code style.Andrei Karas1-0/+1
2013-10-08remove unused system headers.Andrei Karas3-3/+0
2013-04-17remove some unused system headers.Andrei Karas1-1/+0
2013-04-14another fixes from cpplint.Andrei Karas3-7/+8
2013-04-14some more style fixes from cpplint.Andrei Karas1-9/+9
2013-02-02Update year in debug files.Andrei Karas4-4/+4
2012-10-02Remove most C casts.Andrei Karas1-34/+43
2012-06-22Fix compilation warnings in windows builds.Andrei Karas1-3/+3
2012-04-01Last part of fixes.Andrei Karas2-0/+4
2012-04-01One part of fixes after auto checking.Andrei Karas2-10/+10
2012-02-08Fix compilation errors and more style.Andrei Karas2-97/+97
2012-02-08Fix code style with new tool.Andrei Karas1-8/+8
2011-07-07Remove undescore from variables and defines.Andrei Karas2-6/+6
2011-05-30Improve memory leak detector.Andrei Karas1-11/+35
2011-05-28Totally disable memory leak detector if it not enabled.Andrei Karas1-0/+3
2011-05-25Increase debug file name field size from 44 to 100 chars.Andrei Karas1-1/+1
2011-05-24Fix code style.Andrei Karas2-16/+24
2011-05-24Add simple memory leak detector.Andrei Karas4-0/+1394