• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rakhimov / scram / 1287

Builds Branch Commit Type Ran Committer Via Coverage
1287 pdag Redesign one Constant per PDAG graph Instead of having many unique constants with True/False states, a single True constant per graph is provided with index 1. The idea is taken from BDD. In order to maintain the uniqueness invariant upon PDAG c... push 18 Jan 2017 11:26AM UTC rakhimov travis-ci pending completion   set done
1286 develop Rename BooleanGraph -> PDAG (Propositional DAG) PDAG is a formal and exact term for the construct. BooleanGraph, for example, doesn't capture that it's acyclic (it is implicit). Moreoever, BooleanGraph is a made-up term not common in literature. ... cron 17 Jan 2017 05:45PM UTC rakhimov travis-ci pending completion   set done
1284 pdag Rename BooleanGraph -> PDAG (Propositional DAG) PDAG is a formal and exact term for the construct. BooleanGraph, for example, doesn't capture that it's acyclic (it is implicit). Moreoever, BooleanGraph is a made-up term not common in literature. ... push 16 Jan 2017 02:03AM UTC rakhimov travis-ci pending completion   set done
1283 develop Use CMAKE_CXX_STANDARD to set compiler C++14 flags On CMake 3.1 or later this feature is available. Unfortunately, this feature is not implemented for Intel compilers, so the C++ version flag is still set manually for this compiler. If cmake is o... cron 14 Jan 2017 05:40PM UTC rakhimov travis-ci pending completion   set done
1282 develop Use CMAKE_CXX_STANDARD to set compiler C++14 flags On CMake 3.1 or later this feature is available. Unfortunately, this feature is not implemented for Intel compilers, so the C++ version flag is still set manually for this compiler. If cmake is o... push 13 Jan 2017 03:58AM UTC rakhimov travis-ci pending completion   set done
1281 cmake Use CMAKE_CXX_STANDARD to set compiler C++14 flags On CMake 3.1 or later this feature is available. Unfortunately, this feature is not implemented for Intel compilers, so the C++ version flag is still set manually for this compiler. If cmake is o... push 13 Jan 2017 03:28AM UTC rakhimov travis-ci pending completion   set done
1280 cmake Use CMAKE_CXX_STANDARD to set compiler C++14 flags On CMake 3.1 or later this feature is available. If cmake is older, manual checking and setting are performed as usual. In addition, minimum compiler versions are checked in CMake setup. Qt 5.7 ... push 13 Jan 2017 02:59AM UTC rakhimov travis-ci pending completion   set done
1279 develop Refactor new/delete pairs into unique_ptr or stack push 13 Jan 2017 12:42AM UTC rakhimov travis-ci pending completion   set done
1278 ext Refactor new/delete pairs into unique_ptr or stack push 13 Jan 2017 12:26AM UTC rakhimov travis-ci pending completion   set done
1277 ext Move ext.h facilities into ext sub-directory The facilities are split into headers grouped by the corresponding libraries in STL and Boost. push 12 Jan 2017 11:37PM UTC rakhimov travis-ci pending completion   set done
1275 develop Use boost::iterator_range for Histogram boundaries Instead of a pair of iterators, the iterator range is a proper abstraction. The refactoring makes the code more explicit and clean. push 21 Dec 2016 07:57AM UTC rakhimov travis-ci pending completion   set done
1274 develop Fix the Histogram deviate expected value formula The formula affected only probability analysis. The uncertainty analysis processes sampling correctly. Fixes #149. push 21 Dec 2016 06:53AM UTC rakhimov travis-ci pending completion   set done
1273 develop Use std::mem_fn for sampler_iterator (icc bug) Intel compiler is chocking on lambda and Boost on libstdc++ 4.9. Since the function is already virtual, there's not much optimization loss from using std::mem_fn. push 21 Dec 2016 03:52AM UTC rakhimov travis-ci pending completion   set done
1267 develop Use boost::transform_iterator as sampler iterator In Histogram deviate sampling, the iterator is wrapped by a retriever function. The custom made sampler iterator confuses LibC++ and can be replaced with the transform iterator anyway. push 20 Dec 2016 11:36PM UTC rakhimov travis-ci pending completion   set done
1265 develop Make Bdd::Function::operator bool() explicit push 20 Dec 2016 03:50PM UTC rakhimov travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 41
  • 42
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc