winix/db
Tomasz Sowa d801f53154 changed: now we are using the C++ 11 language (-std=c++11) and we are using
the clang compiler by default
changed: Makefile files have been a little cleaned
         the main Makefile now will not compile winix and winix.so if there
         were not any changes to source files (it's faster)
         (added Makefile.dep in the global directory with list of all source/header files)
changed: winix version to 0.5.5




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@933 e52654a7-88a9-db11-a3e9-0013d4bc506e
2013-10-15 21:57:51 +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 are using the C++ 11 language (-std=c++11) and we are using 2013-10-15 21:57:51 +00:00
Makefile.o.dep added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
db.cpp added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
db.h added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
dbbase.cpp added: a new way: HEX format to saving/reading from PostgreSQL bytea columns 2012-09-11 05:19:45 +00:00
dbbase.h added: a new way: HEX format to saving/reading from PostgreSQL bytea columns 2012-09-11 05:19:45 +00:00
dbconn.cpp fixed: compiling in the clang (new version of c++ std lib) 2013-10-10 11:59:21 +00:00
dbconn.h added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
dbitemcolumns.cpp added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
dbitemcolumns.h added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
dbitemquery.cpp changed: in plugin 'menu' 2011-11-25 04:51:55 +00:00
dbitemquery.h added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
dbtextstream.cpp added: a new way: HEX format to saving/reading from PostgreSQL bytea columns 2012-09-11 05:19:45 +00:00
dbtextstream.h added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00