Commit Graph

25 Commits

Author SHA1 Message Date
suter_a dbfeeddf3f Remove automake support
Since the cmake tool chain is now stable, the automake tool chain is removed from musrfit.
This makes documentation and code less cluttered.
2019-03-08 12:50:41 +01:00
suter_a f987776d41 cmake: cuba needs a -fPIC flag explicitly, otherwise it doesn't link with all compilers. 2018-06-06 17:06:42 +02:00
suter_a a756a2def4 cmake: got rid of target_compile_options which are better controlled by the build type. 2018-06-06 12:59:18 +02:00
suter_a 92f230e220 fixed a bug when compiling with -DNDEBUG 2018-06-06 12:56:27 +02:00
suter_a 99e8eb9769 cmake: added library version information to the targets. 2018-06-02 12:41:13 +02:00
suter_a b71455da66 cmake: added -fPIC to the compiler options when building libCuba. 2018-05-25 07:26:48 +02:00
suter_a e8aecbb419 cuba library: prevent duplicated symbols if fork is available. 2018-05-20 14:21:20 +02:00
suter_a 595fc89740 cmake: adopted to libCuba 4.2.0. 2018-05-20 10:39:35 +02:00
suter_a da42b95813 deals with the duplicate symbol problem for the shared cuba library 2018-05-19 23:23:34 +02:00
suter_a 293f6ecd3e added missing cuba-4.2 files. 2018-05-19 19:40:27 +02:00
suter_a 4061b7f24f upgrade the Cuba library from 3.2 -> 4.2 2018-05-19 18:02:27 +02:00
suter_a d8145d92d0 cmake: added missing stuff for the BMWlibs. 2018-05-17 14:03:20 +02:00
suter_a 1d191acd60 cmake: libCuba now containing the right symbols for c++/c. 2018-05-16 19:32:03 +02:00
suter_a 25d9adc8fc cmake: some more work towards full BMWlibs support. 2018-05-14 17:36:00 +02:00
suter_a 557b562047 added missing header file. 2018-05-14 11:12:54 +02:00
suter_a f6d8df74e1 cmake: attempt to get the cuba library compiled as collection of object libraries. Compiles and links, but not yet tested. 2018-05-12 15:56:32 +02:00
suter_a 5f3cf3c64a cmake: added first attempts to get cuba lib compiled as a shared lib (not successful yet). 2018-05-11 22:27:13 +02:00
suter_a bbb8550f96 since we moved to git, I cleaned up the svn prop's from the sources and added a GIT_REVISION through git-revision.h 2014-02-12 12:43:32 +01:00
suter_a 2818739ec6 upgrade of cuba to version 3.2. Merge in from BMW. 2013-12-20 09:58:23 +00:00
suter_a 290816f996 upgrading Makefile.am's for more recent automake versions 2013-12-16 14:08:39 +00:00
Bastian M. Wojek 56799142dc Restructured the interdependencies within the BMWlibs (maybe other commits will follow) 2011-03-21 14:33:34 +00:00
Bastian M. Wojek 8f5882897a Another try to build libCuba while working around gcc-bugs 2011-01-27 21:47:13 +00:00
Bastian M. Wojek 55071fb754 Updated the built-in version of the cuba library to version 2.1 within the BMWlibs.
Also the cuba-compiler-check for gcc-versions containing a certain bug (4.2, 4.4.3) has been adopted.
This still needs to be tested on systems having such a gcc.

If this new version of the built-in library should be installed,
first make sure that the old version is completely deinstalled (including headers, pkg-config-files, etc.).
2011-01-27 13:46:51 +00:00
Bastian M. Wojek 9d8b4fe3bd Fixed a copyright issue 2010-01-05 22:15:59 +00:00
Bastian M. Wojek 39f00e58a2 * Added initial builtin-support for a subset of Cuba
This has not been tested too much (so it might be better not to build the BMWlibs at the moment)
  In case shared library support will become available from T. Hahn, this support will be dropped again.

* Added a few " " to musrgui (calls to musrview, musrt0 and msr<->mlog)
  These are needed in the simple system commands to support paths with spaces and other strange things... :-(
2010-01-05 21:56:52 +00:00