summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-15website: Make SVG badges clickable.Arun Isaac
2021-06-15doc: Move documentation from texinfo to skribilo.Arun Isaac
2021-06-10build-aux: Do not override org-html--svg-image.Arun Isaac
2021-06-10pre-inst-env: Handle absent environment variables.Arun Isaac
2021-06-10README: Do not use org macros.Arun Isaac
2021-06-10README: Add continuous integration badges.Arun Isaac
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