Commit Graph

1613 Commits

Author SHA1 Message Date
Guenter Obiltschnig
c867a80520 line ending fixes 2012-11-11 11:28:44 +01:00
Guenter Obiltschnig
51dd9234f2 more line ending fixes 2012-11-11 11:20:31 +01:00
Guenter Obiltschnig
514566ecd7 removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
Guenter Obiltschnig
8b91562dbd more line ending fixes 2012-11-11 11:07:27 +01:00
Guenter Obiltschnig
87d7739f3d removed .vcxproj.user files 2012-11-11 10:53:02 +01:00
Günter Obiltschnig
28406fdff1 Updated README.md with info regarding line endings 2012-11-11 10:42:13 +01:00
Guenter Obiltschnig
a1788ac0fc Merge branch 'master' of https://github.com/pocoproject/poco into develop 2012-11-11 10:28:58 +01:00
Guenter Obiltschnig
ad28e2fed5 more line ending fixes 2012-11-11 10:25:35 +01:00
Guenter Obiltschnig
79eab26377 the great line endings cleanup 2012-11-11 09:57:01 +01:00
Günter Obiltschnig
a0d788360a Fix text file handling
Need VS solution/project files also with native line endings, otherwise we'll have issues with Perforce integration.
2012-11-11 09:56:06 +01:00
Guenter Obiltschnig
2a0dcd1785 changed Darwin build configs to use Clang as default 2012-11-10 17:41:52 +01:00
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