]> git.cworth.org Git - apitrace/commit
Move static boolOption function to trace::boolOption
authorCarl Worth <cworth@cworth.org>
Sun, 12 Aug 2012 23:48:10 +0000 (16:48 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 14 Nov 2012 07:21:49 +0000 (07:21 +0000)
commita7e7b27a13dc40db4ec96bc1bba667644ef0a896
treedaa45dc08264ec319b04cafad886577b196f4c3c
parentd77719321a250beb62dbbabb93658ffe7eb796e5
Move static boolOption function to trace::boolOption

Other programs will also want to be able to parse Boolean command-line
options, so we should share this code in order to easily get
consistent behavior.
CMakeLists.txt
cli/cli_dump.cpp
common/trace_option.cpp [new file with mode: 0644]
common/trace_option.hpp [new file with mode: 0644]