upgrade QtAddin project format to QtVS_v303 (plugin version 2.6.0 revision 7)
[utfcpp] version 3.1.2
[ccwx] remove from vs2017
[ccwin] add IsUserAdmin() function
[cclib] add cclib::string_view
[vs2019][cclib] fix project files - use defaults
[cclib] add cpp_string_list.h (heavily modified cpp_StringList.h)
[cclib] emit a warning message when #including both 'cpp_StringList.h' and 'cpp_string_list.h'
[cclib] fix format string, NOMINMAX, FMT_HEADER_ONLY
[ccwtl] fix includes
[vs2008] add project TccLib
[cclib][vs2017] NOMINMAX, FMT_HEADER_ONLY
[vs2019] add cpp_string_list.h to project files
[wxlib] fix: add pre_ccwx.h from the correct location
Linux compile (2)
discard std::binary_function for C++17 sake
Merge remote-tracking branch 'origin/master'
add qt specific string conversion functions
move win_str functions to cpp_string one by one (1)
[Linux] fix predef_cc for gcc 5.4
[Linux] add more files
[vs2017] add qt specific string conversion functions
added to_std_string(), narrow_string() and wide_string() functions.
Merge branch 'win-stable-home'
[vs2017] fix ccqt project
[vs2017] separate ccqt library (2)
[vs2017] separate ccqt library (1)
[vs2017] create ccqt project and project template
utf-8 header changes
[vs2017] separate ccWtl library (1)
[vs2017] new ccwx library
[vs2017] ccwx library development
[vs2017] ccwx library development (2)
[vs2017] ccwx library development (3)
add ODBC code
add license text in files it was missing
[ccwx] enable precompiled headers
[ccdb] start lib
[cclib] add vector<string> functions
1. [vs2008] fix project file
[vs2008] separate ccWtl library
[cclib][odbc] 'Select' and 'Exec' distinct classes
[cclib] fix vector<string> functions
[vs2017] use MultiProcessor (/MP) compilation
[ccdb] start
c++17 conformance
[ccwtl] add ResourceStringPtr overload
[ccwtl] add ResourceStringPtr and ResourceString functions
[vs2017] use MultiProcessor (/MP) compilation - by default
[ccwin] add ResourceStringPtr and ResourceString functions
add CHDrop<> class
CHDrop - add missing #include
[ccwtl] Menu_ToggleChecked() and Menu_GetChecked()
[ccwtl] add wtlFilesDlg.h
[ccwtl] fix Menu_SetCheck() declarations
[ccwtl] change Menu_SetChecked() to Menu_SetCheck()
[ccwtl] add Menu_SetChecked()
[cclib] one AdvanceOverCRLF() to rule them all
[cclib] class TFileStreamEx (1)
[cclib] two new CompareText() overloads
[cclib] fix "StringList" function templates
[cclib] zero terminated 'compatibility' routines
[test_cclib][vs2017] add project
[test_cclib][vs2017] add 'static' configurations
fix TRitchEditStreambuf class constructors
[cclib] fix "StringList.Text" function templates (2)
ignore
[test_cclib][vs2017] 1) add StringList tests 2) WTL support code
One more test
[cclib] fix "StringList.Text" function templates (3)
[test_cclib][vs2017] enable exception handling
[cclib] class TFileStreamEx (2) - add file access constants
[test_cclib] fix resource
ccwin::TStringList add "from container" constructors
[ccWtl] implement missing MakeFilterString_7()
[ccwin] more string trimming
[ccWtl] put WTL controls in wtl sub-directory
[ccWtl] small project fixes
[ccWtl] use needed includes in wtlProperty*.h files
1. improve TIniFile::ReadSection()
[ccWtl] don't save zero window size
[cclib] add TIniFile Read/Write overloads
Use the newest Open/Save file dialog on any system.
[ccLib] fix undefined behavior in DelimitedText()
include more VC c++17 defines
[vs2008] fix unique_ptr => auto_ptr
1. Base64 improvements
fix fmt:format format strings
[ccwtl] add Menu_HandleFromID() function
add GR_Date() and XML_Date() functions
[vs2008] c++03 compatibility changes
[vs2008] add x64 configurations
[ccwin] add 'raw pointer' versions of 'NarrowStringStrict' and 'WidenStringStrict'
[vs2008] fix project directory output
too much confidence. fixed: fatal error C1070: mismatched #if/#endif pair in file 'predef_cc.h'
add fmt::format for compilers that support it
Cosmetic changes
add cc_scope_exit.h
[qt creator] build with
[ccwtl] use std::min and std::max