Commit Graph

1452 Commits

Author SHA1 Message Date
Guenter Obiltschnig
76cb799819 added msbuild support for vs2010 and 2012 to buildwin.cmd 2012-11-10 12:46:34 +01:00
Guenter Obiltschnig
3d0eec828b - fixed a CppParser issue when parsing templates with default template args (such as Poco::SharedPtr) 2012-11-10 12:01:18 +01:00
Guenter Obiltschnig
b402881343 - Poco::FileChannel now supports a new rotateOnOpen property (true/false) which can be used
to force rotation of the log file when it's opened.
2012-11-10 11:55:54 +01:00
Guenter Obiltschnig
4f66c0e1d8 - added Poco::Optional class template 2012-11-10 11:51:20 +01:00
Guenter Obiltschnig
80c45c859d - added Poco::XML::XMLWriter::depth() member function.
- added Poco::XML::XMLWriter::uniquePrefix() and Poco::XML::XMLWriter::isNamespaceMapped().
- Poco::FileChannel now supports a new rotateOnOpen property (true/false) which can be used
  to force rotation of the log file when it's opened.
- fixed a bug in Poco::XML::XMLWriter::emptyElement(): need to pop namespace context
2012-11-10 11:49:39 +01:00
Guenter Obiltschnig
a628c56a01 - Poco::Net::HTTPSSessionInstantiator::registerInstantiator() now optionally accepts a Poco::Net::Context object. 2012-11-10 11:48:35 +01:00
Guenter Obiltschnig
e36800c76d - fixed SF# 594: Websocket fails with small masked payloads 2012-11-10 11:47:26 +01:00
Guenter Obiltschnig
45fa903880 - fixed SF# 586: Poco::DateTimeParser and ISO8601 issues when seconds fraction has more than 6 digits 2012-11-10 11:45:55 +01:00
Guenter Obiltschnig
12b0255f58 - fixed SF# 581: Out-of-bound array access in Unicode::properties() function. 2012-11-10 11:44:44 +01:00
Guenter Obiltschnig
c0f725b888 - fixed SF# 588: Missing POCO_ARCH and POCO_ARCH_LITTLE_ENDIAN define for WinCE on SH4 2012-11-10 11:43:27 +01:00
Guenter Obiltschnig
e4c0836df3 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2012-11-10 11:38:24 +01:00
Guenter Obiltschnig
c07d577048 ProGen now automatically excludes all .rc files from static builds 2012-11-10 11:35:46 +01:00
Alex
fefe3b5d7a Route OSX compile and tests 2012-11-08 22:56:25 -06:00
aleks-f
67a27ac2fa StringTokenizer trailing empty tokens consistency
Modified StringTokenizer to eith include or exclude all empty tokens
(including trailing ones based on TOK_IGNORE_EMPTY option.
2012-11-07 00:30:01 -06:00
aleks-f
15d27daea6 Route on Windows
Route on Windows tentatively complete, Mac/Linux TODO
2012-11-06 22:17:17 -06:00
aleks-f
325a98a91f Net::Route (windows compile)
Net::Route (windows compile only)
2012-11-04 23:25:57 -06:00
Alex
2d71991aff another VS extension. sigh. 2012-10-29 17:19:31 -05:00
Alex
9ee94a5c42 added two more exensions to .gitignore 2012-10-29 16:34:37 -05:00
Alex
0aa05873c7 remove *.user files 2012-10-25 21:40:12 -05:00
Alex
d71d02516a normalize line endings 2012-10-25 21:38:35 -05:00
Alex
0b9aaa41cf gitattributes 2012-10-25 21:34:46 -05:00
Alex
a8b0fa8675 gitignore 2012-10-25 21:24:40 -05:00
Guenter Obiltschnig
ec8a6befe0 updated README.md with links to coding styleguide and branching model 2012-10-24 22:15:56 +02:00
Guenter Obiltschnig
cc92e35ea7 Merge https://github.com/pocoproject/poco 2012-10-24 22:08:05 +02:00
Günter Obiltschnig
fa5372d935 Initial commit 2012-10-24 12:39:17 -07:00
Guenter Obiltschnig
eb8c662c4c code cleanups 2012-10-15 12:27:56 +00:00
Guenter Obiltschnig
ac8c9ad1ca more fixes 2012-10-15 11:14:53 +00:00
Guenter Obiltschnig
4d3e02df73 iOS fixes 2012-10-15 11:04:19 +00:00
Guenter Obiltschnig
efa3cd1b32 removed unnecessary #ifdef: FPEnvironment_DUMMY is sufficient for strToFloat 2012-10-15 10:44:17 +00:00
Guenter Obiltschnig
34c2f1e437 updated CONTRIBUTORS 2012-10-15 10:26:45 +00:00
Guenter Obiltschnig
228dacbce2 final fixes 2012-10-15 10:19:35 +00:00
Guenter Obiltschnig
78dfc96330 WinCE fixes 2012-10-15 09:52:27 +00:00
Guenter Obiltschnig
cba4641ab9 WinCE fixes 2012-10-15 09:49:17 +00:00
Guenter Obiltschnig
c49f14040c WinCE fixes 2012-10-15 09:45:39 +00:00
Guenter Obiltschnig
83af8a3be7 WinCE fixes 2012-10-15 09:41:38 +00:00
Guenter Obiltschnig
b6963f0bc9 WinCE fixes 2012-10-15 09:29:26 +00:00
Guenter Obiltschnig
dc11b4aa65 updated version 2012-10-15 08:11:30 +00:00
Guenter Obiltschnig
96b104b088 updated support page 2012-10-15 08:09:40 +00:00
Guenter Obiltschnig
6a852cf7a7 updated project files for CppParser 2012-10-15 07:57:33 +00:00
Guenter Obiltschnig
64a4caaf42 updated CppParser 2012-10-15 07:50:06 +00:00
Guenter Obiltschnig
4768beeb98 set libversion to 20 to make some room for at least one more 1.4 release 2012-10-15 05:15:48 +00:00
Guenter Obiltschnig
6b439c9063 moved image to res directory 2012-10-14 21:46:08 +00:00
Guenter Obiltschnig
1be9efe2dc fixed Makefile 2012-10-14 21:22:56 +00:00
Guenter Obiltschnig
273b30f56a SMTPChannel added to Makefile 2012-10-14 21:20:38 +00:00
Guenter Obiltschnig
f3126010f4 updated relnotes 2012-10-14 21:18:11 +00:00
Guenter Obiltschnig
4c42e5de2c added SMTPChannel to Net project file 2012-10-14 19:28:02 +00:00
Guenter Obiltschnig
2eb27b30b5 fixed JSON testsuite errors and warnings with VS2012 2012-10-14 15:51:23 +00:00
Guenter Obiltschnig
f5351b2f49 fixed 2012/64 project files 2012-10-14 14:55:49 +00:00
Guenter Obiltschnig
3dff7e2337 fixed progen templates for 2012/64 2012-10-14 14:43:47 +00:00
Guenter Obiltschnig
2b6687b428 added JSON sample project files 2012-10-14 14:27:25 +00:00