Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-26727 make_vcxproj.py - add support for .filters and improve performance | Mark Benvenuto | 2016-10-26 | 1 | -132/+4 |
| | |||||
* | Fix the PCRE version in vcxproj.header | Kaloian Manassiev | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build Integration | Mark Benvenuto | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Change vcxproj generation script to use boost 1.60.0 | Kaloian Manassiev | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | SERVER-22640 Use the correct PCRE directory for Visual Studio project generation | Kaloian Manassiev | 2016-02-17 | 1 | -1/+1 |
| | |||||
* | SERVER-17953 Implement Driver CRUD API Spec in shell | Christian Kvalheim | 2015-08-04 | 1 | -2/+2 |
| | | | | | | | | | | | | 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. | ||||
* | Fix vcxproj.header includes | Kaloian Manassiev | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | SERVER-18312: Update vcxproj.header for PCRE 8.37 | Mark Benvenuto | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Fix the boost version in the Visual Studio project generator | Kaloian Manassiev | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | SERVER-13759: vcxproj generator improvements | Mark Benvenuto | 2014-06-12 | 1 | -21/+56 |
| | | | | | | | | | | 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 | ||||
* | match make_vcxproj to scons windows warnings disabled | Dwight | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | visual studio didnt like the nested xml comments here | Dwight | 2014-01-07 | 1 | -1/+4 |
| | |||||
* | more work on vcxproj generation | Dwight | 2013-12-18 | 1 | -1/+6 |
| | |||||
* | vcxproj generation more work | Dwight | 2013-12-18 | 1 | -2/+2 |
| | |||||
* | make_vcxproj make it _WIN32_WINNT preprocessor define aware | Dwight | 2013-12-13 | 1 | -2/+2 |
| | |||||
* | vcxproj file generator, made it NTDDI_VERSION-aware | Dwight | 2013-12-13 | 1 | -2/+17 |
| | |||||
* | more work on the vcxproj file generator. | Dwight | 2013-11-25 | 1 | -4/+4 |
| | |||||
* | Towards automatic generation of vcxproj files. See comments at top of the ↵ | Dwight | 2013-11-13 | 1 | -0/+193 |
make_vcxproj.py file on how to use. |