aleks-f
efc0387838
gcc warning fix
2013-02-17 16:30:31 -06:00
Alex
6cae42a29c
clang fixes
2013-02-17 16:11:09 -06:00
aleks-f
9ea546d981
more callbacks and transaction tests
...
- added callbacks for commit and rollback with tests
- added transaction tests
2013-02-17 15:12:07 -06:00
aleks-f
59087c7cf1
passify g++
2013-02-10 22:43:13 -06:00
aleks-f
93c9e83e8d
SQLite update event handling
2013-02-10 22:27:16 -06:00
aleks-f
4bcddad43e
auto-init for db back-ends
...
Auto initialization for all DB back-ends and some tidy-up for network
windows auto initialization
2013-02-10 09:06:54 -06:00
aleks-f
c7cb7e4498
Time gcc compile fix
2013-02-09 22:54:28 -06:00
aleks-f
f09e1820cd
LOB gcc compile fix
2013-02-09 22:53:10 -06:00
aleks-f
317fd37d2b
another compile fix
2013-02-09 22:51:28 -06:00
aleks-f
134a2b9a73
gcc Var Date compile fix
2013-02-09 22:50:32 -06:00
aleks-f
6a859abb41
gcc Var Date conversion fix
2013-02-09 22:48:56 -06:00
aleks-f
d6042065ec
Auto init for Net and SQLite (win)
...
Auto init for Net and SQLite (only tested on Windows)
2013-02-09 22:39:07 -06:00
aleks-f
7dcee53937
gcc compile
2013-02-05 23:10:54 -06:00
Alex
2661b54ff6
work around static union member (non-C++03)
2013-02-05 22:56:03 -06:00
aleks-f
21da0129b6
Dynamic::Var SOO
...
Dynamic::Var small object optimization and some refactoring
2013-02-05 22:12:21 -06:00
Alex Fabijanic
54a92c59e5
gcc/linux compile
2013-02-03 22:39:09 -06:00
Alex
1523a87926
IPAddress Mac clang compile
2013-02-03 20:19:14 -06:00
aleks-f
ddfa52eefa
some refactoring
2013-02-03 12:03:01 -06:00
Alex
0c7e345d89
clang mac compile
2013-02-03 07:16:06 -06:00
aleks-f
1821716d29
more tests and other changes
...
- ported complete suite of boost::any tests
- improved reference casting
- added swap in SOO version
2013-02-02 20:37:39 -06:00
aleks-f
ba9d8574d3
few more fixes and refactoring
2013-02-02 15:10:20 -06:00
aleks-f
911f22508e
Any SOO
2013-01-31 21:12:13 -06:00
aleks-f
69f5d4e25e
destructor call and some cleanup
2013-01-24 23:34:40 -06:00
aleks-f
f9243c2073
Removed old net initialization code
2013-01-17 23:01:13 -06:00
aleks-f
47af51fdfb
First stab (Windows) at IPAddress SOO
2013-01-15 22:57:27 -06:00
aleks-f
9619dfbe7b
GH60: buildwin fixes - add bin64
...
GH #60:buildwin fixes - add bin64 to PATH, build now works if msbuild is
specified in arguments
2013-01-13 10:41:50 -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
5d6afa983e
updated CHANGELOG
2013-01-12 11:33:56 -06:00
Aleksandar Fabijanic
a867fb884d
Merge pull request #58 from davidraleigh/develop
...
remove std:: namespace from copysignf and copysign
2013-01-12 08:43:30 -08:00
David B Raleigh
c1b8673652
remove std from copysignf and copysign
...
"copysign* is C99/C++ TR1, apparently still not in std namespace with
gcc 4.7. Remove std:: in front of it and see if it helps. If you
provide a patch, we'll test and include it for future releases."
2013-01-12 15:32:23 +01:00
Aleksandar Fabijanic
20c581248e
Merge pull request #55 from MattPD/patch-1
...
Update doc/00100-GuidedTour.page
2013-01-12 05:58:07 -08:00
Guenter Obiltschnig
6f2224d729
make PocoDoc work again
2013-01-12 00:12:05 +01:00
Matt
e8a155c014
Update doc/00100-GuidedTour.page
...
added missing semicolon in the HTTPTimeServer example
2013-01-11 21:42:01 +01:00
aleks-f
b16786fb54
Updated version for 1.5.1 release
2013-01-10 20:08:31 -06:00
Günter Obiltschnig
87ffa9b133
Updated version number and copyright dates.
2013-01-10 23:31:55 +01:00
aleks-f
b898efd23f
added item to release notes
2013-01-06 22:39:48 -06:00
aleks-f
92cba028c1
updated CHANGELOG
2013-01-06 22:32:22 -06:00
Aleksandar Fabijanic
848f48c8d9
Update .travis.yml
2013-01-06 22:13:25 -06:00
Aleksandar Fabijanic
3fd09a4cbe
Update .travis.yml
2013-01-06 22:02:23 -06:00
Aleksandar Fabijanic
cb4baf09cd
Update .travis.yml
2013-01-06 21:43:12 -06:00
Aleksandar Fabijanic
cbf705f772
Update .travis.yml
2013-01-06 21:32:17 -06:00
aleks-f
a401cdf892
spaces -> tabs
2013-01-06 21:19:38 -06:00
Aleksandar Fabijanic
aeeada3559
add Error.cpp/h to VS2003 solution
2013-01-06 11:37:38 -06:00
Aleksandar Fabijanic
9cf7dd9043
fix VS 2003 warnings
2013-01-06 11:10:53 -06:00
aleks-f
574be1aef9
GH #36 : 'distclean' requires 3 traversals of project tree
2013-01-05 20:53:42 -06:00
aleks-f
5970207b06
GH #49 : NetworkInterface::list doesn't return MAC
...
GH #49 : NetworkInterface::list doesn't return MAC addresses
2013-01-05 19:56:34 -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
aleks-f
73a3a5e288
added POCO_ENOERR
...
silence gcc warning and shiled from accidentally throwing on no error
2013-01-05 15:00:25 -06:00
aleks-f
0d9e18ba7c
Merge remote-tracking branch 'origin/ParallelReactor' into develop
2013-01-05 14:33:43 -06:00