~zosrothko/poco/+git/poco:sqlite-fts

Last commit made on 2014-04-19
Get this branch:
git clone -b sqlite-fts https://git.launchpad.net/~zosrothko/poco/+git/poco

Branch merges

Branch information

Name:
sqlite-fts
Repository:
lp:~zosrothko/poco/+git/poco

Recent commits

7ca90c7... by Alex Fabijanic <email address hidden>

- make SQLite FTS default on non-embedded windows
- add support for SQLite thread safety configuration on POSIX platforms
- add WEC2013 support to windows Powersjhell build script

0a54661... by Alex Fabijanic <email address hidden>

- added optional SQLite Full Text Search support
- Powershell build fixes:
  1) Add platform for MSbuild
  2) fixed omit array handling

8358454... by Guenter Obiltschnig <email address hidden>

minor performance improvement, better workaround for clang issue with handle property

8d14b92... by Guenter Obiltschnig <email address hidden>

source code cosmetics

7df5583... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

fixed GH #376: Defect: checking null value when using the same statement multiple times.

3c9bc10... by Guenter Obiltschnig <email address hidden>

Zip: fixed a crash caused by an I/O error (e.g., full disk) while creating a Zip archive

4655cab... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

Merge pull request #421 from siemens/debug-log

Add a POCO_LOG_DEBUG flag

fbbfc50... by Guenter Obiltschnig <email address hidden>

fixed thread priority issues on POSIX platforms with non-standard scheduling policy

e98ad37... by Pascal Bach <email address hidden>

Add a POCO_LOG_DEBUG flag

If the POCO_LOG_DEBUG is defined the poco_trace* and the poco_debug*
produce logs even if the _DEBUG flag is not set.
This makes the macros usable for applications that need to enable
higher log levels later at run time.

fe6bf63... by Guenter Obiltschnig <email address hidden>

TCPServer: do not reduce the capacity of the default ThreadPool