Commit Graph

33 Commits

Author SHA1 Message Date
44821cb8cd updated the copyright info. 2025-01-30 12:00:49 +01:00
17339e191d updated copyright info. 2024-02-07 15:29:08 +01:00
4ba2502788 Raw -> Smart Pointers in PNeXus. 2023-11-09 13:11:21 +01:00
e4f7e22835 dump_header can dump #counts for each detector now also for mud and nexus. 2023-05-18 08:17:46 +02:00
a356534e6a updated the copyright info. 2023-01-05 11:04:42 +01:00
990cdf582d NeXus: replaced deprecated NXgetnextattr by NXgetnextattra. 2022-04-12 15:13:28 +02:00
baf26aac7f adopted to the not quite standard ISIS NeXus files. 2021-06-05 12:18:40 +02:00
a7b540cfdb update of the copyright info. 2021-03-29 08:30:43 +02:00
b6dba8965b update of the copyright info. 2020-04-30 17:46:10 +02:00
fe537efa6e improved error messages for NeXus file reading. Especially for the case of HDF4/HDF5 <-> NeXus version issues. 2020-04-20 14:26:29 +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
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
215faf6e50 cmake: got rid of target_compile_options which are better controlled by the build type. 2018-06-06 13:19:05 +02:00
d24763f4ad cmake: added optimization and at the same time added the beta-NMR lib. 2018-06-05 20:31:07 +02:00
fda88a69ad cmake: added missing CMakeFiles.txt 2018-06-04 07:49:39 +02:00
535b31f736 updated doc (svn -> git). Some minor changes. 2014-10-25 11:13:35 +02: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
290816f996 upgrading Makefile.am's for more recent automake versions 2013-12-16 14:08:39 +00:00
138e7ba369 first implementation of MusrRoot. Cleaner handling of Red/Green mode data. General cleanup 2012-03-22 07:00:34 +00:00
nemu
e76399634f improved attribute handling for NeXus IDF 1 2011-12-22 13:51:04 +00:00
7e2ea62ac3 more work towards NeXus exchange 2011-12-22 10:27:01 +00:00
60a11bffa5 more work on the conversion routines, NeXus, etc. 2011-12-16 15:22:35 +00:00
8f5b5609bc some more work towards a proper NeXus muon data format support. 2011-12-15 12:25:28 +00:00
Bastian M. Wojek
a3bfa4e70b Minor documentation update 2011-08-28 10:00:40 +00:00
db5d877e11 fixed memory leak 2011-08-23 18:27:11 +00:00
nemu
03b9fe1e71 added minimal NeXus IDF 2 support. 2011-08-23 17:22:29 +00:00
Bastian M. Wojek
e77cb772e6 Added a short description how to get NeXus support on Cygwin 2011-04-13 16:05:56 +00:00
Bastian M. Wojek
1024f5a28f Removed the user-function dependency on libPMusr
It should now be possible to build a static version of musrfit and shared libraries for the user functions.
This is needed on systems which do not support linking static libraries to shared ones (like Cygwin).
These changes still need to be tested on Cygwin, especially with user functions implementing the "global interface".
2011-04-13 08:18:14 +00:00
Bastian M. Wojek
f471eb2efe FIXED Makefiles so that the NeXus support will not be built if it has not been enabled during the configure stage 2011-04-12 09:53:26 +00:00
nemu
c77eebc8a9 added missing files 2011-04-08 14:06:43 +00:00
nemu
49619fcffb added NeXus support. Still a lot of testing will be needed, documentation updated, etc. 2011-04-08 09:24:32 +00:00
00d591fbff added some missing header files 2011-04-03 18:49:43 +00:00
nemu
42e4a1970e added a first version of ISIS NeXus Version 1 2011-03-31 05:43:10 +00:00