You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
winix/winixd/db
Tomasz Sowa b424988d1b updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser
added to config: int html_filter_white_char_mode;
  how white characters between html tags are treated
  0 - WHITE_MODE_ORIGIN - they are copied from input to output
  1 - WHITE_MODE_SINGLE_LINE - new line characters are removed
  2 - WHITE_MODE_TREE - try to create a tree (some kind of pretty printing)
  default: 2
2 years ago
..
Makefile fixed compilation: pikotools is in src subdirectory now 2 years ago
Makefile.dep updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2 years ago
Makefile.o.dep Makefile deps 2 years ago
db.cpp added support for Model migrations 2 years ago
db.h added support for Model migrations 2 years ago
dbbase.cpp updated to the new pikotools api: snake_case names of methods from SpaceParser 2 years ago
dbbase.h namespace PT renamed to pt 2 years ago
dbconn.cpp moved winix directories to winixd subdirectory 7 years ago
dbconn.h start working on 0.7.x branch 5 years ago
dbtextstream.cpp updated to the new pikotools api: changed utf8 functions PascalCase to snake_case 2 years ago
dbtextstream.h namespace PT renamed to pt 2 years ago