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 (Expand)Author
2013-06-26More PCL syntax documentationIan Johnson
2013-06-25More PClc documentation.Ian Johnson
2013-06-25More PCLc documentation.Ian Johnson
2013-06-25Added better railroad diagrams to documentation.Ian Johnson
2013-06-24Started writing a manual for PCLc and run-time.Ian Johnson
2013-06-19Incremented patch versionIan Johnson
2013-06-19Fixed unexpected EOF bugIan Johnson
2013-06-12PCLc: Unused component declaration warnings now specify the assigned componen...Ian Johnson
2013-06-11Small bug fixettes to PCLrun and PCLcIan Johnson
2013-06-11Added a separate PCL runner module. This allows developers to execute PCL pip...Ian Johnson
2013-06-11PCLc: Better component instrumentation messages, and a more sensible way to g...Ian Johnson
2013-06-10PCLc: Errors for >>>, &&&, and *** now specify the line number of the operator.Ian Johnson
2013-06-10PCLc: Slight optimisation in parallel component code generation, and instrume...Ian Johnson
2013-06-05Updated PypelineIan Johnson
2013-06-03Bumped patch version.Ian Johnson
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 configura...Ian Johnson
2013-05-28Added support for use of environment variables in configuration section of co...Ian Johnson
2013-05-22Updated PypelineIan Johnson
2013-05-21Fixed importing non-existent module bug.Ian Johnson
2013-05-21The configuration of a PCL file is now propagated through the pipeline. Any s...Ian Johnson
2013-05-21Updated Pypeline.Ian Johnson
2013-05-21Update README.mdIan Johnson
2013-05-21Refactored error message handling in resolvers.Ian Johnson
2013-05-21Merge branch 'master' of github.com:ianj-als/pclIan Johnson
2013-05-21Bumped patch versionsIan Johnson
2013-05-21Update README.mdIan Johnson
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
2013-05-14Check for unused components which are declared. Components should be declared...Ian Johnson
2013-05-14Added CLOPs and versionIan Johnson
2013-05-14Sorted out loggingIan Johnson
2013-05-14Cleaned up tests.Ian Johnson
2013-05-14Updated PypelineIan Johnson
2013-05-13Fixed dictionary wire translation. Fixed pipeline input wrapping.Ian Johnson
2013-05-13Various bug fixesIan Johnson
2013-05-13Bugs fixes in PypelineIan Johnson
2013-05-09Added the PCL pipeline runtime, and added copyright notices.Ian Johnson
2013-05-07Stuff and nonsenseIan Johnson
2013-05-07Renamed PCLc source directory.Ian Johnson
2013-05-07Add usage and gave the compiler executable a tidy up.Ian Johnson
2013-05-07Added LGPL v3 copyright notices to source files.Ian Johnson
2013-05-07Various resolution and execution fixes. Wires and merges now require groundin...Ian Johnson