index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
platform
/
bits.h
Age
Commit message (
Expand
)
Author
2021-05-21
SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBE
Nikita Lapkov
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-02-03
SERVER-33104 remove MONGO_PLATFORM_32 and MONGO_PLATFORM_64
Benety Goh
2016-05-05
SERVER-1625 Add missing cases for other 64-bit and 32-bit targets
Andrew Morrow
2015-12-21
SERVER-21822 Add s390x preprocessor check in bits.h
Andrew Morrow
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-01-07
Add countLeadingZeros and countTrailingZeros to bits.h
Mathias Stearn
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2014-04-04
Added PPC64 as it works as is in little endian
Corentin Baron
2014-01-07
SERVER-12065 Support ARM and AArch64 builds
Robie Basak
2012-10-14
cross platform firstBitSet in prep for firstBitSet
Eliot Horowitz
2012-06-24
added MONGO_PLATFORM_(32|64) to make it easier to change behavior at compile ...
Eliot Horowitz