summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_sm.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-9775 Remove SpiderMonkeyTad Marshall2013-06-241-4035/+0
|
* SERVER-7080 Visual Studio -- add backtrace.{cpp,h}Tad Marshall2013-06-201-0/+2
|
* SERVER-7404 Visual Studio -- add posix_fadvise.{cpp,h}Tad Marshall2013-06-191-0/+2
|
* Visual Studio -- add and remove filesTad Marshall2013-06-191-1/+12
|
* Visual Studio -- add and remove filesTad Marshall2013-06-181-4/+137
|
* SERVER-6246 Visual Studio -- add new fileTad Marshall2013-06-121-0/+1
|
* Visual Studio -- adapt to file changesTad Marshall2013-06-051-3/+45
|
* Visual Studio -- add and rename filesTad Marshall2013-06-011-15/+18
|
* Visual Studio -- add and rename filesTad Marshall2013-05-311-2/+236
|
* SERVER-7324 Visual Studio -- add hex.cppTad Marshall2013-05-301-0/+1
|
* Visual Studio -- file additions and renamesTad Marshall2013-05-261-2/+26
|
* Visual Studio -- multiple file changesTad Marshall2013-05-231-36/+227
|
* Visual Studio -- add filesTad Marshall2013-05-111-0/+54
|
* SERVER-6400 Visual Studio -- add matchable.{cpp,h}Tad Marshall2013-05-091-0/+2
|
* SERVER-7174 Visual Studio -- add modifier_bit filesTad Marshall2013-05-091-0/+12
|
* Visual Studio -- add new filesTad Marshall2013-05-081-0/+13
|
* SERVER-7174 Visual Studio -- add modifier_unset filesTad Marshall2013-05-071-0/+12
|
* SERVER-7174 SERVER-6400 Visual Studio -- add new filesTad Marshall2013-05-071-1/+37
|
* SERVER-7172 Visual Studio -- add new filesTad Marshall2013-05-041-0/+23
|
* SERVER-8791 SERVER-9212 Visual Studio -- add and remove filesTad Marshall2013-05-031-27/+2
|
* SERVER-6400 Visual Studio -- add files to projectsTad Marshall2013-04-301-0/+13
|
* Visual Studio -- add new filesTad Marshall2013-04-261-0/+2
|
* Visual Studio -- add and remove filesTad Marshall2013-04-241-23/+117
|
* Visual Studio -- add and remove filesTad Marshall2013-04-201-1/+4
|
* SERVER-8791 SERVER-9164 Visual Studio -- add new filesTad Marshall2013-04-181-0/+5
|
* SERVER-8598 Visual Studio -- add new filesTad Marshall2013-04-181-0/+56
|
* Visual Studio -- add and remove filesTad Marshall2013-04-171-1/+1
|
* Visual Studio -- add new filesTad Marshall2013-04-141-0/+5
|
* Visual Studio -- add new filesTad Marshall2013-04-101-0/+11
|
* Visual Studio -- add and remove filesTad Marshall2013-04-091-1/+10
|
* Visual Studio -- add new filesTad Marshall2013-04-021-0/+10
|
* SERVER-8790 Visual Studio -- add db/parsed_query.{cpp,h}Tad Marshall2013-03-221-0/+2
|
* Visual Studio -- add platform/hash_namespace.h and other filesTad Marshall2013-03-161-0/+52
| | | | | | Add all files in src/mongo/platform to the file list, mark unused ones as "Not included in build". Disable warning 4291 for intrusive_counter.cpp in test_sm.vcxproj to match other project files.
* SERVER-8790 Visual Studio -- add and rename filesTad Marshall2013-03-151-2/+9
|
* SERVER-7772 Visual Studio -- adapt to renamed/moved filesTad Marshall2013-03-141-4/+4
|
* SERVER-8460 Visual Studio -- remove connection_factory.cppTad Marshall2013-03-141-1/+0
|
* SERVER-7772 Visual Studio -- add and remove filesTad Marshall2013-03-111-4/+17
|
* Visual Studio -- add and remove filesTad Marshall2013-03-091-8/+38
|
* SERVER-8880 Visual Studio -- remove /OPT:REF and /OPT:ICFTad Marshall2013-03-071-8/+0
| | | | | | | The /OPT:REF (Optimize References) and /OPT:ICF (Enable COMDAT Folding) Linker flags were set for Release and Win2008PlusRelease builds, which does not match the link flags set for the scons build. Remove those settings to match scons, and to fix the crashes in the SpiderMonkey builds.
* SERVER-8488 Visual Studio -- enable intrinsics in debug buildsTad Marshall2013-03-011-0/+4
|
* Visual Studio -- rename project and solution filesTad Marshall2013-02-201-0/+2957
All of the project and solution files for building the SpiderMonkey version of MongoDB executables have been renamed to their old names plus "_sm", and all of the previously "_v8" tagged files are renamed to their base names (e.g. mongod_v8.sln is renamed to mongod.sln). This is consistent with V8 being the default JavaScript engine, with an option to build a SpiderMonkey version. Also added new "master" solution files as src/mongodb.sln to build components for the V8 version and src/mongodb_sm.sln to build for SpiderMonkey. Please delete existing target build directories (e.g. src/mongo/db/x64/Debug) before rebuilding with the updated project files.