summaryrefslogtreecommitdiffstats
path: root/src/test/encoding.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: add missing include for std::coutMax Kellermann2024-11-041-0/+2
* test/encoding.cc: Harmonize expected text with exceptionAdam Kupczyk2024-07-031-1/+1
* test/encoding: refactor EncodingException::MacrosKefu Chai2022-07-221-17/+19
* test/encoding: verify that e.what() starts with expected strKefu Chai2022-07-221-2/+2
* buffer: base exceptions on system_errorAdam C. Emerson2020-05-151-2/+2
* Revert "Merge pull request #16715 from adamemerson/wip-I-Object!"Sage Weil2019-11-221-2/+2
* buffer: base exceptions on system_errorAdam C. Emerson2019-11-041-2/+2
* core: use const_iterator for decodeKefu Chai2018-05-171-10/+10
* test: Use unqualified encode/decodeAdam C. Emerson2018-01-101-2/+2
* encoding: Move encode/decode functions into ceph namespaceAdam C. Emerson2018-01-101-0/+2
* denc: support enum with underlying typeKefu Chai2017-11-031-0/+27
* Merge pull request #14911 from ovh/bp-small-enc-eradicationSage Weil2017-05-101-22/+42
|\
| * os/bluestore: use denc for varint encodingPiotr Dałek2017-05-021-22/+42
* | include/encoding: fix compat version error messagesSage Weil2017-04-241-5/+2
|/
* include/denc: add missing {encode,decode}_nohead for denc_traitsKefu Chai2017-03-251-0/+34
* include/denc: silence gcc warningsKefu Chai2017-02-171-0/+56
* test/encoding: fix the build with clangKefu Chai2016-10-251-0/+2
* test/encoding: do not include unused headersKefu Chai2016-10-201-1/+2
* include/small_encoding: fix lba encoding with many low zerosSage Weil2016-06-221-0/+2
* include/small_encoding: small encode/decode helpersSage Weil2016-06-211-0/+175
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* test/encoding: c++11 STL appears to make fewer copies, yaySage Weil2015-08-081-2/+2
* common: fix the macros for malformed_input::what()Kefu Chai2015-05-131-0/+27
* qa: encoding: silence warningSage Weil2012-01-301-1/+1
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* Revert "unit tests: do standard ceph init before tests"Tommi Virtanen2011-01-151-2/+0
* unit tests: do standard ceph init before testsColin Patrick McCabe2011-01-141-0/+2
* Port encoding tests over to gtest.Tommi Virtanen2011-01-111-2/+178
* Use Google Test framework for unit tests.Tommi Virtanen2011-01-111-0/+22