winix/db
Tomasz Sowa 8196fb77d1 changed: now we do not use std::string and char* in the Winix API
everywhere we are using std::wstring and wchar_t*
         (std::string and char* is used only locally in some places
         especially when creating a path to OS file system etc.)
added:   to the special thread when winix closes:
         a write function for curl: FetchPageOnExitCurlCallback()
         without this function the curl library will print
         the page's content to the standart output
changed: TextStream<> class from core can make
         UTF8<->wide strings conversions
removed: from config: utf8 option
         now winix expects UTF8 from the user's input (html forms, url-es)
         and outputs strings in the UTF8 format




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@965 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-10-09 20:44:56 +00:00
..
Makefile changed: now we are using the C++ 11 language (-std=c++11) and we are using 2013-10-15 21:57:51 +00:00
Makefile.dep changed: now we do not use std::string and char* in the Winix API 2014-10-09 20:44:56 +00:00
Makefile.o.dep added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
db.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
db.h setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
dbbase.cpp changed: now we do not use std::string and char* in the Winix API 2014-10-09 20:44:56 +00:00
dbbase.h setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
dbconn.cpp changed: now we do not use std::string and char* in the Winix API 2014-10-09 20:44:56 +00:00
dbconn.h changed: now we do not use std::string and char* in the Winix API 2014-10-09 20:44:56 +00:00
dbitemcolumns.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
dbitemcolumns.h setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
dbitemquery.cpp setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
dbitemquery.h setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00
dbtextstream.cpp changed: now we do not use std::string and char* in the Winix API 2014-10-09 20:44:56 +00:00
dbtextstream.h setting a Winix Licence: 2 Clause BSD Licence 2014-10-04 18:04:03 +00:00