mdsplus icon indicating copy to clipboard operation
mdsplus copied to clipboard

The MDSplus data management system

Results 190 mdsplus issues
Sort by recently updated
recently updated
newest added

The Int8 and Int8Array types assume that a "char" is a signed 8-bit integer. The standard doesn't specify this, and deliberately allows it to be signed or unsigned. The canonical...

refactor
US Priority
api/cpp

It's been discussed in a few settings to potentially switch the build system to CMake Several benefits include: * Faster configure times * Support for all IDEs / Build System...

enhancement
build&deploy

The current compression algorithm is optimized for integers upto 32 bit. For higher bit values or floating point the compression ration is rather poor. We should implement a shuffle filter...

enhancement
question
developer input requested

Windows' mapping of the pthread library is incomplete. In particular the pthread_cancel wont cancel your thread. Trusting that it will, may cause Windows programs to deadlock e.g. with a subsequent...

bug
os/windows
core

I already mentioned this in our meeting some time back. We should move the device driver development outof our release branches. these atomic merge/release of unfinished device drivers has side...

build&deploy

MDSplus installed on OSX Big Sur (MDSplus 7-96-17 stable release Dec 15 2020) with python module installed via conda on Anaconda 3.7. Mdsplus tunnelling on remote server opened on local...

The C++ example for events has several problems: - it does not compile with modern compilers - types not specific enough - cout needs std::cout - There is no main...

documentation
api/cpp

Hi all, I tried the setTimeContext method in Tree for pyhton. But it seems not working for my tree. I tried setting both Tree (the class) and the tree (the...

documentation needed

While working on the simpleJson server for grafana I find 2 issues with setTimeContext: 1 - data() and dim_of().data() will not return < 1 sample per segment. I have a...

bug
core

Is Mdsplus going to support the arm64 platform? RaspberryPi with 32 bits is supported by now. However, Raspberry Pi OS with 64 bits is under test. So will Mdsplus have...

feature
build