summaryrefslogtreecommitdiff
path: root/src/mongo/util/version.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-61844 Allow mongos and mongoq to have different startup initializationEsha Maharishi2021-12-171-0/+5
|
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-231-3/+10
| | | | | | This reverts commit 79a8452b2a813b796059e5eab6c18f685283ce08. with new spot fix: printCommandLineOpts when sending to log
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-231-10/+3
| | | | This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f.
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-201-3/+10
|
* SERVER-46765 remove VersionInfoInterface::isSameMajorVersionBilly Donahue2020-03-161-6/+0
|
* SERVER-46763 structure the VersionInfoInterface tuplesBilly Donahue2020-03-101-12/+15
|
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
| | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
|
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-26/+137
|
* SERVER-22734 unify --version output, thus adding enterprise designationsMatt Cotter2016-08-011-0/+2
|
* Revert "SERVER-22734 add Enterprise to version in enterprise shell builds"Dan Pasette2016-07-151-6/+0
| | | | This reverts commit 472ac6b5bcb50e8869d03ecb044ce8ed3d779954.
* SERVER-22734 add Enterprise to version in enterprise shell buildsMatt Cotter2016-07-141-0/+6
|
* SERVER-16852 Print buildInfo in version output/allow override of buildInfoJonathan Reams2015-09-041-4/+1
|
* SERVER-19802 Included compiled modules in --version outputJonathan Reams2015-08-111-0/+1
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-28/+26
|
* SERVER-17782 SERVER-17329 Improve versioning and add distsrc to SConsJonathan Reams2015-05-211-4/+7
|
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-6/+19
|
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
|
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-16/+2
|
* SERVER-10829 windows mongod now prints its flavor to logmatt dannenberg2013-09-271-0/+1
|
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
|
* SERVER-8886 Add OpenSSL license exception to util filesIan Whalen2013-08-281-0/+12
|
* SERVER-8364 removed excess #IFDEF directivesEric Daniels2013-08-161-1/+1
| | | | Signed-off-by: Matt Kangas <matt.kangas@10gen.com>
* SERVER-8364 added OpenSSL version information to mongod SERVER-8364 fixed a typoEric Daniels2013-08-021-0/+3
| | | | Signed-off-by: Matt Kangas <matt.kangas@10gen.com>
* SERVER-8279 warn if shard versions differ in mixed clusterGreg Studer2013-02-071-0/+6
|
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-211-1/+0
|
* add the js engine back to buildInfo; still need to clean this up post 2.4Scott Hernandez2012-12-191-0/+1
|
* SERVER-7856: record allocator and build flags in buildinfoScott Hernandez2012-12-181-0/+8
|
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+16
|
* Move StringData to base/string_data.hMathias Stearn2012-09-261-1/+1
|
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-4/+4
| | | | | | | | | | | | | | | | | This patch does the following: 1.) Remove pcre.h dependencies in the C++ client, and remove some other unnecessary dependencies. 2.) Clean up how we build the client from the client source tarball, so it's more like how we build it from the git repo / full source tarball. 3.) Fix up our "scons" so you only have to write "scons ." to build all of our binaries, the binary archive (zip or tgz) and client source archive (zip or tgz). 4.) Fix up SCons aliases "core", "tools", and "all". 5.) Let user specify the name of the client tarball via a SCons command line switch. Resolves SERVER-4231, SERVER-5255.
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+27