Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
directory is project/package root
|
|
warning
|
|
|
|
hook set
|
|
|
|
Also:
- rename --subdirectory to --source
- rename --type|-t,source to subdir
- change the hook's mode variable value 'subdirectory' to 'source'
- rename bdep-new-subdirectory.options to bdep-new-source.options
- add src, inc, pfx, and sub pre-/post-hooks variables
|
|
|
|
|
|
|
|
|
|
Starting version 2.27 git requires the divergent branch reconciliation method
to be specified explicitly for the pull command.
|
|
|
|
|
|
For example:
$ bdep new -l c++ -t lib,source=libhello/io libhello-io
|
|
|
|
|
|
Specifically, replace the use of fmemopen() with tmpfile().
|
|
|
|
This is needed due to the command line re-parsing (see "Lexical Structure" in
the Testscript manual for details).
|
|
|
|
Without this Windows directory separators are treated as escapes.
|