Commit Graph

1261 Commits

Author SHA1 Message Date
Guenter Obiltschnig
0c8b5bc1a5 updated changelog 2012-10-10 18:23:03 +00:00
Guenter Obiltschnig
00e9222cbf upgraded sqlite to 3.7.14.1 2012-10-10 17:30:40 +00:00
Guenter Obiltschnig
84a71a2479 run testNumericLocale only on windows due to locale name cross platform issues 2012-10-10 15:57:15 +00:00
Franky Braem
6cc31a5539 Typo in comment 2012-10-06 17:04:30 +00:00
Franky Braem
1eade30734 Solve undefined MemoryStream 2012-10-02 18:06:30 +00:00
Aleksandar Fabijanic
8a4eafd05a - strToInt benchmark and more optimization
- warnmsg macro in CppUnit
2012-10-01 00:52:53 +00:00
Aleksandar Fabijanic
bf74a4be8b FreeBSD build and threading 2012-10-01 00:31:28 +00:00
Aleksandar Fabijanic
8f747fabdc gcc/linux compile/tests 2012-09-30 13:10:51 +00:00
Aleksandar Fabijanic
f70ac1ca07 - added NumericString.h
- NumberParser improvements (internal Poco locale-awareness and parsing)
2012-09-30 05:17:56 +00:00
Aleksandar Fabijanic
3efcb444e0 rename BenchmarkApp -> Benchmark 2012-09-30 03:41:22 +00:00
Aleksandar Fabijanic
cf8db80310 2012-09-30 03:40:12 +00:00
Franky Braem
6918d6f91a Correct comments 2012-09-28 16:52:42 +00:00
Aleksandar Fabijanic
991fb4a31f FreeBSD modifications 2012-09-26 02:51:43 +00:00
Aleksandar Fabijanic
e7ee78baa5 remove Var::operator const std::string & () 2012-09-25 23:50:15 +00:00
Aleksandar Fabijanic
0c05ec4701 Data documentation update 2012-09-25 23:39:33 +00:00
Franky Braem
a4e100f286 Typo in comment 2012-09-25 17:52:15 +00:00
Aleksandar Fabijanic
7f02626724 FreeBSD fix for DirectoryWatcher 2012-09-25 07:28:38 +00:00
Aleksandar Fabijanic
142120ee86 FreeBSD fix for DirectoryWatcher 2012-09-25 07:22:14 +00:00
Aleksandar Fabijanic
f42f8aef5b - CHANGELOG
- add UTF32Encoding to 64 bit VS 2010 projects
- Foundation samples VS 2012 projects and solutions
2012-09-25 06:41:04 +00:00
Aleksandar Fabijanic
47448c6079 VS 2012 Projects/Solutions for Foundation, CppUnit and Progen 2012-09-25 06:23:40 +00:00
Aleksandar Fabijanic
fb275a9a30 Visual Studio 2012 projects and solutions files 2012-09-25 05:35:44 +00:00
Guenter Obiltschnig
4367c5da7c fixed DigestEngine test in Crypto 2012-09-25 04:42:58 +00:00
Guenter Obiltschnig
244f0aaf5a fixed a typo 2012-09-25 04:24:25 +00:00
Guenter Obiltschnig
c7de652ec9 renamed dir testfiles to data 2012-09-25 04:22:57 +00:00
Guenter Obiltschnig
5ff5d24fb3 fixed release scripts 2012-09-25 04:09:05 +00:00
Guenter Obiltschnig
984d8a5617 added release packaging and doc building scripts, fixed some osx build issues 2012-09-25 02:24:56 +00:00
Guenter Obiltschnig
1af03b99d6 added VS2012 support to ProGen 2012-09-25 01:18:18 +00:00
Aleksandar Fabijanic
bf4a5ee3bb SF#102 Fix building Poco on Debian GNU/kFreeBSD 2012-09-24 04:06:19 +00:00
Aleksandar Fabijanic
d8397b9153 - VS2012: build/tests
- JSON: style and exceptions catch by ref fix
- NumberParser: case-insensitive hex parsing
- Dynamic::Var: const std::string& cast operator specialization (coaxing std::string ctor)
- LocalDateTime: strftime fix (buffer too small for full tz string, use %Z instead of %z - makes no difference on windows but is more portable)
- small buildwin.cmd vsvars32.bat call fix
2012-09-24 03:51:40 +00:00
Aleksandar Fabijanic
a6cc973fe3 add connector name shortcut to Session 2012-09-23 21:01:20 +00:00
Aleksandar Fabijanic
248d52164d #310 Connect to MySQL db without specifying database name. 2012-09-23 20:52:02 +00:00
Aleksandar Fabijanic
9c66edfb6f convert space indentations to tabs 2012-09-23 20:01:36 +00:00
Aleksandar Fabijanic
fa4ca5e18e SF#579 Add EOF mark detect on reading (Note: only partially accepted, see SF tracker for details) 2012-09-23 17:45:39 +00:00
Marian Krivos
bb1e8c1852 cmake: fix so version to 15 2012-09-23 17:19:50 +00:00
Aleksandar Fabijanic
02afb3697c removing temporary files 2012-09-23 15:41:20 +00:00
Aleksandar Fabijanic
883de9670a Windows/VS2011 build all configs 2012-09-23 06:28:42 +00:00
Aleksandar Fabijanic
027dc6dd96 - remove temp files from repository
- add type cast to eliminate compile warning
2012-09-23 01:26:47 +00:00
Aleksandar Fabijanic
ed93265588 ODBC Linux detection, build, tests 2012-09-22 14:58:14 +00:00
Aleksandar Fabijanic
d9bcaa19a4 MySQL Windows Unicode driver test 2012-09-22 03:48:07 +00:00
Aleksandar Fabijanic
26d488044c native MySQL, ODBC, Nullable; OSX compile, tests and fixes 2012-09-22 02:16:58 +00:00
Aleksandar Fabijanic
f36a12d0f1 remove ODBC check from global rules; fix indentation in Poco::Any 2012-09-21 05:11:25 +00:00
Aleksandar Fabijanic
f7bd6a8fec OSX compile g++/clang Data,ODBC,SQLite 2012-09-21 05:06:37 +00:00
Aleksandar Fabijanic
32c5b6b998 ODBC fixes and tests (Oracle, SQL Server, MySQL on Windows)
MySQL back-end compile fixes on Windows
Nullable/NullType
2012-09-17 00:18:13 +00:00
Aleksandar Fabijanic
7029c95e07 - ODBC Nullable support and tests (Oracle and SQLServer tested)
- fix for Win7/MSVC80 _WIN32_WINNT macro detection
2012-09-16 03:00:52 +00:00
Aleksandar Fabijanic
f2e8cef390 eliminate compiler warning 2012-09-15 16:26:55 +00:00
Aleksandar Fabijanic
d22ba992c8 align with 1.4.4 2012-09-15 15:09:27 +00:00
Aleksandar Fabijanic
c3e2e50af4 NumberParser fixes and more test 2012-09-14 04:56:20 +00:00
Aleksandar Fabijanic
e5d3d23c92 integers parsing 2012-09-13 06:06:08 +00:00
Aleksandar Fabijanic
5d93d2bba1 SF #3567118: Fix Nullable handling in trunk 2012-09-13 04:04:55 +00:00
Aleksandar Fabijanic
b6b95b8259 2012-09-12 04:22:53 +00:00