|
From: <kin...@us...> - 2025-08-21 06:15:04
|
Revision: 7319
http://sourceforge.net/p/teem/code/7319
Author: kindlmann
Date: 2025-08-21 06:15:02 +0000 (Thu, 21 Aug 2025)
Log Message:
-----------
better spelling of TeemV2
Modified Paths:
--------------
teem/trunk/src/bin/puller-with-Deft.c
teem/trunk/src/bin/puller.c
teem/trunk/src/make/README.txt
teem/trunk/src/make/externals.mk
teem/trunk/src/nrrd/arraysNrrd.c
teem/trunk/src/pull/trace.c
Modified: teem/trunk/src/bin/puller-with-Deft.c
===================================================================
--- teem/trunk/src/bin/puller-with-Deft.c 2025-08-21 06:13:10 UTC (rev 7318)
+++ teem/trunk/src/bin/puller-with-Deft.c 2025-08-21 06:15:02 UTC (rev 7319)
@@ -17,7 +17,7 @@
along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
-/* for Teem v2 the Deft stuff was removed from puller.c; but this
+/* for TeemV2 the Deft stuff was removed from puller.c; but this
file preserves it for posterity. */
/*
** NOTE: all the "#ifdef DEFT" directives refer to an FLTK2-based GUI
Modified: teem/trunk/src/bin/puller.c
===================================================================
--- teem/trunk/src/bin/puller.c 2025-08-21 06:13:10 UTC (rev 7318)
+++ teem/trunk/src/bin/puller.c 2025-08-21 06:15:02 UTC (rev 7319)
@@ -17,7 +17,7 @@
along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
-/* for Teem v2 the Deft stuff was removed from this file; see
+/* for TeemV2 the Deft stuff was removed from this file; see
puller-with-Deft.c for that code */
#include <teem/pull.h>
Modified: teem/trunk/src/make/README.txt
===================================================================
--- teem/trunk/src/make/README.txt 2025-08-21 06:13:10 UTC (rev 7318)
+++ teem/trunk/src/make/README.txt 2025-08-21 06:15:02 UTC (rev 7319)
@@ -17,7 +17,7 @@
# along with this library; if not, see <https://www.gnu.org/licenses/>.
#
-(these reflect the simplification of non-CMake building done for Teem v2)
+(these reflect the simplification of non-CMake building done for TeemV2)
=========================
User-set environment variables which effect global things:
@@ -27,10 +27,6 @@
library, and include files will be installed. If not set, the top-level directory is
taken to be "../..", when inside the source directory for the individual libraries
-TEEM_LINK_SHARED: if set to "true" then binaries, when linked, will be linked with shared
- libraries, and not static libraries. If not set, we link against static libraries, in
- order to produce stand-alone-ish binaries
-
=========================
The variables that can be set by the individual library Makefile's
=========================
Modified: teem/trunk/src/make/externals.mk
===================================================================
--- teem/trunk/src/make/externals.mk 2025-08-21 06:13:10 UTC (rev 7318)
+++ teem/trunk/src/make/externals.mk 2025-08-21 06:15:02 UTC (rev 7319)
@@ -27,7 +27,7 @@
## set it, not to anything in particular). If external EXT is enabled during make, then
## TEEM_EXT will be defined as "1" during source file compilation.
##
-## For Teem v2, the TEEM_EXT_IPATH and TEEM_EXT_LPATH (e.g TEEM_ZLIB_IPATH and
+## For TeemV2, the TEEM_EXT_IPATH and TEEM_EXT_LPATH (e.g TEEM_ZLIB_IPATH and
## TEEM_ZLIB_LPATH) variables are changed to EXT.IPATH and EXT.LPATH, set here (since
## there are no longer multiple architectures to simultaneously support)
##
Modified: teem/trunk/src/nrrd/arraysNrrd.c
===================================================================
--- teem/trunk/src/nrrd/arraysNrrd.c 2025-08-21 06:13:10 UTC (rev 7318)
+++ teem/trunk/src/nrrd/arraysNrrd.c 2025-08-21 06:15:02 UTC (rev 7319)
@@ -73,7 +73,7 @@
0 /* nrrdTypeBlock: "for some reason we pretend that blocks are integers" is what this
used to say since ~2002 when this array was created (under the name nrrdTypeFixed[],
as opposed to floating point), but that was never justified or necessary (afaik).
- For 2023 Teem v2 hacking, GLK got annoyed that CC code in cc.c didn't immediately
+ For 2023 TeemV2 hacking, GLK got annoyed that CC code in cc.c didn't immediately
complain that nrrdTypeBloack was a useless type for output CC IDs. */
};
Modified: teem/trunk/src/pull/trace.c
===================================================================
--- teem/trunk/src/pull/trace.c 2025-08-21 06:13:10 UTC (rev 7318)
+++ teem/trunk/src/pull/trace.c 2025-08-21 06:15:02 UTC (rev 7319)
@@ -1082,7 +1082,7 @@
} else { \
airOneLine(file, line, AIR_STRLEN_MED + 1); \
}
- hackhack = nrrdStateVerboseIO; /* should be fixed in Teem v2 */
+ hackhack = nrrdStateVerboseIO; /* HEY should be fixed in TeemV2 */
nrrdStateVerboseIO = 0;
READ(vert);
READ(strn);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|