Commit Graph

1526 Commits

Author SHA1 Message Date
Zaher Salman 0593f7c150 Merged muonspin/musrfit:root6 into master 2018-06-09 10:18:16 +02:00
suter_a 41a5e493eb cmake: added missing include path when generating the dictionary. 2018-06-06 17:39:00 +02: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 4a881fad56 cleaned up signed/unsigned int issues. 2018-06-06 16:04:27 +02:00
suter_a 342da696db cmake: got rid of target_compile_options which are better controlled by the build type. 2018-06-06 13:09:39 +02:00
suter_a 5c03c229dc Merge branch 'root6' of https://git.psi.ch/nemu/musrfit into root6 2018-06-06 13:00:19 +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 5540b628c1 slight performance increase - missing header file. 2018-06-06 12:55:31 +02:00
suter_a 25b59ab473 slight performance increase. 2018-06-06 12:54:54 +02:00
suter_a e4d56519b2 cmake: added optimization and at the same time added the beta-NMR lib. 2018-06-05 19:12:35 +02:00
suter_a 88d5bb64b4 cmake: replaced debug info by a real one. 2018-06-05 09:47:47 +02:00
suter_a 57b7c52865 cmake: added -O2 which gives the performance improvement needed. 2018-06-05 07:59:24 +02:00
suter_a cd82c613aa added missing header files. 2018-06-04 09:34:10 +02:00
suter_a 99e8eb9769 cmake: added library version information to the targets. 2018-06-02 12:41:13 +02:00
suter_a f109281ba7 cmake: add necessary parts for MacOSX application bundle. 2018-05-30 09:28:02 +02:00
suter_a 54040c6bcd slightly adopted such that the about dialog is also present on MacOSX. 2018-05-30 09:26:50 +02:00
suter_a 48fd3fa082 adopted for MacOSX bundles. 2018-05-29 21:43:48 +02:00
suter_a 591540cef7 create correct kill string. 2018-05-29 21:42:41 +02:00
suter_a a5d236ec23 got rid of warnings due to identical labels (designer 'bug') 2018-05-28 11:09:14 +02:00
suter_a 83aff2667a cmake: first Qt4 musredit version. 2018-05-28 11:08:15 +02:00
suter_a 1258e1a0cb cmake: added first version for musrStep and musrWiz. 2018-05-25 15:41:49 +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 455314350f cmake: install docu for musredit, etc. 2018-05-24 15:06:43 +02:00
suter_a a796bf6ee2 cmake: make QtWebEngine working. 2018-05-23 21:08:46 +02:00
suter_a bd45eec20d cmake: added installation info. 2018-05-23 17:40:24 +02:00
suter_a 8ffcd488dd hide away the place where to find git-revision.h since this should be done in the Makefile. 2018-05-23 17:35:20 +02:00
suter_a 2774821b73 absorb return value of trimmed(). 2018-05-23 17:34:34 +02:00
suter_a 1bff46a61d added include directories 2018-05-23 17:33:43 +02:00
suter_a 37e35c72be make sure that layoutWidget has a unique name. 2018-05-23 17:06:40 +02:00
suter_a 5ca9925dae cmake: switched autouic off since ui-files are somewhere else. 2018-05-23 17:05:50 +02:00
suter_a 1477320be0 cmake: removed qt specific labels here. 2018-05-23 17:05:00 +02:00
suter_a 37dced302b cmake: first version to get musredit (Qt5) compiled. Still a lot of platform checks are missing. 2018-05-23 11:54:10 +02:00
suter_a d95193141d cmake: some more work on qt/musredit. 2018-05-22 15:46:20 +02:00
suter_a 0bc2ef7612 cmake: start to add the Qt components. No real functionality yet. 2018-05-22 15:25:22 +02:00
suter_a 7a0609dc84 added missing libraries. 2018-05-20 14:22:06 +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 326f40ce04 cmake: add file to build gap intergral lib which is part of the BMW lib. 2018-05-14 20:16:38 +02:00
suter_a 25d9adc8fc cmake: some more work towards full BMWlibs support. 2018-05-14 17:36:00 +02:00
suter_a 9fd077cf6d corrections for the needed linked libraries. 2018-05-14 14:54:19 +02:00
suter_a 7a66d35055 added missing include path 2018-05-14 13:11:28 +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