Граф коммитов

1632 Коммитов

Автор SHA1 Сообщение Дата
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
Aleksandar Fabijanic 55de6b17cf Merge remote-tracking branch 'origin/SMTPClientSession-send-multipart' into develop 2012-12-15 21:56:59 -06:00
Mathäus Mendel dc9aafa7a1 Moved contributed CMake modules to "cmake" folder
By convention CMake project files are placed on a folder called "cmake" and then called from the build system by appending the CMAKE_MODULE_PATH variable
2012-12-16 00:40:40 -02:00
Mathäus Mendel ee70421f64 Added Travis CI configuration file
Travis CI is a free continuous integration service that allows open source projects to check the integrity of their source code by building it after every commit made to the repository.
2012-12-15 23:59:57 -02:00
Aleksandar Fabijanic 031302469f revise ODBC Unicode string functions
http://support.microsoft.com/kb/294169
added Buffer::size/capacityBytes returning length of buffer in bytes
only windows Unicode ODBC tested
reverting the SF #506 fix (non-conforming driver, causes problems with
other ODBC drivers)
2012-12-15 13:47:22 -06:00
Aleksandar Fabijanic e4db0abc68 add static build dirs to .gitignore 2012-12-15 11:11:48 -06:00
aleks-f e837015176 separate tests for Date/Time 2012-12-15 10:22:34 -06:00
aleks-f 8832c2e70e updated CHANGELOG 2012-12-14 19:59:03 -06:00
aleks-f be73b11b54 test db address 2012-12-14 19:55:46 -06:00
aleks-f 413db6d246 clean temp file garbage 2012-12-14 19:53:59 -06:00
aleks-f 2a81e59e8c MySQL DateTime support, samples Linux compile 2012-12-14 19:48:10 -06:00
Aleksandar Fabijanic 245dc64c7e added VS2012 Foundation TestSuite dependency
added VS2012 Foundation TestSuite dependency on TestApp and TestLibrary
2012-12-14 15:30:41 -06:00
aleks-f 1ea4b41dad added ifconfig to samples Makefile 2012-12-14 15:30:24 -06:00
aleks-f 0b0e293b96 added Error.cpp/h files to VS projects 2012-12-14 14:44:45 -06:00
aleks-f 60b0879b50 updated sample description 2012-12-14 14:44:44 -06:00
aleks-f 4a5cb5031b fixed resolution fo Int64 2012-12-14 14:03:14 -06:00
aleks-f f4121bcb92 few ifconfig sample fixes 2012-12-14 12:34:45 -06:00
aleks-f 903553c9e2 updated CHANGELOG 2012-12-14 12:19:44 -06:00
aleks-f 5d463c3a1c GH 30:Poco::Path::home() throws
GH #30: Poco::Path::home() throws when called from Windows Service
done for Win32 and Win32U, return root for WinCE
2012-12-14 12:09:23 -06:00
Mike Naquin 5cd3d194ef Add pthread_setname_np in Thread_POSIX. User can enable this with -DPOCO_POSIX_DEBUGGER_THREAD_NAMES. 2012-12-14 09:35:48 -06:00
aleks-f dbc847eb62 updated CHANGELOG 2012-12-13 23:04:32 -06:00
aleks-f 47b8da7362 ifconfig sample
ifconfig sample (contribution by Philip Prindeville)
2012-12-13 22:53:47 -06:00
aleks-f 5016391c42 add lib64 to gitignore 2012-12-13 22:06:00 -06:00
Aleksandar Fabijanic 249135b05c Merge pull request #33 from syvex/JSONParse64
Fix JSON Parser to handle 64-bit integers (Issue #32)
2012-12-13 20:02:46 -08:00
Aleksandar Fabijanic 94cec18f82 Merge pull request #34 from bufferoverflow/develop
add algorithm header and adding lib folder to .gitignore
2012-12-13 15:22:46 -08:00
Roger Meier 7afd9c44db add algorithm header and adding lib folder to .gitignore
fix compilation on Debian x86_64 with gcc 4.4.5-8
2012-12-13 22:38:46 +01:00
Mike Naquin d5858c15d4 Update JSON parser to correctly handle 64-bit integers 2012-12-13 09:39:50 -06:00
Mike Naquin 27616fb0e6 Change token to use 64-bit integers by default (when available) 2012-12-13 09:39:23 -06:00
Mike Naquin 25811d4c64 Add 64-bit integer JSON unit test 2012-12-13 09:38:24 -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
aleks-f aab3b51f62 Merge remote-tracking branch 'origin/FTPClientSession' into develop 2012-12-12 20:46:30 -06:00
aleks-f 98c3709b59 SF #111 FTP Client logging
apparently code that never got transferred from svn trunk
(see https://sourceforge.net/p/poco/patches/111/)
2012-12-11 23:07:38 -06:00
Alex 560908b715 SF #97 fix c++0x / clang++ bugs 2012-12-11 22:29:33 -06:00
Alex 7529891713 #593 Poco 1.5.0 on FreeBSD: cannot find -ldl 2012-12-11 22:29:33 -06:00