OSDN Git Service

Reduce compilation time (2)
[winmerge-jp/winmerge-jp.git] / Src / codepage_detect.cpp
2019-03-09 Takashi SawanakaReduce compilation time (2)
2019-01-06 Takashi SawanakaCppcheck: Either the condition '....empty()' is redunda...
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-08-04 Takashi SawanakaMerge
2018-07-30 Takashi SawanakaMerge pull request #92 from GreyMerlin/master
2018-07-28 GreyMerlinEliminate most uses of _WIN32 preprocessor symbol
2018-07-27 GreyMerlinReduce Level 4 Build Warnings (11)
2017-10-12 Takashi SawanakaMerge pull request #43 from GreyMerlin/master
2017-10-09 GreyMerlinCleanup: Fixup 1: some size_t should be ptrdiff_t
2017-10-06 Takashi SawanakaMerge pull request #42 from GreyMerlin/master
2017-10-04 GreyMerlinCleanup: Eliminate _CRT_xxx deprecation situations
2017-01-05 Takashi SawanakaMerge pull request #16 from Lippe35/master
2017-01-02 Takashi SawanakaReplace string_* with strutils::*
2017-01-02 Takashi SawanakaRemove codepage.*
2016-12-04 Takashi SawanakaReplace paths_* with paths::*
2016-12-04 Takashi SawanakaRetry to detect the encoding of a file using all conten...
2016-11-29 Takashi SawanakaMerge
2016-11-26 Takashi SawanakaFolderCompare.exe: make FolderCompare.exe buildable...
2016-11-19 Takashi SawanakaMerge
2016-02-27 Takashi SawanakaGive priority to UTF-8 detection even in the case of...
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: scanf without field width limits can crash...
2014-11-29 sdottakaMerge with stable
2014-11-29 sdottakaReduce compiler warnings
2014-11-28 sdottakaUse std::unique_ptr/shared_ptr instead of boost::scoped...
2014-05-06 sdottakaMerge with stable
2014-05-06 sdottakaRemove compiler warnings
2014-05-05 sdottakaCppcheck: %d in format string (no. 1) requires 'int...
2014-05-03 sdottakaMerge with stable
2014-05-02 sdottakaRemove unused variable and function (FileTextEncoding...
2014-03-29 sdottakaMerge with stable
2014-02-23 sdottakaMerge with stable
2014-02-16 sdottakaMerge with stable
2014-02-09 sdottakaMerge with stable
2014-01-28 sdottakaMerge with stable
2014-01-25 sdottakaMerge with stable
2014-01-20 sdottakaMerge with stable
2014-01-18 sdottakaMerge with stable
2014-01-14 sdottakaMerge with stable
2014-01-12 sdottakaMerge with stable
2014-01-05 sdottakaMerge with stable
2014-01-04 sdottakaMerge with stable
2013-12-28 sdottakaMerge with stable
2013-12-22 sdottakaMerge with stable
2013-12-08 sdottakaMerge with stable
2013-11-27 sdottakaMerge with stable
2013-11-18 sdottakaMerge with stable
2013-10-27 sdottakaMerge with stable
2013-10-21 sdottakaMerge with stable
2013-10-20 sdottakaMerge with stable
2013-09-29 sdottakaMerge with stable
2013-09-09 sdottakaMerge with stable
2013-08-27 sdottakaMerge with stable
2013-07-23 sdottakaMerge with stable
2013-07-21 sdottakaMerge r8142
2013-07-21 sdottakaReduce compilation warnings
2013-05-04 sdottakaAvoid using 'delete' operator
2013-01-12 sdottakaRemove unused variable
2013-01-06 sdottakaFix memory leaks
2012-12-09 sdottakaSeparate Exconverter from unicoder.*
2012-11-04 sdottaka- Remove MFC dependency
2012-09-08 sdottakaRemove <windows.h> dependency
2011-08-07 sdottakalearning about boost::scoped_* ...
2011-04-28 sdottakaMerge rev.7791
2011-01-08 sdottakaMerge from rev.7448
2010-06-29 sdottakaMerge from rev.7205
2010-06-27 sdottakaMerge from rev. 7160
2010-05-23 sdottakaMerge
2010-05-23 sdottakaMerge from rev.7128:7151
2010-05-19 Jochen TuchtRestart discussion about binary file detection (TODO...
2010-05-19 Jochen TuchtFix possible access beyond end of memory mapped file
2010-05-15 Jochen Tuchtfix a warning
2010-05-02 sdottakaMerge from rev.7121:7123
2010-04-29 sdottakaMerge from rev.7103:7118
2010-04-18 sdottakaApply my experimental code and fixes for Japanese MS...
2008-07-09 Kimmo VarisUse constant as buffer size, improve doxygen commenting.
2008-06-08 Jochen TuchtFix a non-crashing access violation that may show up...
2008-02-11 Takashi SawanakaBUG: [ 1880628 ] LineFilter doesn't filter out non...
2008-01-06 Jochen TuchtPatch #1865087
2007-11-03 Jochen TuchtRTL_NUMBER_OF again
2007-11-03 Jochen TuchtDo away with char <-> TCHAR conversion mess
2006-02-13 Perry Rapp PATCH: [ 1212124 ] File encoding GUI
2006-01-07 Perry Rapp PATCH: [ 1398959 ] Implement GuessEncoding in QuickCompare
2006-01-01 Perry RappBUG: [ 1394857 ] cvs trunk does not compile, ANSI,...
2005-12-31 Perry RappPATCH: [ 1394247 ] Fix GuessEncoding recognition of...
2005-12-04 Perry Rapp2005-12-04 Perry
2005-12-04 Jochen TuchtJochen changed GuessCodepageEncoding to use 8+1 for...
2005-12-03 Perry Rapp2005-12-03 Perry: PATCH: [ 1335128 ] Ignore uninstalled...
2005-08-22 Jochen TuchtFix bugs from PATCH: [ 1247875 ] codepage detection...
2005-08-20 Jochen TuchtPATCH: [ 1247875 ] codepage detection based on CMarkdow...
2005-03-20 Perry Rapp PATCH: [ 1157769 ] Move GuessEncoding functions into...