0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Mark Benvenuto
6abef94a01 SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build Integration 2016-04-21 10:51:49 -04:00
Kaloian Manassiev
8d77d63b92 Change vcxproj generation script to use boost 1.60.0 2016-03-31 18:02:24 -04:00
Kaloian Manassiev
250c475a0d SERVER-22640 Use the correct PCRE directory for Visual Studio project generation 2016-02-17 14:23:25 -05:00
Christian Kvalheim
8c8da71903 SERVER-17953 Implement Driver CRUD API Spec in shell
Closes #1004.

Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>

  - Moved CRUD API implementation into separate file to workaround 65K
    string length compiler limit on Windows.

  - Fixed test to ignore modifiedCount property (i.e. nModified) when
    not using write commands.
2015-08-04 09:11:28 -04:00
Kaloian Manassiev
8a80686eb3 Fix vcxproj.header includes 2015-05-07 11:35:48 -04:00
Mark Benvenuto
0ec9948134 SERVER-18312: Update vcxproj.header for PCRE 8.37 2015-05-06 15:35:45 -04:00
Kaloian Manassiev
0efa8d8855 Fix the boost version in the Visual Studio project generator 2015-03-17 11:30:07 -04:00
Mark Benvenuto
4a97f4cff3 SERVER-13759: vcxproj generator improvements
1. VCXProj now builds all .cpp files itself
2. Moved obj files to Build/ to keep repo clean
3. Split jstoh so that it can be called by vcxproj file
4. Make_Vcxproj - fixed to handle cl temp files, fixes now that vcxproj builds
generated files, and fix _TARGET_ search and replace

Note: Depends on python installation
2014-06-12 16:03:38 -04:00
Dwight
1da847d294 match make_vcxproj to scons windows warnings disabled 2014-04-25 12:37:44 -04:00
Dwight
0950f1736f visual studio didnt like the nested xml comments here 2014-01-07 16:37:11 -05:00
Dwight
63732d3884 more work on vcxproj generation 2013-12-18 14:56:12 -05:00
Dwight
eae98a4bba vcxproj generation more work 2013-12-18 14:56:12 -05:00
Dwight
afeae9cf7d make_vcxproj make it _WIN32_WINNT preprocessor define aware 2013-12-13 12:16:08 -05:00
Dwight
c90068fa13 vcxproj file generator, made it NTDDI_VERSION-aware 2013-12-13 12:16:08 -05:00
Dwight
f937dbeba8 more work on the vcxproj file generator. 2013-11-25 11:28:12 -05:00
Dwight
e997b559cf Towards automatic generation of vcxproj files. See comments at top of the make_vcxproj.py file on how to use. 2013-11-13 17:07:49 -05:00