Hi,
In order to tidy up the names of MITK artefacts like shared libraries and
executables,
the changes referred in the cited email below have now been committed to the
MITK master.
The commits introduced some backwards-incompatible build-system changes which
you need
to take into account in your MITK based project (after updating to the current
master or
when using the up-coming March release):
* When referring to MITK modules in your CMake files, make sure to prefix
them with "Mitk", e.g.
mitk_create_module(... DEPENDS Segmentation)
needs to be changed to
mitk_create_module(... DEPENDS MitkSegmenation)
* The module "Qmitk" was renamed to "MitkQtWidgets"
* The module "QmitkExt" was renamed to "MitkQtWidgetsExt"
* If you happen to use a call to us::ModuleRegistry::GetModule("..."),
you need to check that the correcly prefixed module name is used in
case you are trying to retrieve a us::Module* object for a MITK module.
Thanks,
Sascha
On 02/12/2014 02:36 PM, Sascha Zelzer wrote:
> Dear MITK users,
>
> as many of you know, MITK has a long history and has grown tremendously
> over the last ten years. Parts of that history are still reflected in
> the current MITK source tree layout and the naming of directories,
> executables, libraries etc.
>
> We now want to introduce a consistent naming scheme. However, these
> changes will very likely require modifications of the CMake files of
> MITK based projects because some module names will change.
>
> Your own projects naming scheme will of course not be affected but you
> could reuse some of the MITK CMake code to enforce your own naming
> scheme for your MITK modules.
>
> This mail is intended to gather feedback from the community for the
> proposal [1] and as a preliminary announcement.
>
> Thank you,
>
> Sascha
>
> [1] http://mitk.org/Development/NamingConventions
>
>
>
>
> ------------------------------------------------------------------------------
> Android apps run on BlackBerry 10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience. Start now.
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users