Skip to content

Releases: MDSplus/mdsplus

alpha_release-7-1-23

10 Aug 23:06

Choose a tag to compare

Commits since last release:

commit 9a8528a (HEAD -> refs/heads/alpha, refs/remotes/origin/alpha)
Author: zack-vii zack-vii@users.noreply.github.com
Date: Wed Aug 10 20:02:28 2016 +0200

handle DTYPE_T just like DTYPE_POINTER (#593)

T is a string which is a pointer

commit c6f6bdd
Author: kgerickson kerickso@pppl.gov
Date: Wed Aug 10 13:58:51 2016 -0400

Fix bug #574 (#592)

Remove redundant mechanisms to propagate socket libraries, and fix the missing dependency on libws2_32 for windows.  This can be further simplified once we agree that Solaris is no longer supported, as that's the only non-windows OS that doesn't include functions like gethostbyname in libc.

commit 00ed48a
Author: GabrieleManduchi gabriele.manduchi@igi.cnr.it
Date: Wed Aug 10 14:06:56 2016 +0200

Fix unitiaized variable retPixelSize (#586)

commit 1c88363
Author: kgerickson kerickso@pppl.gov
Date: Wed Aug 10 08:05:26 2016 -0400

tdishr/TdiCull.c: Remove intermediate status var (#590)

commit 96c7dfd
Author: kgerickson kerickso@pppl.gov
Date: Wed Aug 10 08:04:42 2016 -0400

treeshr/TdiOpen.c: Fix uninit var (#589)

nomap could possibly be used uninitialized, so set to zero here

commit 593309e
Author: kgerickson kerickso@pppl.gov
Date: Wed Aug 10 08:04:01 2016 -0400

tdishr/TdiMath1.c: Use C math PI constants (#588)

commit 72812be
Author: kgerickson kerickso@pppl.gov
Date: Wed Aug 10 08:02:37 2016 -0400

tdishr/TdiDim.c: Use universal initializer (#591)

alpha_release-7-1-22

09 Aug 23:06

Choose a tag to compare

Commits since last release:

commit 508f269 (HEAD -> refs/heads/alpha, refs/remotes/origin/alpha)
Author: kgerickson kerickso@pppl.gov
Date: Tue Aug 9 10:35:01 2016 -0400

Fix typo introduced in 9fe1e9e21ab9505fe5eb42118bca3aac85f93c24

commit 6d46c13
Merge: 09efc96 9fe1e9e
Author: GabrieleManduchi gabriele.manduchi@igi.cnr.it
Date: Tue Aug 9 12:44:24 2016 +0200

Merge pull request #587 from MDSplus/kge-javascope-cleanup

Kge javascope cleanup

commit 9fe1e9e
Author: Keith kerickso@pppl.gov
Date: Mon Aug 8 19:31:25 2016 -0400

javascope: Replace conversion functions

The various functions used to convert from the body ByteBuffer to
primitive types were all basically custom implementations of what Java
already provides.  So, replace all of that with calls to the Java
libraries.

commit 8b47222
Author: Keith kerickso@pppl.gov
Date: Thu Aug 4 19:13:45 2016 -0400

javascope: Remove extra blank lines

commit 7240017
Author: Keith kerickso@pppl.gov
Date: Thu Aug 4 18:57:50 2016 -0400

javascope: Remove unused variables

commit 4244a93
Author: Keith kerickso@pppl.gov
Date: Thu Aug 4 18:56:51 2016 -0400

javascope: Fix scoping

Limit the scope of variable to the smallest range possible.

commit bcdc5e4
Author: Keith kerickso@pppl.gov
Date: Thu Aug 4 18:55:02 2016 -0400

javascope: Remove redundant casts

The jScope files are filled with redundant casts found with lint.  Remove all such casts, including removing temporary pointers entirely if possible.

alpha_release-7-1-21

05 Aug 23:05

Choose a tag to compare

Commits since last release:

commit 09efc96 (HEAD -> refs/heads/alpha, refs/remotes/origin/alpha)
Author: kgerickson kerickso@pppl.gov
Date: Fri Aug 5 10:35:02 2016 -0400

mdsshr/MdsCompareXd.c: Remove redundant casts (#583)

memcmp() takes in a size_t as its last argument, and two instances here were passing in unsigned shorts, but for some reason were being explicitly cast from unsigned short to int before being implicitly cast back to size_t (which is typically unsigned long).  So, remove the explicit casts.

alpha_release-7-1-20

02 Aug 23:06

Choose a tag to compare

Commits since last release:

commit 77822d4 (HEAD -> refs/heads/alpha, refs/remotes/origin/alpha)
Merge: 5936362 2c5f757
Author: zack-vii zack-vii@users.noreply.github.com
Date: Tue Aug 2 13:25:48 2016 +0200

Merge pull request #581 from zack-vii/zck_no_warning_but_windows_does_not_like_it

pointer cast to uint64_t was not returning the address

commit 2c5f757
Author: zack-vii zack.vii@live.com
Date: Tue Aug 2 00:39:29 2016 +0100

pointer cast to uint64_t was not returning the address

alpha_release-7-1-19

01 Aug 23:06

Choose a tag to compare

Commits since last release:

commit 5936362 (HEAD -> refs/heads/alpha, refs/remotes/origin/alpha)
Merge: f31376f fcaf269
Author: zack-vii zack-vii@users.noreply.github.com
Date: Mon Aug 1 18:35:13 2016 +0200

Merge pull request #580 from zack-vii/zck_no_warning_but_windows_does_not_like_it

j is not working on windows so we have to live with the warnings

commit fcaf269
Author: zack-vii zack.vii@live.com
Date: Mon Aug 1 15:57:23 2016 +0100

use inttypes.h

commit 3b420bb
Author: zack-vii zack.vii@live.com
Date: Mon Aug 1 15:32:38 2016 +0200

j is not working on windows so we have to live with the warnings

alpha_release-7-1-18

30 Jul 23:06

Choose a tag to compare

Commits since last release:

commit f31376f (HEAD -> refs/heads/alpha, refs/remotes/origin/alpha)
Merge: af1f38c f9baefa
Author: zack-vii zack-vii@users.noreply.github.com
Date: Sat Jul 30 23:38:56 2016 +0200

Merge pull request #579 from zack-vii/zck_DecompileQandQU_alt

decompile Q and QU (no warnings)

commit f9baefa
Author: zack-vii zack.vii@live.com
Date: Sat Jul 30 18:58:51 2016 +0200

use j on pointer decompile and cast to uint64_t to suppress warning

commit 36854cc
Author: zack-vii zack.vii@live.com
Date: Sat Jul 30 18:58:10 2016 +0200

adapted tests

commit b6c9714
Author: zack-vii zack.vii@live.com
Date: Sat Jul 30 18:57:54 2016 +0200

decompile Q and QU in human readable form

Decompile Q and QU as decimal strings human readable
and length*2.4+1.6
results in the required series 4,6,11,20,40
using j and format length specifier

alpha_release-7-1-17

29 Jul 23:06

Choose a tag to compare

Commits since last release:

commit af1f38c (HEAD -> refs/heads/alpha, refs/remotes/origin/alpha)
Author: Tom Fredian twf@psfc.mit.edu
Date: Fri Jul 29 11:12:07 2016 -0400

Prevent destruction of data contained in deleted nodes until the edit modifications are written. (#578)

commit 0ccbf6d
Merge: 117147a e288d02
Author: zack-vii zack-vii@users.noreply.github.com
Date: Fri Jul 29 13:47:52 2016 +0200

Merge pull request #577 from zack-vii/zck_fix_crash_on_null_return

skip if result is null
should not hurt anyone since at this point the code would segfault otherwise

commit e288d02
Author: zack-vii zack.vii@live.com
Date: Fri Jul 29 13:14:26 2016 +0200

skip if result is null

should fix issue #575

stable_release-7-1-10

20 Jul 19:03

Choose a tag to compare

Commits since last release:

commit 97cea99 (HEAD -> refs/heads/stable, refs/remotes/origin/stable)
Author: Tom Fredian twf@psfc.mit.edu
Date: Wed Jul 20 14:02:50 2016 -0400

Fix debian publish to public repository

alpha_release-7-1-16

20 Jul 23:06

Choose a tag to compare

Commits since last release:

commit 117147a (HEAD -> refs/heads/alpha, refs/remotes/origin/alpha)
Author: Tom Fredian twf@psfc.mit.edu
Date: Wed Jul 20 14:02:50 2016 -0400

Fix debian publish to public repository

alpha_release-7-1-15

18 Jul 23:06

Choose a tag to compare

Commits since last release:

commit 443f098 (HEAD -> refs/heads/alpha, refs/remotes/origin/alpha)
Author: Josh Stillerman jas@psfc.mit.edu
Date: Mon Jul 18 09:40:35 2016 -0400

remove complaint about vinNidOffset - there is no widget for this (#571)