ART Suite Release Notes 1.05.00 (2013/04/12).¶
Previous version's release notes.
ART 1.05.00.¶
New features:¶
art::ProductRegistryHelper
as provided to detail classes using theart::Source
template now has the function,void productList(art::ProductList *p)
to take ownership of anart::ProductList
describing new products, which may be created dynamically. Hitherto only products known at compile time (reconstitutes()
,produces()
) were specifiable by the detail object. Most sources are unlikely to find this useful.simple_plugin
: NewBASENAME_ONLY
option to make plugins without folding the path into the library name.art_make
:NO_PLUGINS
option to allow all plugins to be made explicitly withsimple_plugin
(e.g. with individual library link lists).- Accept
BASENAME_ONLE
and pass through tosimple_plugin
. - Ignore dot-files when deciding what sources to build into a library.
- The
EXCLUDE
list of source files is now applied to plugin sources as well as libraries, allowing the individual building (or not) of plugin files on a per-module basis with the rest handled byart_make
.