aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-01Do not export obsolete functions.Arun Isaac
2021-06-01Introduce new command definition syntax.Arun Isaac
2021-06-01Remove unused setters, appenders, etc.Arun Isaac
2021-06-01In pipe, pass through input keys to all expressions.Arun Isaac
2021-06-01Filter out global workflow inputs from workflow outputs.Arun Isaac
2021-06-01Add filter-mapi.Arun Isaac
2021-06-01Add syntax-lambda**.Arun Isaac
2021-06-01Avoid datum->syntax.Arun Isaac
2021-06-01Add unsyntax-keywords.Arun Isaac
2021-05-25Git ignore auto-generated doc files.Arun Isaac
2021-05-25Add texinfo as a build dependency.Arun Isaac
2021-05-25Add table of contents to manual.Arun Isaac
2021-05-25Add title and copyright pages to manual.Arun Isaac
2021-05-25Hide Top node introduction in printed manual.Arun Isaac
2021-05-25Mention version in manual.Arun Isaac
2021-05-24Mention documentation in the README.Arun Isaac
2021-05-24Rewrite the README introduction to ccwl.Arun Isaac
2021-05-24Add HTML manual to website.Arun Isaac
2021-05-24Add CSS to website.Arun Isaac
2021-05-24Build website from README.org.Arun Isaac
2021-05-24Add Contributing section to README.Arun Isaac
2021-05-24Downcase ccwl.Arun Isaac
2021-05-24Do not compile pre-inst-env.Arun Isaac
2021-05-24Remove unnecessary -s flag from shebang.Arun Isaac
2021-05-24Replace suffix rule with pattern rule.Arun Isaac
2021-05-24Do not bind command line argument 0 in pre-inst-env.Arun Isaac
2021-05-24Set PATH in pre-inst-env.Arun Isaac
2021-05-24Add "Workflow with multiple steps" to tutorial.Arun Isaac
2021-05-24Install ccwl script.Arun Isaac
2021-05-24Add "Capturing output files" to tutorial.Arun Isaac
2021-05-24Add "Capturing stdout" section to tutorial.Arun Isaac
2021-05-24Add "First example" section to tutorial.Arun Isaac
2021-05-24Add tutorial.Arun Isaac
2021-05-23Unify command variable reference.Arun Isaac
2021-05-23Add manual.Arun Isaac
2021-05-17Support simpler syntax for inputs with no properties.Arun Isaac
2021-05-17Support implicit key pairing.Arun Isaac
2021-05-17Support commands with implicit step identifier.Arun Isaac
2021-05-17Abstract out command variable reflection.Arun Isaac
2021-05-17Remove deprecated %stdin and %stdout variables.Arun Isaac
2021-05-17Indent workflow macro correctly.Arun Isaac
2021-05-17Support general DAG workflows.Arun Isaac
2021-05-15Implement <key> type and utilities.Arun Isaac
2021-05-15Pass inputs explicitly to make-workflow.Arun Isaac
2021-05-15Use symbols as input identifiers instead of strings.Arun Isaac
2021-05-15Make stdin a unary key of command.Arun Isaac
2021-05-15Do not convert YAML symbols from kebab case to camel case.Arun Isaac
2021-05-15Add list functions for multi-valued functions.Arun Isaac
2021-05-14Rewrite pre-inst-env in scheme.Arun Isaac
2021-04-26Remove deprecated pipeline function.Arun Isaac