Timing chart nxrs0 vs polaris added
Merge remote-tracking branch 'refs/remotes/origin/integrate' into integrate
Added --size uption to cctwutil --gentest
Eliminate Qcep<xxx>List and associated property types
Initialize CctwBaseTransformParameters::m_TransformOptions
Regularize source indentation
Add FIXME for property notify problems
Reformat tabs
Extra includes for qcepjsengine.h to work with qt5x
Pass experiment to help widgets
Remove QcepScriptingInterface
Reworking new experiment code for cctw
Remove refs to QScriptEngine
Improve logging at startup
{start,halt}ExecutionSlot -> {x}Execution
Minor tewak
Add setStringValue to various property types
Remove m_Experiment from CctwQtMainWindow
cctw: define window settings format versions
cctw: remove include moc_
Tweaks for git version for windows
Modify 'git' usage to avoid '-C'
Tried to check for threads library in CMakeLists.txt
Only build cctwmpi if mpi and parallel hdf are available
Implement override of input data chunk size
Fix problems with 3D mask
cctw version 0.5.0
Close 1D & 2D datasets after use
Implement 3D masks and weights
Implement 1D and 2D masks and weights in MPI version
Add optimization flags to cmake build
Fix problems with weights, check dimensions of weights/masks
Add newline when progress completed
Implement 2D and 1D masks and weights (weights not working yet)
Changes to build under scientific linux 7
Changes to build under scientific linux 7
Precompiled cctwthreaded.gz added for use at CHESS
Disable output compression, set default omega step to zero
Fix various problems with cctw/cctw-standalone
Fixes to cctw{mpi,threaded} input reader
Working on fixing problems with cctw and cctw-standalone
More work on cctw command line versions
Tweaks to cmake build files
Work on new cctw merge command and separate weights input
Working on cctw{threaded,mpi} merge commands
Working on non-normalized input handling for new cctw
Changes for standalone cctw build
More work on cctw merge command
Start testing merge command
Added --genmerge command to cctwutil
Rename transformer and merger to transformmapper and transformreducer to remove ambiguity in use of term merger
Implement non-normalized outputs in cctwthreaded and cctwmpi
Require c++11 for compilation
Adjust static constructors for atomics to work with earlier g++
Use smart pointer in CctwqtMainWindow::transform
Removed some bogus entries in cctwlib-files.pri
Fix minor typos in cctwlib-files.pri
Initialize chunk size to 50,50,50 by default, and dataset size to 512,512,512
Merge branch 'integrate' of ssh://git.code.sf.net/p/cctw/code into integrate
Added timing output option to cctw, cctwmpi and cctwthreaded
Decode --gentests and --genpars cctw command line options
Rework read/write settings, remove custom writer functions
Added more tests to cctwtest.pro
Major performance improvements to cctw transform operation - eliminat vast majority of locks
Merge branch 'integrate' of ssh://git.code.sf.net/p/cctw/code into integrate
Halt application execution in cctw
Add mutex locker counting
Replace QcepMutexLocker by MUTEX_LOCK macro
Add test4 command to cctw, add test cases for cctw
cctw: Added build notes for alcf theta build
Added build notes for alcf theta build
Re-work property I/O mechanism
revert to number only version numbers
Started cctw v0.2.7a
v0.2.6
Make git version appear in rpm built
Remove executable bits on source files, add rpm dependency info
Work on cctw command line
Add logging to cctwqt main window
Fix problems with coord transform routines
Merge from integrate branch
Working on parameter initialization and testing
Use QcepHDF5{Input,Output}SelectDialog to browse data paths
Only build cctwmpi, cctwthreaded and cctwutil on linux
Tweaks to build system to allow cctwmpi/cctwthreaded/cctwutil to be built as well
Merge from 'master' branch
Remove cctwtest and cctwmpi from integrate branch
Work on hdf import/export dialogs
Minor tweaks to CctwqtMainWindow
Work on hdf import/export commands
Implemenet .js import/export commands
Move more code from cctwapplication to cctwexperiment, add import/export options to dialogs
More work on parameter js parsing
Work on parameter initialization and editing dialogs
Remove references to QScriptEngine, re-work parameter properties
Move much code from cctwapplication to cctwexperiment, string conversion for QVariants
Work on parameter inport/export
Added cctwexperiment, cctwcmdexperiment, added file menu commands in cctwqtmainwindow
Work on cctwqt to make it more conformant with qceplib
Add various transform testing commands