1
I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Vectorization of scalar functions More... about 18 years ago
Minor compiler changes. More... about 18 years ago
Minor compiler changes. More... about 18 years ago
Name change: getSubSetNode -> getSubsetNode More... about 18 years ago
Name change: getSubSetNode -> getSubsetNode More... about 18 years ago
Update the compiler to allow arbitrary expressions as arguments to T(,) More... about 18 years ago
Update the compiler to allow arbitrary expressions as arguments to T(,) More... about 18 years ago
Allow arbitrary expressions as bounds in the T(,) construct. More... about 18 years ago
Allow arbitrary expressions as bounds in the T(,) construct. More... about 18 years ago
Fixed nested index expressions (e.g. bones.bug) More... about 18 years ago
Fixed nested index expressions (e.g. bones.bug) More... about 18 years ago
Update with new parsing rules for index expressions. More... about 18 years ago
The distinction between operators and functions is abolished in the compiler. Index expressions are now calculated on the graph instead of being hard-coded in the compiler. This allows them to be any valid scalar expression. More... about 18 years ago
The distinction between operators and functions is abolished in the More... about 18 years ago
The distinction between operators and functions is abolished in the More... about 18 years ago
Return ParseTree of class P_FUNCTION instead of P_OPERATOR for operators. More... about 18 years ago
Return ParseTree of class P_FUNCTION instead of P_OPERATOR for operators. More... about 18 years ago
Added Prod function to bugs module (again, properly this time). More... about 18 years ago
Added Prod function to bugs module (again, properly this time). More... about 18 years ago
References to Prod function in bugs module temporarily removed, pending More... about 18 years ago
References to Prod function in bugs module temporarily removed, pending addition of source files Prod.cc Prod.h to the repository. More... about 18 years ago
Correct prior ordering example. More... about 18 years ago
Update description of censoring, truncation and prior ordering. More... about 18 years ago
Update examples with new infix operators == and ^, and new prod() function in the bugs module. More... about 18 years ago
Added prod function, which acts like the sum function but takes the product. More... about 18 years ago
Added prod function, which acts like the sum function but takes the product. More... about 18 years ago
Added new operators to ParseTree.h More... about 18 years ago
Added new operators to ParseTree.h Updated derived source files with parser/scanner changes More... about 18 years ago
Document modified behaviour of "parameters in" for multi-chain models. More... about 18 years ago
Added namespace to the basefunctions module to prevent name conflicts with other modules (e.g. the function pow() in the bugs module) More... about 18 years ago