Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-13Re-factored variable and function name generation. And started documenting ↵Ian Johnson
the imperative PCL syntax.
2013-11-12Code generation for let commands now working.Ian Johnson
2013-11-11Started let command. DOES NOT WORK ON THIS COMMIT.Ian Johnson
2013-10-29Code generation for leaf components done. Example added to parallel sleep ↵Ian Johnson
example.
2013-10-29Removed sleep.py from examples. Will be replaced with a PCL file.Ian Johnson
2013-06-10PCLc: Slight optimisation in parallel component code generation, and ↵Ian Johnson
instrumented components in code generation. PCL-Run: Bigger default thread pool. Also, updated Pypeline.
2013-06-03Removed unused example fileIan Johnson
2013-06-03Fixed the derivation of input types when traversing through a fonout operation.Ian Johnson
2013-06-03More instrumentationIan Johnson
2013-06-03Instrumentation in resolverIan Johnson
2013-06-03Values are supported on the LHS of a wire mapping expression.Ian Johnson
2013-05-28Refactor. Added an example of how to use environment variables in a ↵Ian Johnson
configuration file.
2013-05-21The configuration of a PCL file is now propagated through the pipeline. Any ↵Ian Johnson
state conversions needed to support a imported component are done.
2013-05-21Bug fixing If component supportIan Johnson
2013-05-19Started conditional pipelined pathsIan Johnson
2013-05-15Started adding support for choice arrows.Ian Johnson
2013-05-15Added split and merge example, and fixed bugs due to it!Ian Johnson
2013-05-14Added a PCL exampleIan Johnson