summaryrefslogtreecommitdiffstats
path: root/.gitmodules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fmt: remove fmt submoduleKefu Chai2018-12-171-3/+0
| | | | | | | since seastar contains fmt 5.2.1 as a submodule. there is no need to have our own copy. Signed-off-by: Kefu Chai <kchai@redhat.com>
* c-ares: add c-ares submoduleKefu Chai2018-07-251-0/+3
| | | | | | | | c-ares is a C library for asynchronous DNS requests, seastar requires c-ares 1.13.0 or up. but xenial and EPEL offer 1.10.0, so we need to build and ship it as part of Ceph. Signed-off-by: Kefu Chai <kchai@redhat.com>
* fmt: add libfmt submoduleKefu Chai2018-07-251-0/+3
| | | | | | | | libfmt is a library for fast printf() support in C++, it is used by seastar. but it's missing in xenial. so we need to ship it in our dist tarball and build if if it's not found in system. Signed-off-by: Kefu Chai <kchai@redhat.com>
* seastar: add seastar as a submoduleKefu Chai2018-06-081-0/+3
| | | | Signed-off-by: Kefu Chai <kchai@redhat.com>
* Merge pull request #21651 from ceph/wip-da-dmclock-submoduleJosh Durgin2018-05-171-0/+3
|\ | | | | | | | | move dmclock subtree into submodule Reviewed-by: Eric Ivancich <ivancich@redhat.com>
| * move dmclock from subtree to submoduleDanny Al-Gaaf2018-04-251-0/+3
| | | | | | | | | | | | | | | | This way we use only one concept (submodules) to manage external code in the ceph git repository. It also prevents occasional commits into the wrong git repository. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* | dpdk: drop dpdk submoduleKefu Chai2018-05-071-3/+0
|/ | | | | | | | we are using spdk/dpdk for async msgr's dpdk backend since 01a9f178. so no need to keep dpdk submodule anymore. Fixes: http://tracker.ceph.com/issues/24032 Signed-off-by: Kefu Chai <kchai@redhat.com>
* cmake: remove Beast submodule and include pathCasey Bodley2018-01-051-3/+0
| | | | | | the beast library is included in boost 1.66 Signed-off-by: Casey Bodley <cbodley@redhat.com>
* Revert "submodule: make libmpem as a submodule."Jianpeng Ma2017-10-201-3/+0
| | | | | | | This reverts commit 6a14159ee4b910bf83b38316f98ef07edf5f9a01. Using ExternalProject_Add::GIT to download nvml source . Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
* Merge pull request #17405 from tchaikov/wip-remove-boost-submoduleKefu Chai2017-09-011-3/+0
|\ | | | | | | | | boost: remove boost submodule Reviewed-by: Alfredo Deza <adeza@redhat.com>
| * boost: remove boost submoduleKefu Chai2017-08-311-3/+0
| | | | | | | | Signed-off-by: Kefu Chai <kchai@redhat.com>
* | submodule: make libmpem as a submodule.Jianpeng Ma2017-08-151-0/+3
|/ | | | Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
* submodule: Tencent's RapidJSON libraryAdam C. Emerson2017-05-171-0/+3
| | | | | | | | This is a high performance, MIT licensed JSON parsing library. It provides a SAX interface so that I can compile an S3 policy without building up a JSONObject tree in the middle that gets thrown away. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* src/blkin: add blkin submoduleSage Weil2017-05-051-0/+3
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* Changed dir structure of crypto/isalAdam Kupczyk2017-04-051-2/+2
| | | | Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
* Introduced plugins for crypto and isal implementation.Adam Kupczyk2017-04-051-1/+3
| | | | | | | | | Added submodule for isa-l_crypto Fixed problem with uninitialised var. Enable to use crypto plugin if available. Now isal crypto plugin compiles only on intel. Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
* add src/zstd submoduleSage Weil2017-01-251-0/+3
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* update dpdk submodule to ceph/dpdkHaomai Wang2016-11-091-1/+1
| | | | Signed-off-by: Haomai Wang <haomai@xsky.com>
* msg/async: add dpdk stack pluginHaomai Wang2016-11-091-0/+3
| | | | Signed-off-by: Haomai Wang <haomai@xsky.com>
* boost: add submodule at tag boost-1.61.0Matt Benjamin2016-11-071-0/+3
| | | | | | | | | | | | | | | | | This implements option #4 for external boost, based on upstream discussion. In option #4: 1. boost is added as a submodule 2. builds default to using the attached boost module 3. building against a system-provided boost is supported, but must be configured explicitly Because all of the boost components are attached as nested submodules in the upstream boost repository, neither the nested submodules nor the root boost submodule have been cloned into modules in github.com/ceph (acked by Sage). Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
* rgw: add submodule for Beast header-only libraryCasey Bodley2016-10-211-0/+3
| | | | | | | | Beast is a c++ http protocol library build on top of boost::asio Signed-off-by: Casey Bodley <cbodley@redhat.com> Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
* erasure-code: Pickup gf-complete v3 with runtime SIMD detectionBassam Tabbara2016-09-291-1/+1
| | | | Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com>
* liblua: build Lua convenience libraryNoah Watkins2016-09-141-0/+5
| | | | Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
* googletest: use ceph branchJosh Durgin2016-07-131-4/+2
| | | | | | | | Added the same functionality as the previous gtest/gmock branches - .gitignore and not installing shared libs that we only want to statically link to test programs. Signed-off-by: Josh Durgin <jdurgin@redhat.com>
* Replace gmock/gtest with googletestAnirudha Bose2016-07-131-4/+7
| | | | | | | Google Mock has been absorbed into the Google Test project, and is now available under the googletest repository. Signed-off-by: Anirudha Bose <ani07nov@gmail.com>
* isa-l: add isa-l library as a submoduleVed-vampir2016-06-301-0/+3
| | | | Signed-off-by: Alyona Kiseleva <akiselyova@mirantis.com>
* .gitmodules: use github.com/ceph/xxHash cloneSage Weil2016-03-081-1/+1
| | | | | | This lets us add our own commits, if necessary. Signed-off-by: Sage Weil <sage@redhat.com>
* xxHash: add as submoduleMatt Benjamin2016-02-121-0/+3
| | | | Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
* spdk: add submodule spdk for the nvme supportKefu Chai2016-02-041-0/+3
| | | | Signed-off-by: Kefu Chai <kchai@redhat.com>
* remove libs3 submoduleSage Weil2015-07-301-3/+0
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* ceph needs gmock/gtest to be statically linkedLoic Dachary2015-03-061-0/+1
| | | | | | | | | | | | | | | | The ceph-test package depends on gmock and gtest and needs to statically link them because packages are not configured to distribute the corresponding shared library files. Update the gmock submodule to the version that is configured with noinst libraries that will be statically linked. The gmock submodule is modified to reference the branch in which the ceph specific changes have been done. http://tracker.ceph.com/issues/11040 Fixes: #11040 Signed-off-by: Loic Dachary <loic@dachary.org>
* gmock: add git submoduleDanny Al-Gaaf2015-03-021-1/+3
| | | | | | Add gmock submodule and point to ceph-release-1.7.0 branch. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* Update git submodule to use the same https protocolYuan Zhou2015-01-281-4/+4
| | | | | | Make more convenient for hosts with git protocol blocked Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
* .gitmodules: update ceph-object-corpus auth repo to githubSage Weil2014-12-181-1/+1
| | | | | | It's annoying having ceph.com for only this repo, and it's not that big. Signed-off-by: Sage Weil <sage@redhat.com>
* erasure-code: gf-complete use neon enabled branchJanne Grunau2014-11-251-1/+1
| | | | Signed-off-by: Loic Dachary <ldachary@redhat.com>
* erasure-code: workunit to check for encoding regressionLoic Dachary2014-11-101-0/+4
| | | | | | | | | Clone the archive of encoded objects and decode all archived objects, up to and including the current ceph version. http://tracker.ceph.com/issues/9420 Refs: #9420 Signed-off-by: Loic Dachary <loic-201408@dachary.org>
* .gitmodules: ignoring changes in rocksdb submoduleFederico Gimenez2014-10-241-0/+1
| | | | Signed-off-by: Federico Gimenez <fgimenez@coit.es>
* add rocksdb submoduleSage Weil2014-07-301-0/+3
|
* erasure-code: gf-complete / jerasure modules updatesLoic Dachary2014-03-271-2/+2
| | | | | | | | To avoid confusion, the jerasure v1 branch that contains commits pending review upstream is named v2-ceph and the gf-complete v2 branch is named v2-ceph. Signed-off-by: Loic Dachary <loic@dachary.org>
* erasure-code: add gf-complete / jerasure submodulesLoic Dachary2014-03-191-0/+8
| | | | | | | | | | | | | Instead of copying the files in the ceph repository, which is less convenient. When building the headers are ignored, even though they do not exist. When creating the tarbal with make dist, it fails because they cannot be found. I misread src/gf_int.h to be include/gf_int.h and wrongfully thought the submodules were to blame. This is why they were removed shortly after being added. Signed-off-by: Loic Dachary <loic@dachary.org>
* remove gf-complete / jerasure sub modulesLoic Dachary2014-03-191-8/+0
| | | | | | and add the source files in the tree. Signed-off-by: Loic Dachary <loic@dachary.org>
* erasure-code: jerasure and gf-complete moved to ceph namespaceLoic Dachary2014-03-181-2/+2
| | | | | | for maintenance purposes Signed-off-by: Loic Dachary <loic@dachary.org>
* erasure-code: update gf-complete v1 submoduleLoic Dachary2014-03-181-1/+1
| | | | | | | | Point to https://bitbucket.org/dachary/gf-complete/branch/v1 which aggregates the pending pull requests required by Ceph while they are reviewed. Signed-off-by: Loic Dachary <loic@dachary.org>
* erasure-code: use jerasure as submodulesLoic Dachary2014-03-101-0/+8
| | | | | | | | | Now that there is a git repository to refer to, it will be good for maintenance. Pin the version to stable branches. http://tracker.ceph.com/issues/7599 refs #7599 Signed-off-by: Loic Dachary <loic@dachary.org>
* civetweb: fix module uriYehuda Sadeh2014-01-231-1/+1
| | | | Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
* civetweb: update submoduleYehuda Sadeh2014-01-231-3/+0
| | | | Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
* rgw: switch mongoose to civetwebYehuda Sadeh2014-01-231-0/+3
| | | | | | | Fixes: #7054 mongoose is now GPL, using the civetweb fork instead. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
* mongoose: update submoduleYehuda Sadeh2013-12-161-1/+1
| | | | | | switched to a different source repository, added .gitignore Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
* mongoose: submodule, v4.1Yehuda Sadeh2013-11-051-0/+3
| | | | add mongoose as a submodule.
* remove leveldb from master branchDanny Al-Gaaf2013-02-271-3/+0
| | | | | | | Since we now build against system leveldb and no longer against a git submodule, drop the submodule from git master. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>