winix/plugins/export
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: 'export' winix function (export plugin) 2012-08-03 09:25:17 +00:00
edb.cpp changed: export plugin: 2012-03-01 15:39:13 +00:00
edb.h changed: plugin messages: 2011-09-30 01:33:42 +00:00
export.h changed: export plugin: 2012-03-01 15:39:13 +00:00
exportinfo.cpp added: 'export' winix function (export plugin) 2012-08-03 09:25:17 +00:00
exportinfo.h added: 'export' winix function (export plugin) 2012-08-03 09:25:17 +00:00
exportthread.cpp now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
exportthread.h changed: plugin 'export' 2011-12-03 19:34:58 +00:00
funexport.cpp changed: plugin 'export': export winix function 2013-04-17 00:37:39 +00:00
funexport.h changed: plugin 'export': export winix function 2013-04-17 00:37:39 +00:00
init.cpp added: 'export' winix function (export plugin) 2012-08-03 09:25:17 +00:00
message.h fixed: UGContainer<Type> used a std::vector<Type> and when a new item was inserted 2011-09-13 06:08:34 +00:00