summaryrefslogtreecommitdiff
path: root/buildscripts/vcxproj.header
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-26727 make_vcxproj.py - add support for .filters and improve performanceMark Benvenuto2016-10-261-132/+4
|
* Fix the PCRE version in vcxproj.headerKaloian Manassiev2016-08-121-1/+1
|
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-1/+1
|
* Change vcxproj generation script to use boost 1.60.0Kaloian Manassiev2016-03-311-1/+1
|
* SERVER-22640 Use the correct PCRE directory for Visual Studio project generationKaloian Manassiev2016-02-171-1/+1
|
* SERVER-17953 Implement Driver CRUD API Spec in shellChristian Kvalheim2015-08-041-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 includesKaloian Manassiev2015-05-071-1/+1
|
* SERVER-18312: Update vcxproj.header for PCRE 8.37Mark Benvenuto2015-05-061-1/+1
|
* Fix the boost version in the Visual Studio project generatorKaloian Manassiev2015-03-171-1/+1
|
* SERVER-13759: vcxproj generator improvementsMark Benvenuto2014-06-121-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 disabledDwight2014-04-251-1/+1
|
* visual studio didnt like the nested xml comments hereDwight2014-01-071-1/+4
|
* more work on vcxproj generationDwight2013-12-181-1/+6
|
* vcxproj generation more workDwight2013-12-181-2/+2
|
* make_vcxproj make it _WIN32_WINNT preprocessor define awareDwight2013-12-131-2/+2
|
* vcxproj file generator, made it NTDDI_VERSION-awareDwight2013-12-131-2/+17
|
* more work on the vcxproj file generator.Dwight2013-11-251-4/+4
|
* Towards automatic generation of vcxproj files. See comments at top of the ↵Dwight2013-11-131-0/+193
make_vcxproj.py file on how to use.