aleks-f
|
9dd1482a02
|
add locale tests to ensure point is enforced
tests ensuring that default number to string conversion retains point
being decimal separator regardless of locale
|
2012-12-01 14:10:07 -06:00 |
|
Alex
|
dd2e677f8a
|
separate function for unsigned to string conversion
Separated unsigned integer conversion to eliminate warnings (and
slightly improve performance). Added Darwin-clang warning suppression
for unused functions/variables
|
2012-12-01 14:10:06 -06:00 |
|
aleks-f
|
b0ae034a94
|
a couple of minor changes
|
2012-12-01 14:10:05 -06:00 |
|
aleks-f
|
91d5be438b
|
replaced stream-based number formatting
embedded a portion of double-conversion library
(http://code.google.com/p/double-conversion/)and replaced stream-based
number formatting
|
2012-12-01 14:10:04 -06:00 |
|
aleks-f
|
9cd0f0b4f7
|
integer to string conversion
replaced sprintf-based int-to-string functionality with built-in
intToString
|
2012-12-01 14:10:02 -06:00 |
|
Aleksandar Fabijanic
|
9d420106e2
|
Merge pull request #20 from patrickjwhite/unusedVariableWarnings
Comment out unused function parameters to prevent compiler warnings.
|
2012-11-28 14:03:49 -08:00 |
|
Aleksandar Fabijanic
|
d55fce07ea
|
Merge pull request #19 from patrickjwhite/cmakeRouteFile
Add cmakefiles to gitignore, and remove Route.cpp from cmake file.
|
2012-11-28 14:02:49 -08:00 |
|
Patrick White
|
180ad81cb3
|
Comment out unused function parameters to prevent compiler warnings in client code.
|
2012-11-28 15:03:56 -05:00 |
|
Patrick White
|
6092a233d3
|
Add cmakefiles to gitignore, and remove Route.cpp from cmake file.
|
2012-11-28 14:48:50 -05:00 |
|
Guenter Obiltschnig
|
2cc47b5c02
|
on Windows, quote the path passed to the compiler
|
2012-11-18 23:00:55 +01:00 |
|
Guenter Obiltschnig
|
8b1ea9268b
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2012-11-17 10:08:35 +01:00 |
|
Guenter Obiltschnig
|
78c69b9144
|
added support for new C++11 keywords and features to CppParser and PocoDoc
|
2012-11-17 10:08:13 +01:00 |
|
Guenter Obiltschnig
|
a6dd7894da
|
added support for new C++11 keywords and features to CppParser and PocoDoc
|
2012-11-17 10:07:04 +01:00 |
|
aleks-f
|
83fd9e4a29
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2012-11-15 20:16:07 -06:00 |
|
aleks-f
|
08ae9aee18
|
Merge remote-tracking branch 'origin/Base32Encoding' into develop
|
2012-11-15 20:02:53 -06:00 |
|
Aleksandar Fabijanic
|
6e9f51912f
|
Merge pull request #15 from syvex/GitIgnoreMake
Add config.build and config.make to .gitignore
|
2012-11-15 09:18:11 -08:00 |
|
Mike Naquin
|
a44435e9c2
|
Add config.build and config.make to .gitignore.
|
2012-11-15 10:27:26 -06:00 |
|
Aleksandar Fabijanic
|
37f74f919e
|
Merge pull request #12 from syvex/JSONConfiguration
Add JSONConfiguration to Poco::Util::Application
|
2012-11-14 09:52:38 -08:00 |
|
Mike Naquin
|
6d586537bb
|
Add include guards for XMLConfiguration and JSONConfiguration in Poco::Util. This will prevent accidental linking of the XML and JSON libraries when enabled.
|
2012-11-14 10:34:27 -06:00 |
|
Mike Naquin
|
5f1d1b02e2
|
Add JSONConfiguration to Poco::Util::Application::loadConfiguration.
|
2012-11-14 10:31:52 -06:00 |
|
Aleksandar Fabijanic
|
0db2b8d98a
|
Merge pull request #8 from pprindeville/Base32Encoding
Correct alphabet; fix compilation issues on linux; add padding and make it on by default.
|
2012-11-13 15:24:32 -08:00 |
|
Philip Prindeville
|
e92baf7258
|
Correct alphabet; fix compilation issues on linux; add padding and make it on by default.
|
2012-11-13 16:02:36 -07:00 |
|
Guenter Obiltschnig
|
0472e955ba
|
POCO_SERVER_MAIN now catches Poco::Exception and writes the displayText to stderr.
|
2012-11-13 20:29:53 +01:00 |
|
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 |
|
aleks-f
|
9b89394b5b
|
Base32 Encoder/Decoder
Base 32 Encoder/Decoder
|
2012-11-12 20:00:37 -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 |
|