Tags give the ability to mark specific points in history as being important
-
genconfig-03-09-0059b0f03c · ·
Assume, the genconfig will never be used with git repository. Avoid GIT checkout by genconfig
-
genconfig-03-08-04efbabbeb · ·
Use 3rd parameter of init_config_params() method and add relevant get() It is required to implement ADTCC-177
-
genconfig-03-08-03aab71681 · ·
Move to fast version of config cast methods as discussed in ADTCC-210
-
genconfig-03-08-0070c18f44 · ·
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
-
genconfig-03-07-03335e424f · ·
Fix daq namespace in exception name. Use new rel() to implement get(). Updated get() will be used to implement last request in ADTCC-177.
-
genconfig-03-07-020a1291fc · ·
Throw config::Generic() if cannot find algorithm and relationship. In generated method get() throw config::Generic() instead of std::exception. Also fix the text of the exception.
-
genconfig-03-07-01b3915f83 · ·
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
-
genconfig-03-07-006eabf0dd · ·
Register generated DAL classes on factory. Implement get() method allowing to use DAL algorithms. This implements new features for ADTCC-177.
-
genconfig-03-06-003033d524 · ·
Move back to simplified version merging configuration and template parent object caches used for generated objects. See discussion in ADTCC-177
-
genconfig-03-04-03e77accfb · ·
Minor improvements in command line parsing of genconfig and generated DAL dump application
-
genconfig-03-04-02d904d867 · ·
Add public section to c++ header generation and allow white spaces between various prologues, epilogues, private and public section keywords. This implements ADTCC-97