fbraem
|
c2dbb70b0b
|
Implement toString
|
2013-02-14 22:53:45 +01:00 |
|
fbraem
|
8fddacd451
|
Update toString method
|
2013-02-14 22:51:51 +01:00 |
|
fbraem
|
9696d7d339
|
Add more functions
|
2013-02-14 22:51:30 +01:00 |
|
fbraem
|
b8e9cc1e23
|
Implement toString
|
2013-02-14 22:50:55 +01:00 |
|
fbraem
|
7818a6c046
|
Put quotes around string in toString, boolean is an unsigned value
|
2013-02-14 22:50:43 +01:00 |
|
fbraem
|
2475bebb30
|
Add elements(), make toString virtual and _elements protected
|
2013-02-14 22:49:53 +01:00 |
|
fbraem
|
9a5b149a01
|
Correct some settings
|
2013-02-13 19:11:26 +01:00 |
|
fbraem
|
9765ccf587
|
Make it work again
|
2013-02-13 19:10:57 +01:00 |
|
fbraem
|
913020e89d
|
Removed
|
2013-02-13 19:10:10 +01:00 |
|
fbraem
|
749e7cd2ca
|
Add MongoDB classes
|
2013-02-02 21:52:49 +01:00 |
|
fbraem
|
5964ae0a80
|
JSON unicode fixes and running tests on invalid unicode JSON
|
2013-01-04 17:09:04 +01:00 |
|
Alex
|
7094df540f
|
GH 46: 1.5.1 build fails on OS X when using libc++
|
2012-12-30 09:50:59 -06:00 |
|
Alex
|
26a480d325
|
Revert "Revert "Revert "Merge pull request #45 from RangelReale/jsonunicode"""
This reverts commit 86647bd8ba .
|
2012-12-30 09:37:52 -06:00 |
|
Alex
|
86647bd8ba
|
Revert "Revert "Merge pull request #45 from RangelReale/jsonunicode""
This reverts commit 52867ed7c7 .
|
2012-12-29 07:32:21 -06:00 |
|
Alex
|
52867ed7c7
|
Revert "Merge pull request #45 from RangelReale/jsonunicode"
This reverts commit dcf92dcfe3 , reversing
changes made to 79838aa76d .
|
2012-12-29 07:32:09 -06:00 |
|
Aleksandar Fabijanic
|
dcf92dcfe3
|
Merge pull request #45 from RangelReale/jsonunicode
* Fix JSON unicode handling
|
2012-12-29 04:10:48 -08:00 |
|
Rangel Reale
|
92ba6563f0
|
* Added unit test to JSON unicode change
|
2012-12-28 21:19:53 -02:00 |
|
Rangel Reale
|
3a2116233b
|
* Fix JSON unicode handling (see http://pocoproject.org/forum/viewtopic.php?f=10&t=5686)
|
2012-12-28 11:55:12 -02:00 |
|
Alex
|
79838aa76d
|
GH 42: Linux unbundled builds don't link
GH #42: Linux unbundled builds don't link
|
2012-12-26 23:23:15 -06:00 |
|
aleks-f
|
3ace867b6d
|
added JSON VS100 64 bit projects
|
2012-12-26 22:54:14 -06:00 |
|
Aleksandar Fabijanic
|
666fe51a7b
|
fixed VS90 Foundation projects
|
2012-12-26 22:24:49 -06:00 |
|
aleks-f
|
9f76b49ac0
|
some last minute changes
- ifdef network initialization linking for 64-bit
- corrected too largument in windows build script shortcuts
- added LineEndingConverter sample
|
2012-12-26 18:30:52 -06:00 |
|
Alex
|
8147b94f12
|
updated notes, modified release script
release scripts modified to accept line conversion utility location on
the command line
|
2012-12-25 22:43:02 -06:00 |
|
Alex
|
dc508732d5
|
script execute permission
|
2012-12-24 18:33:07 -06:00 |
|
Alex
|
ce9cc2cae4
|
1.5.1 release
|
2012-12-24 18:12:36 -06:00 |
|
Alex
|
322316608b
|
Cygwin build (disable NetworkInterface)
#idef'd out all references to NetworkInterface to be able to compile on
platforms where it is not supported (e.g. Cygwin, vxWorks)
|
2012-12-24 01:11:27 -06:00 |
|
aleks-f
|
007659a107
|
exclude NetworkInterface where not supported
Exclude NetworkInterface and MulticastSocket on platforms where we do
not have network interface detection implemented
|
2012-12-23 16:05:16 -06:00 |
|
aleks-f
|
ba70e7f734
|
fixed and improved thread mode set/test
fixed and improved threading mode setting and testing/benchmarking
|
2012-12-23 15:27:32 -06:00 |
|
aleks-f
|
50b67d711f
|
added multi-session sys table tests
|
2012-12-23 03:27:56 -06:00 |
|
aleks-f
|
760fa4bbb0
|
see CHANGELOG
- upgraded SQLite to version 3.7.15.1 (2012-12-19)
- fixed SQLite affectedRows reporting and added tests
- added SQLite::Utility::isThreadSafe() function
- added SQLite::Utility::setThreadMode(int mode) function
- fixed GH #41: Buffer::resize crash
|
2012-12-23 02:36:01 -06:00 |
|
Aleksandar Fabijanic
|
16533ef73b
|
fix XP/VS2003 tests
|
2012-12-20 21:18:06 -06:00 |
|
aleks-f
|
9a67596f00
|
Revert "Base64Decoder drops 0x0d characters on windows"
This reverts commit 79549f85dd .
|
2012-12-20 20:05:10 -06:00 |
|
aleks-f
|
a4e781f487
|
Revert "enable skipws"
This reverts commit 9c851f0d1b .
|
2012-12-20 20:04:46 -06:00 |
|
Alex
|
9c851f0d1b
|
enable skipws
|
2012-12-19 22:06:33 -06:00 |
|
aleks-f
|
79549f85dd
|
Base64Decoder drops 0x0d characters on windows
SF #605 Base64Decoder drops 0x0d characters on windows
|
2012-12-19 21:48:26 -06:00 |
|
Alex
|
6fa1270163
|
fixed test compile on Mac/clang
|
2012-12-19 00:57:44 -06:00 |
|
aleks-f
|
8fe3a398af
|
Net Windows automatic (un)initialize
automatic network (un)initialization on windows
NumericString 64-bit compile/warning fixes
|
2012-12-19 00:38:18 -06:00 |
|
Alex
|
b38e5bf3df
|
replaced spaces with tab
|
2012-12-17 00:02:41 -06:00 |
|
aleks-f
|
52bbcfc9c2
|
update version numbers
|
2012-12-16 22:55:16 -06:00 |
|
Alex
|
634132455b
|
remove bad char at file beginning
|
2012-12-16 22:41:41 -06:00 |
|
aleks-f
|
7e1374a004
|
remove unecessary toLower()
make SessionFactory map keys case insensitive nad remove unnecessary
toLower() calls
|
2012-12-16 22:06:03 -06:00 |
|
aleks-f
|
56812d353b
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2012-12-16 19:46:19 -06:00 |
|
aleks-f
|
e75081af94
|
added Token::asInteger64(); ODBC tests fix for case-sensitive DB
|
2012-12-16 19:45:38 -06:00 |
|
Alex
|
19ef47474b
|
silence deprecated iODBC warnings
|
2012-12-16 13:52:39 -06:00 |
|
Aleksandar Fabijanic
|
83b500057c
|
Merge pull request #38 from mathausmendel/develop
Removed shotgun initialization from some variables
|
2012-12-16 10:01:04 -08:00 |
|
Alex
|
46cfdf70f0
|
compiler detection macros
|
2012-12-16 11:21:07 -06:00 |
|
Mathäus Mendel
|
c1c01feef4
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2012-12-16 14:40:30 -02:00 |
|
Mathäus Mendel
|
0b4d541b5b
|
Removed shotgun initialization from some variables
Shotgun initialization is when a variable is initialized twice needlessly, leading to performance gaps and/or code inconsistency.
|
2012-12-16 14:30:52 -02:00 |
|
Aleksandar Fabijanic
|
5d9fa09972
|
Merge pull request #37 from mathausmendel/develop
Added Travis CI configuration file
|
2012-12-15 22:08:51 -08:00 |
|
Aleksandar Fabijanic
|
1e2f5d1f93
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2012-12-15 21:57:25 -06:00 |
|