Commit Graph

1512 Commits

Author SHA1 Message Date
Aleksandar Fabijanic
6d2881ef34 Merge pull request #3 from RangelReale/mobilefixes
Android and iOS fixes
2012-12-02 20:28:22 -08:00
aleks-f
49a0b4116e Document NetworkInterface::firstAddress() throw
Documented NetworkInterface::firstAddress() throwing NotFoundException;
see the pull request for details:

https://github.com/pocoproject/poco/pull/16
2012-12-02 22:20:12 -06:00
aleks-f
42d963a7d5 GH 23: JSON::Object::stringify throw BadCastException
GH issue #23 : JSON::Object::stringify throw BadCastException
2012-12-02 22:12:06 -06:00
aleks-f
0c4d2590f7 SF Bug 603
SF Bug #603 count() is missing in HashMap
https://sourceforge.net/p/poco/bugs/603/
2012-12-02 21:43:16 -06:00
aleks-f
cdd17f5203 SF Bug 599
SF Bug #599 JSON::Array and JSON::Object size() member can implicitly
lose precision
https://sourceforge.net/p/poco/patches/120/
2012-12-02 21:26:34 -06:00
aleks-f
a54c34e7d0 SF patch 120
SF #120 The ExpireLRUCache does not compile with a tuple as key on
Visual Studio 2010
https://sourceforge.net/p/poco/patches/120/
2012-12-02 20:53:27 -06:00
aleks-f
134558f926 double-conversion floating-point conversions
- using double-conversion library for floating-point numeric/string
conversions
- added string replace[InPlace], remove[InPlace]
- reverted overwritten FileChannel purge age and count features
- file size value checks in SMTPClient
2012-12-01 14:10:09 -06:00
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
b4aa3cedfa PatternFormatter specific-length source and optimizations.
Optimize the pattern formatter by doing time-zone calculations
once and using it's offset. Parse the format string once and
setup a vector of the fields wanted so parsing the %[name] is
much faster.

Add ability to easily enforce a specific length for the source
fields which is nicer for reading log files.
2012-11-28 15:09:10 -05: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
aleks-f
ff0d090798 added more send* members
Added:
void sendMessage(std::istream& istr);
void sendAddresses(const std::string& from, const Recipients&
recipients);
void sendData();
2012-11-11 16:38:42 -06: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
8101b850dc - Android compile fixes 2012-11-11 16:49:07 -02: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
Rangel Reale
81b84ad71c * added OpenPandora (www.openpandora.org) configuration 2012-11-11 12:00:21 -02:00
Rangel Reale
141a2c152c * use xcode-select to find correct paths for iOS build
* add iOS definitions for CMake
* ServerApplication on Android must use events instead of signals to wait for server termination.
2012-11-11 11:59:36 -02: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