index
:
ccwl
keyring
main
Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-12
scripts: Allow compiling to graphviz.
Arun Isaac
2021-10-12
scripts: Print usage information on --help and incorrect usage.
Arun Isaac
2021-10-12
scripts: Use args-fold.
Arun Isaac
2021-10-12
scripts: Wrap main body in function.
Arun Isaac
2021-10-12
ccwl: Implement compiling to graphviz.
Arun Isaac
2021-10-11
ccwl: Remove unused invoke-command function.
Arun Isaac
2021-10-11
ccwl: Factorize out CWL generation code to separate file.
Arun Isaac
2021-10-11
ccwl: Remove unused write-cwl function.
Arun Isaac
2021-10-07
ccwl: Pass workflow inputs through every command.
Arun Isaac
2021-10-06
ccwl: Fix the docstring of workflow-steps.
Arun Isaac
2021-10-04
ccwl: Quote source code in error messages.
Arun Isaac
2021-10-04
ccwl: Support #:allow-other-keys in lambda** and syntax-lambda**.
Arun Isaac
2021-10-04
ccwl: Error out on invalid keywords to lambda**.
Arun Isaac
2021-10-04
tests: Remove stray syntax-lambda** form.
Arun Isaac
2021-10-04
Revert "In pipe, pass through input keys to all expressions."
Arun Isaac
2021-10-04
website: Upcase SVG in comment.
Arun Isaac
2021-09-29
README: Add a Download section using a dynamic block.
Arun Isaac
2021-09-29
README: Add GitHub link using an org dynamic block.
Arun Isaac
2021-09-29
Makefile: Record dependency on build-home-page.el.
Arun Isaac
2021-08-17
build-aux: Remove redundant beginning-of-line.
Arun Isaac
2021-08-17
build-aux: Link to GitHub repo on website.
Arun Isaac
2021-08-17
ccwl: Define output objects using a macro instead of a function.
Arun Isaac
2021-08-17
build-aux: Preserve only the LIBRARY_PATH environment in cwltool runs.
Arun Isaac
2021-08-16
Makefile: Generate sample output when building documentation.
Arun Isaac
2021-08-16
Makefile: Clean dot files correctly.
Arun Isaac
2021-08-16
Makefile: Allow tabs when editing in Emacs.
Arun Isaac
2021-08-16
ccwl: Define input objects using a macro instead of a function.
Arun Isaac
2021-07-27
ccwl: Make syntax-lambda** more like lambda**.
Arun Isaac
2021-07-27
build-aux: Use #t as the expected value for test-assert tests.
Arun Isaac
2021-07-20
ccwl: Do not specify '() as the default value for n-ary arguments.
Arun Isaac
2021-07-20
ccwl: Set default value of lambda** n-ary arguments to '().
Arun Isaac
2021-07-20
ccwl: Document syntax-lambda** support for default arguments.
Arun Isaac
2021-07-20
ccwl: Clarify difference between and lambda** and syntax-lambda**.
Arun Isaac
2021-07-20
ccwl: Support default values for arguments in lambda**.
Arun Isaac
2021-07-20
tests: Add tests for ccwl/utils.scm.
Arun Isaac
2021-07-20
ccwl: Add examples to docstrings.
Arun Isaac
2021-07-19
build-aux: Put website building code into a function.
Arun Isaac
2021-07-19
ccwl: Add missing syntax in unsyntax-keywords docstring example.
Arun Isaac
2021-07-19
tests: Fix order of arguments to test-equal.
Arun Isaac
2021-07-19
tests: Fix indentation.
Arun Isaac
2021-07-19
build-aux: Support disabling of color in tests.
Arun Isaac
2021-07-19
build-aux: Color test suite names.
Arun Isaac
2021-07-19
build-aux: Abstract out colored text.
Arun Isaac
2021-07-19
build-aux: Improve test driver output.
Arun Isaac
2021-07-06
Release version 0.1.0.
v0.1.0
Arun Isaac
2021-07-06
NEWS: Update.
Arun Isaac
2021-07-06
.gitignore: Update rules regarding website directory.
Arun Isaac
2021-07-06
Makefile: Add release target.
Arun Isaac
2021-07-05
ccwl: Remove extra blank lines.
Arun Isaac
2021-07-05
website: Highlight code snippets.
Arun Isaac
[next]