2eec7bd182
Nonlocal: Raw -> Smart Pointers. Improved config of standalone dump_nonlocal_field.
2023-11-09 13:11:07 +01:00
a356534e6a
updated the copyright info.
2023-01-05 11:04:42 +01:00
c36552708e
more work towards a modern cmake. As a first example reworked FFTW3 binding.
2022-07-06 14:52:24 +02:00
8c0a0413e5
increased the PippardFitter version number.
2021-08-19 08:08:18 +02:00
d2c7a3b293
added some necessary include paths.
2021-08-19 08:08:06 +02:00
9a1f43d33e
adopt for proper git-info handling.
2021-08-19 08:07:51 +02:00
f76ebc8f18
added some docu.
2021-08-19 08:07:40 +02:00
2534168d50
add the option to dump the nonlocal field values for the ASlibs via the programm dump_nonlocal_field.
2021-08-19 08:07:28 +02:00
bd75f25ee6
slightly more modern c++ init style.
2021-04-06 14:41:13 +02:00
02496711b4
make PRgeHandler to a shared libs. Adopted Nonlocal and PMagProximity accordingly.
2021-04-06 14:40:17 +02:00
a821890ef5
changed the user function for nonlocal fitting to the new rge-handler. This breaks the backwards compatibility!
2021-04-06 14:39:56 +02:00
a7b540cfdb
update of the copyright info.
2021-03-29 08:30:43 +02:00
8b416b45e0
merged root6
2019-09-11 12:12:13 +02:00
e8982410b0
adopted to the enforced changes by root 6.18.00.
2019-07-01 21:56:50 +02:00
c64c74dbf8
modernized code to C++11 and newer.
...
This allows to analyze the code by external code analyzers. Since a lot is adopted,
the version is changed to 1.4.3
Conflicts:
src/classes/PFitter.cpp
src/classes/PFourier.cpp
src/classes/PMsrHandler.cpp
src/classes/PMusrCanvas.cpp
src/classes/PRunAsymmetry.cpp
src/classes/PRunAsymmetryRRF.cpp
src/classes/PRunListCollection.cpp
src/classes/PRunSingleHisto.cpp
src/classes/PRunSingleHistoRRF.cpp
src/classes/PStartupHandler.cpp
src/include/PFourier.h
src/include/PRunListCollection.h
src/musrFT.cpp
2019-04-24 17:44:58 +02:00
795cd75b1e
modernized code to C++11 and newer.
...
This allows to analyze the code by external code analyzers. Since a lot is adopted,
the version is changed to 1.4.3
2019-04-16 15:34:49 +02:00
8dd8d29adc
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.
Conflicts:
configure.ac
src/Makefile.am
src/classes/Makefile.am
src/external/MuSR_software/Makefile.am
2019-03-08 13:53:36 +01:00
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
29d35579a7
added the current source code path to root_generate_dictionary.
2019-02-04 19:43:31 +01:00
3cb950277f
cmake/cpack root dictionary issue fixed.
...
In order that package assembly works, the code needs to be relocatble
and any hints linking it to the original source need to be absent.
The changes here do exactely this. For rootcling the '-inlineInputHeader'
option is needed, otherwise the dictionary wants to load the header
file from the source destination which of course will fail when installing
the package on a machine without the source.
2019-02-01 16:05:24 +01:00
40191f7b44
allow the exponent for the temperature evolution for lambda to be set. If not given, the two fluid exponent 4 will be chosen.
2018-07-11 13:41:36 +02:00
8494ca71db
allow the exponent for the temperature evolution for lambda to be set. If not given, the two fluid exponent 4 will be chosen.
2018-07-11 13:39:58 +02:00
feae053bbc
added MODULE to root_generate_dictionary in order to get the proper name scheme.
2018-06-28 13:26:40 +02:00
55b5788506
added MODULE to root_generate_dictionary in order to get the proper name scheme.
2018-06-28 13:17:43 +02:00
215faf6e50
cmake: got rid of target_compile_options which are better controlled by the build type.
2018-06-06 13:19:05 +02:00
342da696db
cmake: got rid of target_compile_options which are better controlled by the build type.
2018-06-06 13:09:39 +02:00
d24763f4ad
cmake: added optimization and at the same time added the beta-NMR lib.
2018-06-05 20:31:07 +02:00
e4d56519b2
cmake: added optimization and at the same time added the beta-NMR lib.
2018-06-05 19:12:35 +02:00
b360129ee3
cmake: added library version information to the targets.
2018-06-02 20:45:04 +02:00
99e8eb9769
cmake: added library version information to the targets.
2018-06-02 12:41:13 +02:00
aa2cc9ddd2
cmake: more necessary files added. Still a lot of testing needed.
2018-05-31 13:26:36 +02:00
5384da49e1
added missing includes and shared libs.
2018-05-06 15:58:47 +02:00
15a82cbcc1
fixed typo
2018-05-05 21:32:08 +02:00
aa34efb0a8
add nonlocal sc support via cmake.
2018-05-05 21:02:48 +02:00
1729055385
merged from root6. Compiles but has issues with DKS linking yet.
2017-05-15 21:30:42 +02:00
6e32f5f9c9
removed automatic default installation of startup.xml's since they needed to be edited anyway manually to be adopted to the problem under consideration.
2017-02-15 10:28:38 +01:00
e8f692b42c
more changes towards musrfit/DKS/root6.
2017-02-08 11:16:27 +01:00
5908d8791a
back from __CLING__ to __CINT__ since the ROOT guys kept __CINT__ even though they are using cling?\!
2017-02-08 10:45:17 +01:00
ceb7aa6818
changed from legacy rootcint to the new rootcling ROOT dictionary generator.
2017-02-08 09:47:35 +01:00
18d037fdf2
adopted dks to root6 (branch dks6). Not yet tested.
2017-02-07 16:12:49 +01:00
5e28f465a4
replace all __CINT__ by __CLING__.
2017-02-07 16:08:52 +01:00
2afdf14c15
merged in master
2016-02-27 08:54:05 +01:00
4d2d7c860e
more work towards centralizing default startup XML files.
2016-02-25 21:07:30 +01:00
a5e9191f15
centralize more XML startup files.
2016-02-25 18:19:29 +01:00
4fd610442d
improved the CLEANFILES for ROOT6.
2015-10-28 13:56:16 +01:00
fec752182b
added all ROOT6 .pcm files for installation
2015-01-17 17:53:17 +01:00
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
1e6f1c45be
fixed missing replacement of INCLUDES
2013-12-19 11:53:30 +00:00
290816f996
upgrading Makefile.am's for more recent automake versions
2013-12-16 14:08:39 +00:00
f51152c4a3
config level fix for Mac OS X 10.9 (Mavericks). Optimize Noakes-Kalvius formulae. Update of docu.
2013-12-16 07:54:46 +00:00