[brlcad-commits] SF.net SVN: brlcad:[77733] brlcad/branches/extbuild/src/other/ext/tk.cmake

2020-11-12 Thread starseeker--- via brlcad-commits
Revision: 77733 http://sourceforge.net/p/brlcad/code/77733 Author: starseeker Date: 2020-11-12 21:13:49 + (Thu, 12 Nov 2020) Log Message: --- Adjust deps Modified Paths: -- brlcad/branches/extbuild/src/other/ext/tk.cmake Modified:

[brlcad-commits] SF.net SVN: brlcad:[77732] brlcad/branches/extbuild/src/other/ext/ tcl.cmake

2020-11-12 Thread starseeker--- via brlcad-commits
Revision: 77732 http://sourceforge.net/p/brlcad/code/77732 Author: starseeker Date: 2020-11-12 20:19:51 + (Thu, 12 Nov 2020) Log Message: --- Adjust windows exe name Modified Paths: -- brlcad/branches/extbuild/src/other/ext/tcl.cmake Modified:

[brlcad-commits] SF.net SVN: brlcad:[77731] brlcad/branches/extbuild/src/other/ext

2020-11-12 Thread starseeker--- via brlcad-commits
Revision: 77731 http://sourceforge.net/p/brlcad/code/77731 Author: starseeker Date: 2020-11-12 20:08:59 + (Thu, 12 Nov 2020) Log Message: --- Various build adjustments Modified Paths: -- brlcad/branches/extbuild/src/other/ext/tcl/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77729] brlcad/branches/extbuild/src/other/ext/ tcl.cmake

2020-11-12 Thread starseeker--- via brlcad-commits
Revision: 77729 http://sourceforge.net/p/brlcad/code/77729 Author: starseeker Date: 2020-11-12 14:48:20 + (Thu, 12 Nov 2020) Log Message: --- Note apparent issue with spaces in paths Modified Paths: -- brlcad/branches/extbuild/src/other/ext/tcl.cmake

[brlcad-commits] SF.net SVN: brlcad:[77726] brlcad/branches/extbuild/CMakeLists.txt

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77726 http://sourceforge.net/p/brlcad/code/77726 Author: starseeker Date: 2020-11-11 03:37:55 + (Wed, 11 Nov 2020) Log Message: --- Grumble... initial testing suggests that Tcl's configure script doesn't like the wacky installation path it needs to pass to

[brlcad-commits] SF.net SVN: brlcad:[77725] brlcad/trunk/CMakeLists.txt

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77725 http://sourceforge.net/p/brlcad/code/77725 Author: starseeker Date: 2020-11-10 21:50:03 + (Tue, 10 Nov 2020) Log Message: --- Stash the cmake_language method for dealing with empty string passing for later use - it requires 3.18, but seems to be a

[brlcad-commits] SF.net SVN: brlcad:[77724] brlcad/trunk/CMakeLists.txt

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77724 http://sourceforge.net/p/brlcad/code/77724 Author: starseeker Date: 2020-11-10 21:44:21 + (Tue, 10 Nov 2020) Log Message: --- Had these tests backwards in the reworked version of the logic. Modified Paths: -- brlcad/trunk/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77723] brlcad/trunk/TODO

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77723 http://sourceforge.net/p/brlcad/code/77723 Author: starseeker Date: 2020-11-10 21:00:47 + (Tue, 10 Nov 2020) Log Message: --- Add another crash simulation models link Modified Paths: -- brlcad/trunk/TODO Modified: brlcad/trunk/TODO

[brlcad-commits] SF.net SVN: brlcad:[77722] brlcad/trunk/TODO

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77722 http://sourceforge.net/p/brlcad/code/77722 Author: starseeker Date: 2020-11-10 20:55:40 + (Tue, 10 Nov 2020) Log Message: --- gwu link seems to be down, and another with at least a few models. Modified Paths: -- brlcad/trunk/TODO

[brlcad-commits] SF.net SVN: brlcad:[77721] brlcad/trunk/CMakeLists.txt

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77721 http://sourceforge.net/p/brlcad/code/77721 Author: starseeker Date: 2020-11-10 20:43:56 + (Tue, 10 Nov 2020) Log Message: --- Empty arguments still disappear when passing through the function (essentially, ARGN is not a literal representation of the

[brlcad-commits] SF.net SVN: brlcad:[77720] brlcad/trunk

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77720 http://sourceforge.net/p/brlcad/code/77720 Author: starseeker Date: 2020-11-10 20:18:29 + (Tue, 10 Nov 2020) Log Message: --- Go with a BRLCAD_ADD_TEST wrapper in lieu of using the _add_test approach. Simpler (no need for whitespace workaround) and

[brlcad-commits] SF.net SVN: brlcad:[77719] brlcad/branches/extbuild/src/other/ext/CMake/ ExternalProject_Target.cmake

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77719 http://sourceforge.net/p/brlcad/code/77719 Author: starseeker Date: 2020-11-10 19:29:05 + (Tue, 10 Nov 2020) Log Message: --- Problem wasn't what I thought - had to do with unwittingly employing two quoting mechanisms simultaneously. Had surrounded

[brlcad-commits] SF.net SVN: brlcad:[77718] brlcad/branches/extbuild/src/other/ext/CMake/ ExternalProject_Target.cmake

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77718 http://sourceforge.net/p/brlcad/code/77718 Author: starseeker Date: 2020-11-10 17:16:20 + (Tue, 10 Nov 2020) Log Message: --- Ugh. Looks like file(COPY) has some odd limitations when it comes to filenames with spaces in paths - it works some of the

[brlcad-commits] SF.net SVN: brlcad:[77717] brlcad/trunk/misc/repoconv/ github_ci_actions.yml

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77717 http://sourceforge.net/p/brlcad/code/77717 Author: starseeker Date: 2020-11-10 14:48:53 + (Tue, 10 Nov 2020) Log Message: --- Commit some (commented out) examples of manipulation of the configure and build lines for more targeted testing of subbuilds in

[brlcad-commits] SF.net SVN: brlcad:[77716] brlcad/branches/extbuild

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77716 http://sourceforge.net/p/brlcad/code/77716 Author: starseeker Date: 2020-11-10 14:31:00 + (Tue, 10 Nov 2020) Log Message: --- Revert the stepcode simplification and related converter logic changes. Didn't change the functional issue seen with

[brlcad-commits] SF.net SVN: brlcad:[77715] brlcad/branches/extbuild/src/other/ext

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77715 http://sourceforge.net/p/brlcad/code/77715 Author: starseeker Date: 2020-11-10 13:55:19 + (Tue, 10 Nov 2020) Log Message: --- Pass build type for other ext builds. Modified Paths: -- brlcad/branches/extbuild/src/other/ext/bson.cmake

[brlcad-commits] SF.net SVN: brlcad:[77714] brlcad/branches/extbuild/src/other/ext/ stepcode.cmake

2020-11-10 Thread starseeker--- via brlcad-commits
Revision: 77714 http://sourceforge.net/p/brlcad/code/77714 Author: starseeker Date: 2020-11-10 13:50:46 + (Tue, 10 Nov 2020) Log Message: --- Set up conditional passing of CMAKE_BUILD_TYPE for non-multiconfig generators. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77710] brlcad/branches/extbuild/src/conv/step

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77710 http://sourceforge.net/p/brlcad/code/77710 Author: starseeker Date: 2020-11-07 04:44:12 + (Sat, 07 Nov 2020) Log Message: --- update imports Modified Paths: -- brlcad/branches/extbuild/src/conv/step/ap203e2-g/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77709] brlcad/branches/extbuild/src/other/ext/stepcode /src

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77709 http://sourceforge.net/p/brlcad/code/77709 Author: starseeker Date: 2020-11-07 02:59:04 + (Sat, 07 Nov 2020) Log Message: --- More imports Modified Paths: -- brlcad/branches/extbuild/src/other/ext/stepcode/src/core/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77708] brlcad/branches/extbuild/src/other/ext/stepcode /src/exp2cxx/sc_getopt.cpp

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77708 http://sourceforge.net/p/brlcad/code/77708 Author: starseeker Date: 2020-11-07 02:55:32 + (Sat, 07 Nov 2020) Log Message: --- These should be C variables, for external visibility. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77707] brlcad/branches/extbuild/src/other/ext/stepcode /src/exp2cxx/CMakeLists.txt

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77707 http://sourceforge.net/p/brlcad/code/77707 Author: starseeker Date: 2020-11-07 02:49:07 + (Sat, 07 Nov 2020) Log Message: --- Do we need imports here? Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77706] brlcad/branches/extbuild/src/other/ext/stepcode /src

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77706 http://sourceforge.net/p/brlcad/code/77706 Author: starseeker Date: 2020-11-07 02:45:26 + (Sat, 07 Nov 2020) Log Message: --- Add a couple error.h includes Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77705] brlcad/branches/extbuild

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77705 http://sourceforge.net/p/brlcad/code/77705 Author: starseeker Date: 2020-11-07 02:33:34 + (Sat, 07 Nov 2020) Log Message: --- remove exppp lib references Modified Paths: -- brlcad/branches/extbuild/misc/CMake/FindSTEPCODE.cmake

[brlcad-commits] SF.net SVN: brlcad:[77704] brlcad/branches/extbuild/src/other/ext/stepcode

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77704 http://sourceforge.net/p/brlcad/code/77704 Author: starseeker Date: 2020-11-07 02:31:05 + (Sat, 07 Nov 2020) Log Message: --- Fold exppp into express Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77703] brlcad/branches/extbuild/src/other/ext/stepcode

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77703 http://sourceforge.net/p/brlcad/code/77703 Author: starseeker Date: 2020-11-07 02:19:55 + (Sat, 07 Nov 2020) Log Message: --- See if we can go with _WIN32 Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77702] brlcad/branches/extbuild

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77702 http://sourceforge.net/p/brlcad/code/77702 Author: starseeker Date: 2020-11-07 01:28:07 + (Sat, 07 Nov 2020) Log Message: --- stepcode base library is gone. Modified Paths: -- brlcad/branches/extbuild/misc/CMake/FindSTEPCODE.cmake

[brlcad-commits] SF.net SVN: brlcad:[77701] brlcad/branches/extbuild

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77701 http://sourceforge.net/p/brlcad/code/77701 Author: starseeker Date: 2020-11-06 22:27:09 + (Fri, 06 Nov 2020) Log Message: --- Rework the stepcode build, stripping it down to the core pieces we use. Hopefully this will be a step towards make it easier

[brlcad-commits] SF.net SVN: brlcad:[77700] brlcad/branches/extbuild

2020-11-06 Thread starseeker--- via brlcad-commits
Revision: 77700 http://sourceforge.net/p/brlcad/code/77700 Author: starseeker Date: 2020-11-06 20:56:36 + (Fri, 06 Nov 2020) Log Message: --- Merge from trunk - r77690 through r77699 Modified Paths: -- brlcad/branches/extbuild/include/rt/geom.h

[brlcad-commits] SF.net SVN: brlcad:[77696] brlcad/trunk/src/tclscripts/checker/ OverlapFileTool.tcl

2020-11-05 Thread starseeker--- via brlcad-commits
Revision: 77696 http://sourceforge.net/p/brlcad/code/77696 Author: starseeker Date: 2020-11-05 16:09:52 + (Thu, 05 Nov 2020) Log Message: --- Running the check command directly from Tcl isn't playing well with the MGED command prompt - instead, just have the GUI run

[brlcad-commits] SF.net SVN: brlcad:[77690] brlcad/branches/extbuild

2020-11-04 Thread starseeker--- via brlcad-commits
Revision: 77690 http://sourceforge.net/p/brlcad/code/77690 Author: starseeker Date: 2020-11-04 22:01:09 + (Wed, 04 Nov 2020) Log Message: --- Merge from trunk - r77660 through r77689 Modified Paths: -- brlcad/branches/extbuild/NEWS

[brlcad-commits] SF.net SVN: brlcad:[77689] brlcad/branches/extbuild/src/other

2020-11-04 Thread starseeker--- via brlcad-commits
Revision: 77689 http://sourceforge.net/p/brlcad/code/77689 Author: starseeker Date: 2020-11-04 21:33:31 + (Wed, 04 Nov 2020) Log Message: --- Something isn't quite right with the build logic for header geneneration here - Windows isn't succeeding in its first pass, but

[brlcad-commits] SF.net SVN: brlcad:[77679] brlcad/branches/extbuild/src/other/openNURBS/ CMakeLists.txt

2020-11-04 Thread starseeker--- via brlcad-commits
Revision: 77679 http://sourceforge.net/p/brlcad/code/77679 Author: starseeker Date: 2020-11-04 14:34:58 + (Wed, 04 Nov 2020) Log Message: --- The openNURBS static target needs zlib.h in place, but doesn't have the linkages to set up the dependencies. Do so explicitly.

[brlcad-commits] SF.net SVN: brlcad:[77674] brlcad/branches/extbuild

2020-11-03 Thread starseeker--- via brlcad-commits
Revision: 77674 http://sourceforge.net/p/brlcad/code/77674 Author: starseeker Date: 2020-11-03 22:04:01 + (Tue, 03 Nov 2020) Log Message: --- Add include with no tcl suffix to possible include paths. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77673] brlcad/trunk/misc/repoconv/ github_ci_actions.yml

2020-11-03 Thread starseeker--- via brlcad-commits
Revision: 77673 http://sourceforge.net/p/brlcad/code/77673 Author: starseeker Date: 2020-11-03 20:18:32 + (Tue, 03 Nov 2020) Log Message: --- Stash attempt at simplification of github actions logic. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77672] brlcad/branches/extbuild/src/other/ext/ CMakeLists.txt

2020-11-03 Thread starseeker--- via brlcad-commits
Revision: 77672 http://sourceforge.net/p/brlcad/code/77672 Author: starseeker Date: 2020-11-03 19:39:24 + (Tue, 03 Nov 2020) Log Message: --- Probably going in another direction. Modified Paths: -- brlcad/branches/extbuild/src/other/ext/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77671] brlcad/branches/extbuild/src/other/ext/ itcl.cmake

2020-11-03 Thread starseeker--- via brlcad-commits
Revision: 77671 http://sourceforge.net/p/brlcad/code/77671 Author: starseeker Date: 2020-11-03 18:42:27 + (Tue, 03 Nov 2020) Log Message: --- Make itcl depend on tk as well, if we're building it, to prepare for find_package. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77670] brlcad/branches/extbuild/src/other/ext/gdal/ogr /ogrsf_frmts/geojson/libjson/CMakeLists.txt

2020-11-03 Thread starseeker--- via brlcad-commits
Revision: 77670 http://sourceforge.net/p/brlcad/code/77670 Author: starseeker Date: 2020-11-03 18:35:37 + (Tue, 03 Nov 2020) Log Message: --- Protect another XOPEN_SOURCE definition Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77669] brlcad/branches/extbuild/src/other/ext

2020-11-03 Thread starseeker--- via brlcad-commits
Revision: 77669 http://sourceforge.net/p/brlcad/code/77669 Author: starseeker Date: 2020-11-03 17:58:32 + (Tue, 03 Nov 2020) Log Message: --- Fix symlink logic for OSX, couple fixes for Apple/clang on github runner. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77668] brlcad/trunk/misc/repoconv/ github_ci_actions.yml

2020-11-03 Thread starseeker--- via brlcad-commits
Revision: 77668 http://sourceforge.net/p/brlcad/code/77668 Author: starseeker Date: 2020-11-03 13:17:58 + (Tue, 03 Nov 2020) Log Message: --- Probably want this off by default. Modified Paths: -- brlcad/trunk/misc/repoconv/github_ci_actions.yml

[brlcad-commits] SF.net SVN: brlcad:[77667] brlcad/branches/extbuild/src/other/ext/ CMakeLists.txt

2020-11-02 Thread starseeker--- via brlcad-commits
Revision: 77667 http://sourceforge.net/p/brlcad/code/77667 Author: starseeker Date: 2020-11-02 23:55:12 + (Mon, 02 Nov 2020) Log Message: --- Start working on generating a cmake script that can set these environment variables, rather than trying to run the bat file

[brlcad-commits] SF.net SVN: brlcad:[77666] brlcad/trunk/misc/repoconv/ github_ci_actions.yml

2020-11-02 Thread starseeker--- via brlcad-commits
Revision: 77666 http://sourceforge.net/p/brlcad/code/77666 Author: starseeker Date: 2020-11-02 22:07:14 + (Mon, 02 Nov 2020) Log Message: --- Explain a little more what we're doing here with Windows environment reproduction, and handle a case where file(STRINGS) isn't

[brlcad-commits] SF.net SVN: brlcad:[77665] brlcad/branches/extbuild/src/other/ext/ itcl.cmake

2020-11-02 Thread starseeker--- via brlcad-commits
Revision: 77665 http://sourceforge.net/p/brlcad/code/77665 Author: starseeker Date: 2020-11-02 20:11:40 + (Mon, 02 Nov 2020) Log Message: --- fix relpath path for itcl subdir. Modified Paths: -- brlcad/branches/extbuild/src/other/ext/itcl.cmake

[brlcad-commits] SF.net SVN: brlcad:[77664] brlcad/branches/extbuild/src/other/ext

2020-11-02 Thread starseeker--- via brlcad-commits
Revision: 77664 http://sourceforge.net/p/brlcad/code/77664 Author: starseeker Date: 2020-11-02 15:06:50 + (Mon, 02 Nov 2020) Log Message: --- Gah. Apple uses a different naming convention for library symlinks. Add more adapters and generalization... Modified Paths:

[brlcad-commits] SF.net SVN: brlcad:[77663] brlcad/branches/extbuild/src/other/ext/netpbm

2020-11-02 Thread starseeker--- via brlcad-commits
Revision: 77663 http://sourceforge.net/p/brlcad/code/77663 Author: starseeker Date: 2020-11-02 14:10:29 + (Mon, 02 Nov 2020) Log Message: --- Apple doesn't seem to like the XOPEN_SOURCE define for strdup... Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77662] brlcad/branches/extbuild

2020-10-31 Thread starseeker--- via brlcad-commits
Revision: 77662 http://sourceforge.net/p/brlcad/code/77662 Author: starseeker Date: 2020-10-31 11:58:13 + (Sat, 31 Oct 2020) Log Message: --- Ninja on Windows looks like it's going to be good at spotting dependency issues, since we don't have zlib.h from the system to

[brlcad-commits] SF.net SVN: brlcad:[77661] brlcad/branches/extbuild/src/other/ext/ png.cmake

2020-10-31 Thread starseeker--- via brlcad-commits
Revision: 77661 http://sourceforge.net/p/brlcad/code/77661 Author: starseeker Date: 2020-10-31 11:31:23 + (Sat, 31 Oct 2020) Log Message: --- Fix PNG static name. Modified Paths: -- brlcad/branches/extbuild/src/other/ext/png.cmake Modified:

[brlcad-commits] SF.net SVN: brlcad:[77660] brlcad/branches/extbuild

2020-10-31 Thread starseeker--- via brlcad-commits
Revision: 77660 http://sourceforge.net/p/brlcad/code/77660 Author: starseeker Date: 2020-10-31 11:00:26 + (Sat, 31 Oct 2020) Log Message: --- Merge from trunk - r77546 through r77659 Modified Paths: -- brlcad/branches/extbuild/AUTHORS

[brlcad-commits] SF.net SVN: brlcad:[77657] brlcad/branches/extbuild/src/other/ext/ proj4.cmake

2020-10-28 Thread starseeker--- via brlcad-commits
Revision: 77657 http://sourceforge.net/p/brlcad/code/77657 Author: starseeker Date: 2020-10-28 12:39:13 + (Wed, 28 Oct 2020) Log Message: --- missed line deletion. Modified Paths: -- brlcad/branches/extbuild/src/other/ext/proj4.cmake Modified:

[brlcad-commits] SF.net SVN: brlcad:[77656] brlcad/branches/extbuild/src/other/ext

2020-10-28 Thread starseeker--- via brlcad-commits
Revision: 77656 http://sourceforge.net/p/brlcad/code/77656 Author: starseeker Date: 2020-10-28 12:35:48 + (Wed, 28 Oct 2020) Log Message: --- Start working on updates for static libs on MSVC - need to avoid collisions with dll import library filenames. Modified Paths:

[brlcad-commits] SF.net SVN: brlcad:[77653] brlcad/branches/extbuild

2020-10-27 Thread starseeker--- via brlcad-commits
Revision: 77653 http://sourceforge.net/p/brlcad/code/77653 Author: starseeker Date: 2020-10-28 01:56:50 + (Wed, 28 Oct 2020) Log Message: --- Update to more modern find_package(Threads) style Modified Paths: -- brlcad/branches/extbuild/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77652] brlcad/trunk

2020-10-27 Thread starseeker--- via brlcad-commits
Revision: 77652 http://sourceforge.net/p/brlcad/code/77652 Author: starseeker Date: 2020-10-28 01:32:37 + (Wed, 28 Oct 2020) Log Message: --- Post 3.1 CMake 'highly recommends' using the Threads::Threads imported target and the THREADS_PREFER_PTHREAD_FLAG - switch over

[brlcad-commits] SF.net SVN: brlcad:[77650] brlcad/trunk

2020-10-25 Thread starseeker--- via brlcad-commits
Revision: 77650 http://sourceforge.net/p/brlcad/code/77650 Author: starseeker Date: 2020-10-25 17:17:47 + (Sun, 25 Oct 2020) Log Message: --- Adjust CMAKE_INSTALL_PREFIX management - looks like some changes I was considering making don't play out correctly... Modified

[brlcad-commits] SF.net SVN: brlcad:[77649] brlcad/branches/extbuild/src/other/ext/ regex.cmake

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77649 http://sourceforge.net/p/brlcad/code/77649 Author: starseeker Date: 2020-10-24 21:43:09 + (Sat, 24 Oct 2020) Log Message: --- Setup for testing of regex MSVC specific static lib name to avoid .lib naming conflict. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77648] brlcad/branches/extbuild/src/libdm/wgl/ CMakeLists.txt

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77648 http://sourceforge.net/p/brlcad/code/77648 Author: starseeker Date: 2020-10-24 21:41:41 + (Sat, 24 Oct 2020) Log Message: --- Add includes for internal Tk header. Modified Paths: -- brlcad/branches/extbuild/src/libdm/wgl/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77647] brlcad/branches/extbuild/src/other/ext/regex/ CMakeLists.txt

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77647 http://sourceforge.net/p/brlcad/code/77647 Author: starseeker Date: 2020-10-24 21:40:46 + (Sat, 24 Oct 2020) Log Message: --- Adjust COMPILE_DEFINITIONS, assign MSVC specific static name. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77646] brlcad/branches/extbuild/src/other/ext/regex/ regex.h.in

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77646 http://sourceforge.net/p/brlcad/code/77646 Author: starseeker Date: 2020-10-24 21:39:55 + (Sat, 24 Oct 2020) Log Message: --- replace BRLCAD_DLL usage with newer style of EXPORT definitions. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77645] brlcad/branches/extbuild/src/other/ext/CMake/ ExternalProject_Target.cmake

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77645 http://sourceforge.net/p/brlcad/code/77645 Author: starseeker Date: 2020-10-24 21:34:31 + (Sat, 24 Oct 2020) Log Message: --- Not sure yet, but need to think about DLL import/export and whether the imported targets need to have any properties set.

[brlcad-commits] SF.net SVN: brlcad:[77644] brlcad/branches/extbuild/src/libbu/ CMakeLists.txt

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77644 http://sourceforge.net/p/brlcad/code/77644 Author: starseeker Date: 2020-10-24 21:28:24 + (Sat, 24 Oct 2020) Log Message: --- libbu isn't currently using libregex Modified Paths: -- brlcad/branches/extbuild/src/libbu/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77643] brlcad/branches/extbuild/src/other/ext/ CMakeLists.txt

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77643 http://sourceforge.net/p/brlcad/code/77643 Author: starseeker Date: 2020-10-24 20:46:13 + (Sat, 24 Oct 2020) Log Message: --- Groan. Oversimplified - .lib files associated with DLL builds using MSVC are colliding with .lib files from static library

[brlcad-commits] SF.net SVN: brlcad:[77642] brlcad/branches/extbuild/src/other/ext/CMake/ ExternalProject_Target.cmake

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77642 http://sourceforge.net/p/brlcad/code/77642 Author: starseeker Date: 2020-10-24 20:43:16 + (Sat, 24 Oct 2020) Log Message: --- This shouldn't be NOCONFIG either - remove to match other logic. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77636] brlcad/branches/extbuild/src/other/ext/ png.cmake

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77636 http://sourceforge.net/p/brlcad/code/77636 Author: starseeker Date: 2020-10-24 14:11:20 + (Sat, 24 Oct 2020) Log Message: --- Don't list the static symlink in the shared entry Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77635] brlcad/branches/extbuild/src/other/ext

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77635 http://sourceforge.net/p/brlcad/code/77635 Author: starseeker Date: 2020-10-24 13:52:56 + (Sat, 24 Oct 2020) Log Message: --- Need some adjustments for static libs Modified Paths: -- brlcad/branches/extbuild/src/other/ext/bson.cmake

[brlcad-commits] SF.net SVN: brlcad:[77634] brlcad/branches/extbuild

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77634 http://sourceforge.net/p/brlcad/code/77634 Author: starseeker Date: 2020-10-24 13:44:01 + (Sat, 24 Oct 2020) Log Message: --- Make a few updates for distcheck - in particular, don't fail on the presense of .ninja_log after cleanup since we can't

[brlcad-commits] SF.net SVN: brlcad:[77633] brlcad/branches/extbuild/misc/CMake/ BRLCAD_Install_Prefix.cmake

2020-10-24 Thread starseeker--- via brlcad-commits
Revision: 77633 http://sourceforge.net/p/brlcad/code/77633 Author: starseeker Date: 2020-10-24 13:13:55 + (Sat, 24 Oct 2020) Log Message: --- Looking we need CMAKE_IGNORE_PATH for find_package Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77630] brlcad/branches/extbuild/src/other/ext/CMake/ ExternalProject_Target.cmake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77630 http://sourceforge.net/p/brlcad/code/77630 Author: starseeker Date: 2020-10-24 03:34:09 + (Sat, 24 Oct 2020) Log Message: --- Got bit again by treating $ as an indication of multiconfig - it gets set when single config builds set CMAKE_BUILD_TYPE as

[brlcad-commits] SF.net SVN: brlcad:[77629] brlcad/branches/extbuild

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77629 http://sourceforge.net/p/brlcad/code/77629 Author: starseeker Date: 2020-10-24 03:15:48 + (Sat, 24 Oct 2020) Log Message: --- Put back STEPCODE aliases Modified Paths: -- brlcad/branches/extbuild/INSTALL

[brlcad-commits] SF.net SVN: brlcad:[77628] brlcad/branches/extbuild

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77628 http://sourceforge.net/p/brlcad/code/77628 Author: starseeker Date: 2020-10-24 02:58:15 + (Sat, 24 Oct 2020) Log Message: --- Adjust CMAKE_INSTALL_PREFIX path setup, use variable for substitution key Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77627] brlcad/branches/extbuild/src/other/ext/ gdal.cmake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77627 http://sourceforge.net/p/brlcad/code/77627 Author: starseeker Date: 2020-10-24 02:22:56 + (Sat, 24 Oct 2020) Log Message: --- Set plurals of GDAL vars Modified Paths: -- brlcad/branches/extbuild/src/other/ext/gdal.cmake Modified:

[brlcad-commits] SF.net SVN: brlcad:[77626] brlcad/branches/extbuild/misc/CMakeLists.txt

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77626 http://sourceforge.net/p/brlcad/code/77626 Author: starseeker Date: 2020-10-24 01:58:28 + (Sat, 24 Oct 2020) Log Message: --- configure_file once, not once per config Modified Paths: -- brlcad/branches/extbuild/misc/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77625] brlcad/branches/extbuild/src/other/ext

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77625 http://sourceforge.net/p/brlcad/code/77625 Author: starseeker Date: 2020-10-24 01:44:02 + (Sat, 24 Oct 2020) Log Message: --- Update distclean to handle the external build outputs. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77624] brlcad/branches/extbuild/src/other/ext/ perplex.cmake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77624 http://sourceforge.net/p/brlcad/code/77624 Author: starseeker Date: 2020-10-24 01:01:44 + (Sat, 24 Oct 2020) Log Message: --- Adjust perplex root Modified Paths: -- brlcad/branches/extbuild/src/other/ext/perplex.cmake Modified:

[brlcad-commits] SF.net SVN: brlcad:[77623] brlcad/branches/extbuild/src

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77623 http://sourceforge.net/p/brlcad/code/77623 Author: starseeker Date: 2020-10-24 00:51:52 + (Sat, 24 Oct 2020) Log Message: --- fix include dirs for gdal, few other gdal related adjustments Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77622] brlcad/branches/extbuild

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77622 http://sourceforge.net/p/brlcad/code/77622 Author: starseeker Date: 2020-10-23 22:10:05 + (Fri, 23 Oct 2020) Log Message: --- Quiet some CMake policy warnings. Modified Paths: -- brlcad/branches/extbuild/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77621] brlcad/branches/extbuild/misc/CMake/ multiconfig_path_read.cmake.in

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77621 http://sourceforge.net/p/brlcad/code/77621 Author: starseeker Date: 2020-10-23 22:03:26 + (Fri, 23 Oct 2020) Log Message: --- Clean up and simplify the multiconfig path fixing code. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77620] brlcad/branches/extbuild/misc/CMake/ TCL_PKGINDEX.cmake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77620 http://sourceforge.net/p/brlcad/code/77620 Author: starseeker Date: 2020-10-23 22:02:52 + (Fri, 23 Oct 2020) Log Message: --- Whoops, helps to install the files... Modified Paths: -- brlcad/branches/extbuild/misc/CMake/TCL_PKGINDEX.cmake

[brlcad-commits] SF.net SVN: brlcad:[77619] brlcad/branches/extbuild/misc/CMake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77619 http://sourceforge.net/p/brlcad/code/77619 Author: starseeker Date: 2020-10-23 21:13:28 + (Fri, 23 Oct 2020) Log Message: --- Having to re-think how this install path rewriting is working for multiconfig setups. Checkpointing a working setup that

[brlcad-commits] SF.net SVN: brlcad:[77618] brlcad/branches/extbuild/regress/user/ CMakeLists.txt

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77618 http://sourceforge.net/p/brlcad/code/77618 Author: starseeker Date: 2020-10-23 18:14:32 + (Fri, 23 Oct 2020) Log Message: --- Pull in the thirdparty_rework fix for the include directory for the regress/user test - need to handle multiconfig directories

[brlcad-commits] SF.net SVN: brlcad:[77617] brlcad/trunk

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77617 http://sourceforge.net/p/brlcad/code/77617 Author: starseeker Date: 2020-10-23 17:47:00 + (Fri, 23 Oct 2020) Log Message: --- Fall back to requiring 3.12 for distros shipping older CMakes. Modified Paths: -- brlcad/trunk/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[77616] brlcad/branches/extbuild

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77616 http://sourceforge.net/p/brlcad/code/77616 Author: starseeker Date: 2020-10-23 17:46:17 + (Fri, 23 Oct 2020) Log Message: --- Fall back to requiring 3.12 for distros shipping older CMakes. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77615] brlcad/branches/extbuild/src/other/ext

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77615 http://sourceforge.net/p/brlcad/code/77615 Author: starseeker Date: 2020-10-23 17:44:40 + (Fri, 23 Oct 2020) Log Message: --- Generator expressions in install(CODE) is supported starting in CMake 3.14, but some of the stable Linux distros aren't

[brlcad-commits] SF.net SVN: brlcad:[77614] brlcad/branches/extbuild/src/other/ext

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77614 http://sourceforge.net/p/brlcad/code/77614 Author: starseeker Date: 2020-10-23 15:49:02 + (Fri, 23 Oct 2020) Log Message: --- Update dist files Modified Paths: -- brlcad/branches/extbuild/src/other/ext/tcl.dist

[brlcad-commits] SF.net SVN: brlcad:[77613] brlcad/branches/extbuild/src/other/ext

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77613 http://sourceforge.net/p/brlcad/code/77613 Author: starseeker Date: 2020-10-23 15:47:03 + (Fri, 23 Oct 2020) Log Message: --- svn add skipped the Makefile.in files Added Paths: ---

[brlcad-commits] SF.net SVN: brlcad:[77612] brlcad/branches/extbuild/src/other/ext/ CMakeLists.txt

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77612 http://sourceforge.net/p/brlcad/code/77612 Author: starseeker Date: 2020-10-23 15:39:56 + (Fri, 23 Oct 2020) Log Message: --- Make sure HAVE_TK is set for compilation Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77611] brlcad/branches/extbuild/src

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77611 http://sourceforge.net/p/brlcad/code/77611 Author: starseeker Date: 2020-10-23 15:30:23 + (Fri, 23 Oct 2020) Log Message: --- Avoid some deprecated-copy warnings. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77610] brlcad/branches/extbuild/src

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77610 http://sourceforge.net/p/brlcad/code/77610 Author: starseeker Date: 2020-10-23 15:21:50 + (Fri, 23 Oct 2020) Log Message: --- Adjust CMake for new setup. In particular, need to adapt new FindPNG variables to what we are expecting, even if we're not

[brlcad-commits] SF.net SVN: brlcad:[77609] brlcad/branches/extbuild

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77609 http://sourceforge.net/p/brlcad/code/77609 Author: starseeker Date: 2020-10-23 14:49:29 + (Fri, 23 Oct 2020) Log Message: --- Update lists for distcheck-repo_verify, remove unused toplevel ThirdParty modules, update INSTALL and configure files (stepcode

[brlcad-commits] SF.net SVN: brlcad:[77608] brlcad/branches/extbuild/misc/CMake/ BRLCAD_Summary.cmake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77608 http://sourceforge.net/p/brlcad/code/77608 Author: starseeker Date: 2020-10-23 14:14:03 + (Fri, 23 Oct 2020) Log Message: --- Adjust summary logic Modified Paths: -- brlcad/branches/extbuild/misc/CMake/BRLCAD_Summary.cmake Modified:

[brlcad-commits] SF.net SVN: brlcad:[77607] brlcad/branches/extbuild/src/conv/step

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77607 http://sourceforge.net/p/brlcad/code/77607 Author: starseeker Date: 2020-10-23 14:09:04 + (Fri, 23 Oct 2020) Log Message: --- Adjust directory paths for new setup. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77606] brlcad/branches/extbuild/src/conv/step

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77606 http://sourceforge.net/p/brlcad/code/77606 Author: starseeker Date: 2020-10-23 14:06:27 + (Fri, 23 Oct 2020) Log Message: --- Pull in updates to the various step programs from thirdparty_rework. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77605] brlcad/branches/extbuild/src/conv/step/ CMakeLists.txt

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77605 http://sourceforge.net/p/brlcad/code/77605 Author: starseeker Date: 2020-10-23 14:02:39 + (Fri, 23 Oct 2020) Log Message: --- Will need to update step build logic... start with toplevel CMakeLists.txt file. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77604] brlcad/branches/extbuild/misc/CMake/scripts/ tcl_mkindex.cmake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77604 http://sourceforge.net/p/brlcad/code/77604 Author: starseeker Date: 2020-10-23 14:00:20 + (Fri, 23 Oct 2020) Log Message: --- Add supporting tcl_mkindex script Added Paths: --- brlcad/branches/extbuild/misc/CMake/scripts/tcl_mkindex.cmake

[brlcad-commits] SF.net SVN: brlcad:[77603] brlcad/branches/extbuild/misc/CMake/ TCL_PKGINDEX.cmake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77603 http://sourceforge.net/p/brlcad/code/77603 Author: starseeker Date: 2020-10-23 13:59:12 + (Fri, 23 Oct 2020) Log Message: --- Simplify TCL_PKGINDEX with generator expressions. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77602] brlcad/branches/extbuild/misc/CMake/ FindPROJ4.cmake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77602 http://sourceforge.net/p/brlcad/code/77602 Author: starseeker Date: 2020-10-23 13:58:30 + (Fri, 23 Oct 2020) Log Message: --- Put back new PROJ4 find module. Modified Paths: -- brlcad/branches/extbuild/misc/CMake/FindPROJ4.cmake

[brlcad-commits] SF.net SVN: brlcad:[77601] brlcad/branches/extbuild

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77601 http://sourceforge.net/p/brlcad/code/77601 Author: starseeker Date: 2020-10-23 13:52:33 + (Fri, 23 Oct 2020) Log Message: --- Put the EXE_EXT definition in the Util file, before it is used. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77600] brlcad/branches/extbuild/misc/CMake/ BRLCAD_Test_Wrappers.cmake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77600 http://sourceforge.net/p/brlcad/code/77600 Author: starseeker Date: 2020-10-23 13:47:21 + (Fri, 23 Oct 2020) Log Message: --- ws Modified Paths: -- brlcad/branches/extbuild/misc/CMake/BRLCAD_Test_Wrappers.cmake Modified:

[brlcad-commits] SF.net SVN: brlcad:[77599] brlcad/branches/extbuild/misc/CMake/ BRLCAD_Targets.cmake

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77599 http://sourceforge.net/p/brlcad/code/77599 Author: starseeker Date: 2020-10-23 13:46:07 + (Fri, 23 Oct 2020) Log Message: --- Pull in improvements to BRLCAD_Targets.cmake from thirdparty_rework - in particular, set obj target dependencies and remove the

[brlcad-commits] SF.net SVN: brlcad:[77598] brlcad/branches/extbuild/src/other/ext

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77598 http://sourceforge.net/p/brlcad/code/77598 Author: starseeker Date: 2020-10-23 13:40:59 + (Fri, 23 Oct 2020) Log Message: --- Manage the utility in the CMakeLists.txt file, not the module. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77597] brlcad/branches/extbuild/misc/tools

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77597 http://sourceforge.net/p/brlcad/code/77597 Author: starseeker Date: 2020-10-23 13:32:04 + (Fri, 23 Oct 2020) Log Message: --- top level misc/tools detection/handling needs adjustment - pull in thirdparty_rework logic. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77596] brlcad/branches/extbuild/src/other/ CMakeLists.txt

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77596 http://sourceforge.net/p/brlcad/code/77596 Author: starseeker Date: 2020-10-23 13:27:24 + (Fri, 23 Oct 2020) Log Message: --- src/other simplifies - pull in thirdparty_rework version of its CMakeLists.txt Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[77595] brlcad/branches/extbuild/CMakeLists.txt

2020-10-23 Thread starseeker--- via brlcad-commits
Revision: 77595 http://sourceforge.net/p/brlcad/code/77595 Author: starseeker Date: 2020-10-23 13:18:10 + (Fri, 23 Oct 2020) Log Message: --- src/other/ext will be the first of the external work to be done. May not need to put it at the very beginning as we did at one

<    2   3   4   5   6   7   8   9   10   11   >