Guenter Obiltschnig
c672c14e5a
remove duplicate files and remaining Id headers
2017-11-10 09:26:24 +01:00
Günter Obiltschnig
16b77b9db3
fixed MongoDB testsuite project files for static builds
2017-11-08 20:48:02 +01:00
Günter Obiltschnig
f0a79015f7
Merge pull request #1970 from Kampbell/poco-1.8.0
...
Poco 1.8.0
2017-11-08 13:28:14 +01:00
Guenter Obiltschnig
d90a3da585
merge fixes from develop
2017-11-08 11:48:52 +01:00
Guenter Obiltschnig
abc4919bfa
improved URI support; added tests
2017-11-08 11:42:05 +01:00
Francis ANDRE
5591d10a21
Merge remote-tracking branch 'origin/poco-1.8.0' into poco-1.8.0
2017-10-31 18:11:51 +01:00
Guenter Obiltschnig
d172273a75
remove remaining $Id$ tags from file headers
2017-10-31 16:01:51 +01:00
zosrothko
f2e58c17e8
Add Gradle build scripts.
2017-10-31 09:07:53 +01:00
Guenter Obiltschnig
f10d3a28f3
added Visual Studio 2017 project files
2017-02-20 16:20:16 +01:00
Guenter Obiltschnig
b3be17063a
style fix
2017-02-13 16:03:45 +01:00
Guenter Obiltschnig
1aa6f72085
MongoDB: fixes for style and consistency
2017-02-13 15:53:08 +01:00
Guenter Obiltschnig
9f8146ccaa
merged changes from develop; added authentication support
2017-02-12 23:13:51 +01:00
Günter Obiltschnig
4f0b692d66
added project and solution files for VS2015
2015-08-01 10:29:32 +02:00
Pascal Bach
10ef2b2335
CMake: Remove WinDriver usage in tests
...
Add WinCEDriver to packages supporting it
2014-12-21 16:23:35 +01:00
Günter Obiltschnig
5ec33f9830
Merge pull request #648 from fbraem/develop
...
ObjectId constructor translates a hex string (24 chars) into a 12 byte object id
2014-12-21 10:28:30 +01:00
fbraem
eb879985b0
ObjectId constructor translates a hex string (24 characters) into a 12 byte object id
2014-12-20 19:11:16 +01:00
Guenter Obiltschnig
931a5a5252
Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past
2014-12-15 11:05:13 +01:00
Günter Obiltschnig
bc0978d01e
fixed GH #471 : vs2010 release builds have optimization disabled
...
fixed GH #616 : Visual Studio warning C4244
2014-11-20 21:22:52 +01:00
Günter Obiltschnig
6fe2e4fb11
VS project files: do not share intermediate directory between projects in same folder
2014-10-06 13:51:49 +02:00
Pascal Bach
7950001803
cmake: Cleanup CMakeLists.txt for all components
...
- Add missing CMakeLists.txt
- Use POCO_ macros to improve code structure in XCode/VisualStudio
- Better ODBC detection
- Remove unnecessary commented out code
The CMake documentation recommends explicitly listing source files, but because CMake is not the primary build system GLOB patterns are used for the moment.
2014-08-22 17:11:03 +02:00
Günter Obiltschnig
30bb18f394
added VS2013 project/solution files for Windows Embedded Compact 2013
2014-08-09 10:49:04 +02:00
Pascal Bach
975c30faf0
Add CTests for all components
2014-06-17 11:30:03 +02:00
Roger Meier
b0581433a7
LICENSE: add info about SPDX-License-Identifier usage and use it
...
fix: remove executable flag and change back to 100644 (was 100755)
Signed-off-by: Roger Meier <r.meier@siemens.com>
2014-05-14 08:38:09 +02:00
Alex Fabijanic
c1eb293261
GH #440 changed default string format
2014-05-08 21:48:41 -05:00
Alex Fabijanic
556d8cf1c4
GH #440 MongoDB ObjectId string formatting
2014-05-08 21:35:56 -05:00
Roger Meier
628a06f718
LICENSE: add info about SPDX-License-Identifier usage and use it
...
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2014-05-04 21:02:42 +02:00
Günter Obiltschnig
85873d02c9
re-generated VS2013 testsuite projects without MFC
2014-04-21 22:10:34 +02:00
Günter Obiltschnig
12c7bb562d
re-generated vs100-vs120 project files
2014-04-21 10:50:51 +02:00
Alex Fabijanic
1c732e9938
removed MFC dependencies (WinTestRunner) from test VS projects
2013-11-07 23:31:30 -06:00
Alex Fabijanic
4297d78621
VS 2013 projects/solutions
2013-11-05 23:11:28 -06:00
aleks-f
bb904d613b
VS 100 and 110 projects
...
- generated VS 100 and 110 projects
- changed message length from signed 32 bit int to std::size_t
2013-03-11 23:48:41 -05:00
Aleksandar Fabijanic
ff0e439aa5
VS 71,80,90 projects, style edits
2013-03-11 22:50:08 -05:00
fbraem
e79f75d9fe
Rename query() method to selector()
2013-02-20 22:20:55 +01:00
fbraem
005e629fc7
Implement the correct way of traversing a cursor
2013-02-19 22:38:27 +01:00
fbraem
1643089087
Add indent argument
2013-02-17 18:40:02 +01:00
fbraem
2f4d4129ab
Add more build files
2013-02-16 20:51:58 +01:00
fbraem
d9296a0dc0
Change getMore test into Cursor test
2013-02-16 19:55:49 +01:00
fbraem
bf315df7a6
Cleaning up code, add docs, add getMore sample ...
2013-02-15 22:32:24 +01:00
fbraem
58958d2655
Add more tests
2013-02-14 22:54:06 +01:00
fbraem
9765ccf587
Make it work again
2013-02-13 19:10:57 +01:00
fbraem
749e7cd2ca
Add MongoDB classes
2013-02-02 21:52:49 +01:00