Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The behavior is equivalent to specifying the directory with --output-dir|-o:
bdep new foo/hello
bdep new -o foo/hello hello
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configuration creation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
After some thinking it became clear that we cannot assume exe's should not be
cross-compiled.
|
|
|
|
|
|
|
|
|
|
Also optimize options/arguments parsing in bdep.cxx.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In particular, this makes sure they are separated with blank lines.
|
|
|
|
|
|
|
|
|
|
|