Commit Graph

1376 Commits

Author SHA1 Message Date
Guenter Obiltschnig
4bf477946e added POCO_LOCAL_STATIC_INIT_IS_THREADSAFE macro to check whether the compiler initializes static locals in a threadsafe way 2012-11-13 11:17:58 +01:00
aleks-f
97e9b9f5d9 added test*.txt to ignore list
added test generated files (test*.txt) to ignore list
2012-11-12 20:47:40 -06:00
aleks-f
df8f4eb7c0 Replaced space indentations with tabs
Replaced intermittent space indentations with tabs; removed test.txt
file
2012-11-12 20:45:16 -06:00
Alex
12a7813e01 Changed file name in documentation
Changed file name (Types.h => UTFString.h) in documentation
2012-11-12 16:13:23 -06:00
Guenter Obiltschnig
3d5add4c06 fixed a minor issue with VS71 solution file generation - fixedBuildOrder setting was not used 2012-11-12 11:11:46 +01:00
Aleksandar Fabijanic
671b537500 Merge pull request #4 from RangelReale/cmakefixes
CMake fixes
2012-11-11 16:06:04 -08:00
Aleksandar Fabijanic
221f526bea Merge pull request #1 from RangelReale/dbfixes
Misc database changes
2012-11-11 13:29:31 -08:00
aleks-f
744ea4bc7d Removed Route from Makefiles 2012-11-11 15:04:31 -06:00
aleks-f
48c856d37d Removed Route
Removed Route (will be introduced in a separate branch and subsequently
library)
2012-11-11 14:58:08 -06:00
Rangel Reale
86b79a6dff * add POCO_STATIC definition in CMake
* Foundation must compile .mc file in CMake build
* Net must list all files in CMake build file
2012-11-11 14:17:28 -02:00
Guenter Obiltschnig
f07f375621 fixed .gitignore for .unsuccessfulbuild 2012-11-11 16:12:25 +01:00
Guenter Obiltschnig
331d8c32cf removed no longer needed files 2012-11-11 14:56:50 +01:00
Rangel Reale
74cb607471 * BUGFIX: SQLiteStatement was return affected rows even when there were none
* Allows binding of null Poco::Any.
2012-11-11 11:54:38 -02:00
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