[brlcad-commits] SF.net SVN: brlcad:[75863] brlcad/branches/bioh

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75863 http://sourceforge.net/p/brlcad/code/75863 Author: starseeker Date: 2020-05-21 12:56:40 + (Thu, 21 May 2020) Log Message: --- This works on Linux, but the key will be whether these tests succeed and fail properly on Windows. Modified Paths:

[brlcad-commits] SF.net SVN: brlcad:[75864] brlcad/branches/bioh/src/other/stepcode

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75864 http://sourceforge.net/p/brlcad/code/75864 Author: starseeker Date: 2020-05-21 13:32:30 + (Thu, 21 May 2020) Log Message: --- Zapped the MSVC versions by mistake Modified Paths: -- brlcad/branches/bioh/src/other/stepcode/include/sc_export

[brlcad-commits] SF.net SVN: brlcad:[75865] brlcad/trunk/regress/repository/repocheck.cpp

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75865 http://sourceforge.net/p/brlcad/code/75865 Author: starseeker Date: 2020-05-21 13:58:05 + (Thu, 21 May 2020) Log Message: --- Make sure to set ret if the symbol count goes too high. Modified Paths: -- brlcad/trunk/regress/repository/repoc

[brlcad-commits] SF.net SVN: brlcad:[75866] brlcad/trunk/regress/repository/repocheck.cpp

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75866 http://sourceforge.net/p/brlcad/code/75866 Author: starseeker Date: 2020-05-21 14:05:20 + (Thu, 21 May 2020) Log Message: --- Ah, right - MSVC needs to be in the platform symbol list for CMake. Modified Paths: -- brlcad/trunk/regress/repo

[brlcad-commits] SF.net SVN: brlcad:[75867] brlcad/branches/bioh

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75867 http://sourceforge.net/p/brlcad/code/75867 Author: starseeker Date: 2020-05-21 14:09:11 + (Thu, 21 May 2020) Log Message: --- See if we can push MSVC specific library setting up into one location. Modified Paths: -- brlcad/branches/bioh/C

[brlcad-commits] SF.net SVN: brlcad:[75868] brlcad/branches/bioh

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75868 http://sourceforge.net/p/brlcad/code/75868 Author: starseeker Date: 2020-05-21 14:11:30 + (Thu, 21 May 2020) Log Message: --- Merge trunk changes through r75867 Modified Paths: -- brlcad/branches/bioh/regress/repository/repocheck.cpp

[brlcad-commits] SF.net SVN: brlcad:[75869] brlcad/branches/bioh/src/conv/step

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75869 http://sourceforge.net/p/brlcad/code/75869 Author: starseeker Date: 2020-05-21 14:20:30 + (Thu, 21 May 2020) Log Message: --- Use HIDE_INTERNAL_SYMBOLS for the other step programs as well - was using MSVC, not CPP_DLL_DEFINES as the conditional. Modifie

[brlcad-commits] SF.net SVN: brlcad:[75870] rt^3/trunk/src/coreInterface/ConstDatabase.cpp

2020-05-21 Thread d_rossberg--- via brlcad-commits
Revision: 75870 http://sourceforge.net/p/brlcad/code/75870 Author: d_rossberg Date: 2020-05-21 14:27:52 + (Thu, 21 May 2020) Log Message: --- they say that this macro shall be called once before RTG.rtg_vlfree will be used (rt/global.h) well, this can happen here Modif

[brlcad-commits] SF.net SVN: brlcad:[75871] brlcad/trunk/regress/repository/repocheck.cpp

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75871 http://sourceforge.net/p/brlcad/code/75871 Author: starseeker Date: 2020-05-21 14:45:52 + (Thu, 21 May 2020) Log Message: --- Add a verbosity option to repocheck so we can optionally get a report of platform symbols even if there aren't more than expecte

[brlcad-commits] SF.net SVN: brlcad:[75872] brlcad/branches/bioh

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75872 http://sourceforge.net/p/brlcad/code/75872 Author: starseeker Date: 2020-05-21 14:47:28 + (Thu, 21 May 2020) Log Message: --- Merge changes from trunk through r75871 Modified Paths: -- brlcad/branches/bioh/regress/repository/repocheck.cpp

[brlcad-commits] SF.net SVN: brlcad:[75873] rt^3/trunk/tests/coreInterface/pipe.cpp

2020-05-21 Thread d_rossberg--- via brlcad-commits
Revision: 75873 http://sourceforge.net/p/brlcad/code/75873 Author: d_rossberg Date: 2020-05-21 14:48:50 + (Thu, 21 May 2020) Log Message: --- Get() became GetControlPoint() Modified Paths: -- rt^3/trunk/tests/coreInterface/pipe.cpp Modified: rt^3/trunk/

[brlcad-commits] SF.net SVN: brlcad:[75875] brlcad/branches/bioh

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75875 http://sourceforge.net/p/brlcad/code/75875 Author: starseeker Date: 2020-05-21 14:55:55 + (Thu, 21 May 2020) Log Message: --- Merge changes from trunk through r75874 Modified Paths: -- brlcad/branches/bioh/src/libfb/if_tk.cpp Property Ch

[brlcad-commits] SF.net SVN: brlcad:[75874] brlcad/trunk/src/libfb/if_tk.cpp

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75874 http://sourceforge.net/p/brlcad/code/75874 Author: starseeker Date: 2020-05-21 14:55:08 + (Thu, 21 May 2020) Log Message: --- Returning from a Tcl thread, adjust return types Modified Paths: -- brlcad/trunk/src/libfb/if_tk.cpp Modified:

[brlcad-commits] SF.net SVN: brlcad:[75877] brlcad/branches/bioh

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75877 http://sourceforge.net/p/brlcad/code/75877 Author: starseeker Date: 2020-05-21 15:01:08 + (Thu, 21 May 2020) Log Message: --- Merge changes from trunk through r75876 Modified Paths: -- brlcad/branches/bioh/src/libfb/if_tk.cpp Property Ch

[brlcad-commits] SF.net SVN: brlcad:[75876] brlcad/trunk/src/libfb/if_tk.cpp

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75876 http://sourceforge.net/p/brlcad/code/75876 Author: starseeker Date: 2020-05-21 15:00:50 + (Thu, 21 May 2020) Log Message: --- Whoops - don't use return before TCL_THREAD_CREATE_RETURN Modified Paths: -- brlcad/trunk/src/libfb/if_tk.cpp M

[brlcad-commits] SF.net SVN: brlcad:[75878] brlcad/trunk/src/libfb

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75878 http://sourceforge.net/p/brlcad/code/75878 Author: starseeker Date: 2020-05-21 15:14:06 + (Thu, 21 May 2020) Log Message: --- So far at least we're not using C++ here Modified Paths: -- brlcad/trunk/src/libfb/CMakeLists.txt Added Paths:

[brlcad-commits] SF.net SVN: brlcad:[75879] brlcad/branches/bioh

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75879 http://sourceforge.net/p/brlcad/code/75879 Author: starseeker Date: 2020-05-21 15:19:09 + (Thu, 21 May 2020) Log Message: --- Merge changes from trunk through r75878 Modified Paths: -- brlcad/branches/bioh/src/libfb/CMakeLists.txt Added

[brlcad-commits] SF.net SVN: brlcad:[75880] brlcad/branches/dm-fb-merge

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75880 http://sourceforge.net/p/brlcad/code/75880 Author: starseeker Date: 2020-05-21 16:34:29 + (Thu, 21 May 2020) Log Message: --- Merge changes from trunk through r75879, except for libdm/libfb changes (which will need to be reworked for the new dm-fb setup

[brlcad-commits] SF.net SVN: brlcad:[75881] brlcad/branches/mktest/

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75881 http://sourceforge.net/p/brlcad/code/75881 Author: starseeker Date: 2020-05-21 17:02:18 + (Thu, 21 May 2020) Log Message: --- Make a branch to experiment with testing approaches - https://stackoverflow.com/a/56448477 indicates there is a new feature in C

[brlcad-commits] SF.net SVN: brlcad:[75882] brlcad/branches/mktest

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75882 http://sourceforge.net/p/brlcad/code/75882 Author: starseeker Date: 2020-05-21 18:00:35 + (Thu, 21 May 2020) Log Message: --- First tentative experiments with the fixtures feature of CTest to provide tests run by make test with dependency resolution that

[brlcad-commits] SF.net SVN: brlcad:[75883] brlcad/branches/mktest

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75883 http://sourceforge.net/p/brlcad/code/75883 Author: starseeker Date: 2020-05-21 19:05:08 + (Thu, 21 May 2020) Log Message: --- Adapt the add_test wrapper as a BRLCAD_ADD_TEST function Modified Paths: -- brlcad/branches/mktest/CMakeLists.tx

[brlcad-commits] SF.net SVN: brlcad:[75884] brlcad/trunk/src/libbu/whereami.c

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75884 http://sourceforge.net/p/brlcad/code/75884 Author: starseeker Date: 2020-05-21 19:37:16 + (Thu, 21 May 2020) Log Message: --- Set up the libbu fallback as something that can be called if the other mechanisms fail, not just as a compile-time fallback if s

[brlcad-commits] SF.net SVN: brlcad:[75885] brlcad/branches/mktest

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75885 http://sourceforge.net/p/brlcad/code/75885 Author: starseeker Date: 2020-05-21 19:38:35 + (Thu, 21 May 2020) Log Message: --- Make the fixture groups behind the scenes based on the executable name Modified Paths: -- brlcad/branches/mktest

[brlcad-commits] SF.net SVN: brlcad:[75886] brlcad/branches/mktest

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75886 http://sourceforge.net/p/brlcad/code/75886 Author: starseeker Date: 2020-05-21 19:59:33 + (Thu, 21 May 2020) Log Message: --- See if we can just leverage the existing add_test override. Drawback is this will slow down the tests somewhat as the setup tes

[brlcad-commits] SF.net SVN: brlcad:[75887] brlcad/branches/mktest

2020-05-21 Thread starseeker--- via brlcad-commits
Revision: 75887 http://sourceforge.net/p/brlcad/code/75887 Author: starseeker Date: 2020-05-22 02:43:58 + (Fri, 22 May 2020) Log Message: --- At least with that approach, fixtures doesn't reliably prepare all the necessary inputs (and a lot of build processes trying to