summaryrefslogtreecommitdiffstats
path: root/src/test/ceph_argparse.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: add missing include for std::coutMax Kellermann2024-11-041-0/+1
* test: : build without "using namespace std"Kefu Chai2021-08-131-0/+2
* ceph_argparse: put args from env before existing onesKefu Chai2020-02-121-18/+19
* common/ceph_argparse: make parse_ip_port_vec handle list of addrs or addrvecsSage Weil2019-01-161-0/+53
* common: add a clear_g_str_vec() function to clear g_str_vecJeff Layton2017-10-111-0/+10
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* unittest_ceph_argparse: test float parsingSage Weil2015-05-311-0/+24
* ceph_argparse: don't die when called by injectargsMykola Golub2015-04-041-0/+9
* common: ceph_argparse_witharg: pass oss by referenceMykola Golub2015-04-041-5/+5
* ceph_argparse: generalize ceph_argparse_with* routinesDmitry Yatsushkevich2015-03-311-5/+5
* unittest_ceph_argparse: fix warningsSage Weil2014-03-141-10/+10
* common: -- support for env_to_vecLoic Dachary2014-03-031-0/+109
* ceph_argparse: drop useless declaration from unit testSage Weil2012-03-291-3/+0
* ceph_argparse: add ceph_argparse_withintColin Patrick McCabe2011-09-071-0/+67
* Some fixes to double-dash support, fix warningColin Patrick McCabe2011-08-241-1/+4
* ceph_argparse: handle double dashes consistentlyColin Patrick McCabe2011-08-241-0/+22
* test_ceph_argparse: fix buildColin Patrick McCabe2011-06-231-1/+1
* Add ceph_argparse unit testColin Patrick McCabe2011-06-231-0/+247