Tags give the ability to mark specific points in history as being important
-
config-02-13-00ccb8ed4d · ·
Reimplement generic templates replacing t_members by user algorithms. 1) User code is responsible to store generated pointer in the base object and lazy cast to such object from derived ones 2) Register names of the algorithms in DAL factory and implement search and upcasting of DAL objects to run such algorithms using generated get() method See ADTCC-177 for more details
-
config-02-12-03861fb95f · ·
Add new config object rel() method to implement new generated get(). New generated get() will be used to implement last request in ADTCC-177
-
config-02-12-01506c04cb · ·
Remove noexcept specification from DAL object print() method. An exception may be caused by loaded OKS schema and generated DAL mismatch. This modification fixes ADTCC-175
-
config-02-12-000f7c36cc · ·
Add factory for DAL objects and implemented non-template referenced_by method returning vector of DAL objects. This implements new features for ADTCC-177.
-
config-02-11-00a03df4b4 · ·
Move back to simplified version merging configuration and template parent object caches used for generated objects. See discussion in ADTCC-177
-
config-02-09-00c7e3ef8d · ·
Use ERS macros for ERS issue declaration and implementation. Remove config specific CONFIG_DECLARE_ERS_ISSUE and CONFIG_IMPLEMENT_ERS_ISSUE family of macros.
-
config-02-08-13a60aa459 · ·
Implement method to prefetch all data into clients cache. This is related to ADTCC-92
-
config-02-08-09ef527b97 · ·
Proper fix to check ranges in python; use regexp for strings like in C++
-
config-02-08-06a44b4570 · ·
Fix race condition Fix deadlock Fix commands to start tests (python test still fails)