OSDN Git Service

Reduce compilation time (2)
[winmerge-jp/winmerge-jp.git] / Src / Common / ExConverter.cpp
2019-03-09 Takashi SawanakaReduce compilation time (2)
2018-10-28 Takashi SawanakaMerge pull request #101 from GreyMerlin/master
2018-10-28 GreyMerlinVarious refactorings involving NULL, ASSERT, TRUE and...
2018-10-28 GreyMerlinVarious refactorings involving NULL, ASSERT, TRUE and...
2018-10-28 GreyMerlinVarious refactorings involving NULL, ASSERT, TRUE and...
2017-10-06 Takashi SawanakaMerge pull request #42 from GreyMerlin/master
2017-10-04 GreyMerlinCleanup `size_t`: Fewer `#pragma warning` directives
2017-01-05 Takashi SawanakaMerge pull request #16 from Lippe35/master
2017-01-02 Takashi SawanakaRemove codepage.*
2016-11-19 Takashi SawanakaMerge
2016-05-02 Takashi SawanakaFix for the warning C6262: Function uses ... bytes...
2015-07-19 sdottakaMerge with stable
2015-07-18 sdottakaCppcheck: The scope of the variable '...' can be reduced.
2015-05-24 sdottakaMerge with stable
2015-05-24 sdottakaFix VS Code Analysis warnings (C6102)
2015-05-24 sdottakaExConverter.cpp: Fix memory leak
2015-02-28 sdottakaMerge with stable
2015-02-27 sdottakaReduce the size of the executable file WinMergeU.exe
2015-02-27 sdottakaFix memory leak
2015-02-20 sdottakaMerge with stable
2015-02-18 sdottaka- Replace include guards with #pragma once like winmerg...
2015-02-18 sdottakaMerge with stable
2015-02-17 sdottakaCppcheck: Array 'codepagestotry[3]' accessed at index...
2014-11-29 sdottakaMerge with stable
2014-11-28 sdottakaUse std::unique_ptr/shared_ptr instead of boost::scoped...
2014-05-06 sdottakaMerge with stable
2014-05-04 sdottakaCppcheck: Variable '*' is reassigned a value before...
2014-01-18 sdottakaMerge with stable
2014-01-18 sdottaka* Use standard order of header files
2013-05-04 sdottakaAvoid using 'delete' operator
2013-03-03 sdottakaFix misdetection of same binary files as different...
2013-01-12 sdottakaOptimize Unicode conversion
2013-01-06 sdottakaFix memory leaks
2012-12-09 sdottakaSeparate Exconverter from unicoder.*