Lines Matching +full:no +full:- +full:control +full:- +full:regex
13 [/last-revision $Date: 2008-02-21 12:58:15 +0000 (Thu, 21 Feb 2008) $]
34 bcp boost/regex.hpp /foo
37 Copies boost/regex.hpp and all dependencies including the regex source code (in libs/regex/src) and
38 build files (in libs/regex/build) to /foo. Does not copy the regex documentation, test, or example…
42 bcp regex /foo
45 Copies the full regex lib (in libs/regex) including dependencies (such as the boost.test source req…
46 by the regex test programs) to /foo. Does not copy the Boost.Build system.
49 bcp --namespace=myboost --namespace-alias regex config build /foo
52 Copies the full regex lib (in libs\/regex) plus the config lib (libs\/config) and the build system …
54 of binary libraries to begin with the prefix "myboost" rather than "boost". The --namespace-alias …
58 bcp --scan --boost=/boost foo.cpp bar.cpp boost
61 Scans the [non-boost] files foo.cpp and bar.cpp for boost dependencies and copies those dependencie…
64 bcp --report regex.hpp boost-regex-report.html
67 Creates a HTML report called boost-regex-report.html for the boost module regex.hpp. The report co…
76 bcp --list \[options\] module-list
79 Outputs a list of all the files in module-list including dependencies.
82 bcp \[options\] module-list output-path
85 Copies all the files found in module-list to output-path
88 bcp --report \[options\] module-list html-file
94 * Any files with no recognizable license (please report these to the boost mailing lists).
95 * Any files with no recognizable copyright holders (please report these to the boost mailing lists)…
97 * File dependency information - indicates the reason for the inclusion of any particular file in th…
104 --boost=path
110 [pre --namespace=newname ]
115 Often used in conjunction with the --namespace-alias option, this allows two different Boost versio…
118 [pre --namespace-alias]
120 When used in conjunction with the --namespace option, then `namespace boost` will be declared as an…
125 --scan
128 Treats the module list as a list of (probably non-boost) files to scan for boost dependencies,
132 --svn
135 Only copy files under svn version control.
138 --unix-lines
145 [section:module module-list]
147 When the --scan option is not used then a list of boost files or library names to copy, this can be:
150 # The name of a library: for example "regex".
153 # The name of a file: for example "boost/regex.hpp".
155 When the --scan option is used, then a list of (probably non-boost) files to scan for boost depende…
160 [section:output output-path]
179 * It searches for library names first, so using "regex" as a name will give you everything in the
180 libs/regex directory and everything that depends on. This can be a long list as all the regex test…
182 names of the headers you are actually including, or use the --scan option to scan your source code.