root/library/bdm/base

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @665 [665] 15 years smidl Compilation and minor extensions
(edit) @660 [660] 15 years smidl doc - doxygen warnings
(edit) @659 [659] 15 years mido synchronization of documentation pages names
(edit) @652 [652] 15 years smidl doc corrections
(edit) @635 [635] 15 years smidl changes in base classes
(edit) @628 [628] 15 years smidl methods of a datalink are virtual!
(edit) @624 [624] 15 years smidl RV accepts size=-1 as 'already existing size'
(edit) @620 [620] 15 years smidl replace assert_debug by assert in classes interacting with users …
(edit) @619 [619] 15 years mido zmena abstraktnich trid na konkretni - s chybovou hlaskou, vse kvuli MS VS
(edit) @618 [618] 15 years smidl use simulator in tutorial/userguide
(edit) @613 [613] 15 years smidl documentation
(edit) @611 [611] 15 years smidl new logger - stdlog - designed for easy debuggint in command line
(edit) @610 [610] 15 years smidl rv returns name of a scalar at prespecified position
(edit) @609 [609] 15 years smidl remove "delays" from memory DS, check length of datasource
(edit) @604 [604] 15 years smidl change of syntax of RV
(edit) @603 [603] 15 years smidl datasources revisited…
(edit) @600 [600] 15 years mido presun globalnich veci v RV dovnitr tridy kde byly zadefinovany jako …
(edit) @598 [598] 15 years smidl new buffered datalink ( #32 ) and new datasources - all with minor trivial …
(edit) @596 [596] 15 years smidl #37 almost finished
(edit) @593 [593] 15 years smidl new test for mxArrayDS (former MexDS)
(edit) @588 [588] 15 years smidl win32 compilation fixes
(edit) @586 [586] 15 years smidl redesign of ctrl LQ control for arx
(edit) @584 [584] 15 years smidl new function unique(ivec) and its test in RV_test
(edit) @573 [573] 15 years smidl preparatory stuff for #19
(edit) @565 [565] 15 years vbarta using own error macros (basically copied from IT++, but never aborting)
(edit) @554 [554] 15 years vbarta fewer Visual Studio warnings
(edit) @551 [551] 15 years vbarta initializing memory used by memlog (it would probably work OK even …
(edit) @548 [548] 15 years vbarta added memlog test
(edit) @545 [545] 15 years vbarta moved some datalink method bodies to bdmbase.cpp; more datalink tests
(edit) @544 [544] 15 years vbarta corrected dynamic memory handling in UI::from_setting, more UIException …
(edit) @540 [540] 15 years vbarta split UIException into 3
(edit) @536 [536] 15 years smidl removal of unused functions _e() and samplecond(,) and added documentation …
(edit) @535 [535] 15 years smidl Changed UIREGISTER for templated classes to UIREGISTER2. * it is now …
(edit) @534 [534] 15 years vbarta removed unused overload of UI::build, changed another one to return …
(edit) @532 [532] 15 years vbarta moved mpdf::samplecond_m body to .cpp
(edit) @531 [531] 15 years vbarta more RV tests
(edit) @529 [529] 15 years vbarta defined *_ptr wrappers of shared pointers
(edit) @527 [527] 15 years vbarta using shared_ptr in UI (optionally so far; loading & saving Array<T *> …
(edit) @513 [513] 15 years smidl quickies: no assert in mpdf::_rvc mmix accepts empty Coms
(edit) @508 [508] 15 years smidl LQG basic implementation
(edit) @507 [507] 15 years vbarta removed class compositepdf; keeping mpdfs of mprod and merger_base in …
(edit) @504 [504] 15 years vbarta returning shared pointers from epdf::marginal & epdf::condition; testsuite …
(edit) @502 [502] 15 years vbarta added tests of epdf::evallog_m methods, moved them out of line
(edit) @494 [494] 15 years vbarta fixed UIREGISTER to also work outside namespace bdm
(edit) @493 [493] 15 years vbarta fixed UIREGISTER
(edit) @490 [490] 15 years smidl corrections of bdmtoolbox for new UIs, Mex files now call RV::clear_all(), …
(edit) @489 [489] 15 years smidl Mpdf redesing is complet - all tests pass (except mlnorm<chmat> which is …
(edit) @488 [488] 15 years smidl changes in mpdf -> compile OK, broken tests!
(edit) @487 [487] 15 years smidl 1st step of mpdf redesign - BROKEN compile
(edit) @483 [483] 15 years vbarta fixed UIException::what returning invalid (by the time it returns) pointer
(edit) @479 [479] 15 years vbarta removed useless branch
(edit) @478 [478] 15 years mido patch preklepu, uz by mel jit build knihovny
(edit) @477 [477] 15 years mido panove, vite, jak jsem peclivej na upravu kodu.. snad se vam bude libit:) …
(edit) @474 [474] 15 years vbarta reverted settings load & save to throw UIException (std::exception usage …
(edit) @471 [471] 15 years mido 1) ad UserInfo?: UI::get a UI::build predelany tak, ze vraci fals / NULL v …
(edit) @462 [462] 15 years vbarta moved test of marginal & condition to epdf_harness
(edit) @461 [461] 15 years vbarta mpdf (& its dependencies) reformat: now using shared_ptr, moved virtual …
(edit) @451 [451] 15 years vbarta in error message, showing the first registered class name just once
(edit) @436 [436] 15 years vbarta moved egiw_test to testsuite (partially converted to a configurable test); …
(edit) @432 [432] 15 years smidl dim in constructor
(edit) @430 [430] 15 years vbarta removed useless (double) iterator initialization
(edit) @425 [425] 15 years vbarta moved logger test to testsuite, updated logger docs (a bit)
(edit) @424 [424] 15 years vbarta moved datalink tests to testsuite, added default initialization to …
(edit) @422 [422] 15 years vbarta RV partial cleanup: more arguments passed by reference, less inline …
(edit) @417 [417] 15 years vbarta fixed doc typos, using standard terminology
(edit) @416 [416] 15 years vbarta fixed typo (bitwise to logical or and and)
(edit) @412 [412] 15 years smidl arx example for estimator workig
(edit) @404 [404] 15 years smidl Change in epdf: evallog returns -inf for points out of support. Merger is …
(edit) @399 [399] 15 years smidl compilation + DFLT in merger
(edit) @396 [396] 15 years mido UI documentation almost finished; UIException redesigned and used instead …
(edit) @395 [395] 15 years smidl merging works for merger_mx
(edit) @394 [394] 15 years mido 1) UI_File renamed to UIFile 2) part UI's documentation 3) stat/mixtures.h …
(edit) @392 [392] 15 years smidl compilation fixes - UI_build use exceptions now!!!!
(edit) @390 [390] 15 years mido class bdmroot renamed to root, ui matrix patched (possibility of a …
(edit) @388 [388] 15 years smidl mergers
(edit) @387 [387] 15 years smidl paths corrections
(add) @384 [384] 15 years mido possibly broken?
Note: See TracRevisionLog for help on using the revision log.