Günter Obiltschnig
c7f873eee8
added missing x64_vs90 project files, fixed Util x64 project files, fixed some warnings
2013-07-22 20:44:35 +02:00
Aleksandar Fabijanic
f1d92d5722
Merge pull request #212 from ptarabbia/develop
...
JSONConfiguration was missing from the vs90 project.
2013-06-04 04:53:38 -07:00
Patrice Tarabbia
9048d4e6d7
JSONConfiguration was missing from the vs90 project.
2013-06-04 06:51:18 -04:00
Aleksandar Fabijanic
4826523831
fixed few GH issues
...
- fixed GH #209 : Poco::NumberFormatter double length
- fixed GH #204 : Upgrade zlib to 1.2.8
- fixed GH #198 : The "application.configDir" property is not always
created.
2013-06-03 23:45:06 -05:00
Aleksandar Fabijanic
dbe5a37106
fixed GH #141 : Application::run() documentation/implementation discrepancy
2013-03-30 16:59:29 -05:00
Aleksandar Fabijanic
ad5361ede1
Util alignment with JSON changes
2013-03-28 23:49:52 -05:00
Aleksandar Fabijanic
4c593dba7a
GH #134 : Fixed problem in Util::Application with xml or inifile no config
...
GH #134 : Fixed problem in Util::Application with xml or inifile no
config
2013-03-24 00:18:35 -05:00
aleks-f
9378680c0b
Merge remote-tracking branch 'origin/ip-address-soo' into develop
2013-02-17 16:33:44 -06:00
Reto Schneider
6544af712a
Fix documentation: OptionException gets thrown by a validator, not InvalidOptionException.
2013-02-03 18:17:55 +01:00
aleks-f
911f22508e
Any SOO
2013-01-31 21:12:13 -06:00
aleks-f
76a7e2e716
GH56: Need a way to disable *_API macros with GCC
...
GH #56 : Need a way to disable *_API macros with GCC
2013-01-13 10:31:21 -06:00
aleks-f
e60bcd413d
added Application::commandPath()
2013-01-05 17:17:27 -06:00
aleks-f
7e8797fb5a
GH #48 : Need getArgs() accessor
...
GH #48 : Need getArgs() accessor to Util::Application to retrieve
start-up arguments
2013-01-05 15:54:12 -06:00
alex
161ea4ec18
unbundled build fixes
2013-01-05 00:04:09 -06:00
aleks-f
ef9cda6666
GH #26 : Cannot compile on gcc
...
GH #26 : Cannot compile on gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 using
compiler flag pedantic
2012-12-12 23:02:20 -06:00
Mathäus Mendel
e3649153b8
Fixed build with CMake
...
Used CMAKE_DEBUG_POSTFIX instead LIB_EXT for library name decoration on debug builds (less intrusive and more flexible)
2012-12-08 15:54:38 -02:00
Aleksandar Fabijanic
6d2881ef34
Merge pull request #3 from RangelReale/mobilefixes
...
Android and iOS fixes
2012-12-02 20:28:22 -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
Guenter Obiltschnig
0472e955ba
POCO_SERVER_MAIN now catches Poco::Exception and writes the displayText to stderr.
2012-11-13 20:29:53 +01: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
c867a80520
line ending fixes
2012-11-11 11:28:44 +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
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
Guenter Obiltschnig
83af8a3be7
WinCE fixes
2012-10-15 09:41:38 +00:00
Guenter Obiltschnig
f5351b2f49
fixed 2012/64 project files
2012-10-14 14:55:49 +00:00
Guenter Obiltschnig
b90307c200
fixed vs2010 testsuite project files
2012-10-14 10:50:44 +00:00
Guenter Obiltschnig
d1e912ed46
fixed project files
2012-10-14 08:58:13 +00:00
Guenter Obiltschnig
2e9a313185
set WINVER to 0x501
2012-10-14 07:37:40 +00:00
Aleksandar Fabijanic
991fb4a31f
FreeBSD modifications
2012-09-26 02:51:43 +00:00
Aleksandar Fabijanic
fb275a9a30
Visual Studio 2012 projects and solutions files
2012-09-25 05:35:44 +00:00
Aleksandar Fabijanic
d8397b9153
- VS2012: build/tests
...
- JSON: style and exceptions catch by ref fix
- NumberParser: case-insensitive hex parsing
- Dynamic::Var: const std::string& cast operator specialization (coaxing std::string ctor)
- LocalDateTime: strftime fix (buffer too small for full tz string, use %Z instead of %z - makes no difference on windows but is more portable)
- small buildwin.cmd vsvars32.bat call fix
2012-09-24 03:51:40 +00:00
Aleksandar Fabijanic
a77bfefd69
- SF#3560505: NetworkInterface's ::forIndex, etc. methods must select all
...
- Util::Win x64 ifdefs
- RowFromatter documentation correction
2012-08-22 01:18:33 +00:00
Aleksandar Fabijanic
71a055c81a
SF#3522081: WinRegistryConfiguration unable to read REG_QWORD values
2012-08-21 03:15:38 +00:00
Aleksandar Fabijanic
2b2a362926
SF #3544720 : AbstractConfigurator to support 64bit values
2012-08-21 02:42:57 +00:00
Aleksandar Fabijanic
7a50c8ee0a
added tests from 1.4.4 (rev. 1918)
2012-08-19 02:02:49 +00:00
Aleksandar Fabijanic
47aadf0681
- SF# 3559325: Util Windows broken in non-Unicode
...
- port of rev. 1918 from 1.4.4 branch (fixed SF# 3519474)
- update VS 2010 Util projects with JSON
2012-08-19 01:42:38 +00:00
Aleksandar Fabijanic
d8bbcc08a7
add JSON to VS 71 and 80 projects
2012-08-18 23:46:01 +00:00
Marian Krivos
a00602dd37
cmake fixes for JSON adding
2012-07-31 06:44:40 +00:00
Aleksandar Fabijanic
acf820c46d
VS 2008 project files and build fixes
2012-07-12 05:21:01 +00:00
Aleksandar Fabijanic
95c3e8871e
Linux 64-bit and static build fixes (only Ubuntu build tested)
2012-07-07 16:03:21 +00:00
Franky Braem
b521d97102
Add removeRaw, create default JSON::Object in default ctor, trigger events when enabled.
2012-07-04 20:51:24 +00:00
Franky Braem
2f36abaa6d
Make setInt, setBool, ... virtual to make it possible to override them
2012-07-04 20:49:56 +00:00
Franky Braem
77ca91b475
Add JSON
2012-07-04 20:48:53 +00:00
Franky Braem
c22c78c5ff
Add JSONConfigurationTest
2012-07-04 20:47:59 +00:00
Aleksandar Fabijanic
9bdc08c9f0
- added POCO_ENABLE_CPP11 config define (default for VS >= 2010)
...
- added _WIN32_WINNT value detection up to Windows 7
- modified Util::Units to compile with VS 2010 (static_assert is standard in C++11)
2012-06-27 02:34:23 +00:00
Marian Krivos
114de565ff
added cmake support
2012-06-26 12:37:02 +00:00