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

2014-01-21 Thread d_rossberg
Revision: 59478 http://sourceforge.net/p/brlcad/code/59478 Author: d_rossberg Date: 2014-01-21 13:14:41 + (Tue, 21 Jan 2014) Log Message: --- sleep needs the config_win.h (MS Visual C) Modified Paths: -- brlcad/trunk/CMakeLists.txt Modified: brlcad

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

2014-01-24 Thread d_rossberg
Revision: 59503 http://sourceforge.net/p/brlcad/code/59503 Author: d_rossberg Date: 2014-01-24 14:39:01 + (Fri, 24 Jan 2014) Log Message: --- reverting changes from revision 59482 (and 59483): It isn't possible to include other Windows API headers after bio.h because

[brlcad-commits] SF.net SVN: brlcad:[59504] brlcad/trunk/src/other/openNURBS/ opennurbs_system.h

2014-01-24 Thread d_rossberg
Revision: 59504 http://sourceforge.net/p/brlcad/code/59504 Author: d_rossberg Date: 2014-01-24 14:42:06 + (Fri, 24 Jan 2014) Log Message: --- the min and max macros from windows.h are conflicting with std::min and std::max, we don't need these macros anyway Modified

[brlcad-commits] SF.net SVN: brlcad:[59505] brlcad/trunk/include/brep.h

2014-01-24 Thread d_rossberg
Revision: 59505 http://sourceforge.net/p/brlcad/code/59505 Author: d_rossberg Date: 2014-01-24 14:45:48 + (Fri, 24 Jan 2014) Log Message: --- we need BRNode and BBNode in librt, therefore added the export declaration for Windows libbrep DLL Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[59506] brlcad/trunk/include/libtermio.h

2014-01-24 Thread d_rossberg
Revision: 59506 http://sourceforge.net/p/brlcad/code/59506 Author: d_rossberg Date: 2014-01-24 14:49:50 + (Fri, 24 Jan 2014) Log Message: --- moved the comma to get a valid function declaration in case of non of the tested flags is present (e.g. in case of a MSVC

[brlcad-commits] SF.net SVN: brlcad:[59992] brlcad/trunk/src/libbu/argv.c

2014-02-27 Thread d_rossberg
Revision: 59992 http://sourceforge.net/p/brlcad/code/59992 Author: d_rossberg Date: 2014-02-27 17:25:51 + (Thu, 27 Feb 2014) Log Message: --- include declarations of here defined functions as well Modified Paths: -- brlcad/trunk/src/libbu/argv.c

[brlcad-commits] SF.net SVN: brlcad:[60002] brlcad/trunk/src/libbu/tests/test_funcs.c

2014-02-28 Thread d_rossberg
Revision: 60002 http://sourceforge.net/p/brlcad/code/60002 Author: d_rossberg Date: 2014-02-28 13:49:25 + (Fri, 28 Feb 2014) Log Message: --- only include stdint.h if this file is present (with MSVC it isn't) Modified Paths: -- brlcad/trunk/src/libbu

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

2014-03-11 Thread d_rossberg
Revision: 60116 http://sourceforge.net/p/brlcad/code/60116 Author: d_rossberg Date: 2014-03-11 14:21:40 + (Tue, 11 Mar 2014) Log Message: --- after the break out of bu.h in many small headers raytrace.h doesn't provide all bu symbols needed here included bu/parallel.h

[brlcad-commits] SF.net SVN: brlcad:[60117] rt^3/trunk/src/coreInterface/CMakeLists.txt

2014-03-11 Thread d_rossberg
Revision: 60117 http://sourceforge.net/p/brlcad/code/60117 Author: d_rossberg Date: 2014-03-11 14:55:54 + (Tue, 11 Mar 2014) Log Message: --- added a hint for the TCL include directory, that's necesary when the TCL bundled with BRL-CAD is used, otherwise tcl.h won't

[brlcad-commits] SF.net SVN: brlcad:[60307] brlcad/trunk/src/libbu/parallel.c

2014-03-31 Thread d_rossberg
Revision: 60307 http://sourceforge.net/p/brlcad/code/60307 Author: d_rossberg Date: 2014-03-31 15:28:05 + (Mon, 31 Mar 2014) Log Message: --- fixed compilation issues with MSVS 2008 no guarantee that parallelization will work on MS Windows Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[60719] brlcad/trunk/src/librt/tests

2014-05-19 Thread d_rossberg
Revision: 60719 http://sourceforge.net/p/brlcad/code/60719 Author: d_rossberg Date: 2014-05-19 15:49:39 + (Mon, 19 May 2014) Log Message: --- applied Unit test for nmg_mk from Zhao Anqing (http://sourceforge.net/p/brlcad/patches/272) Modified Paths

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

2014-05-19 Thread d_rossberg
Revision: 60720 http://sourceforge.net/p/brlcad/code/60720 Author: d_rossberg Date: 2014-05-19 16:06:54 + (Mon, 19 May 2014) Log Message: --- Fixed configuration error when CMAKE_CONFIGURATION_TYPES is set. This variable is usually set for Windows MSVC builds

[brlcad-commits] SF.net SVN: brlcad:[60722] brlcad/trunk/src/librt/tests

2014-05-19 Thread d_rossberg
Revision: 60722 http://sourceforge.net/p/brlcad/code/60722 Author: d_rossberg Date: 2014-05-19 16:15:49 + (Mon, 19 May 2014) Log Message: --- applied Unit test for nmg_copy from Zhao Anqing (http://sourceforge.net/p/brlcad/patches/273) Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[60724] brlcad/trunk/src/librt/primitives/nmg/nmg_copy.c

2014-05-19 Thread d_rossberg
Revision: 60724 http://sourceforge.net/p/brlcad/code/60724 Author: d_rossberg Date: 2014-05-19 16:35:43 + (Mon, 19 May 2014) Log Message: --- apparently BU_LIST_APPEND doesn't append but BU_LIST_INSERT does Modified Paths: -- brlcad/trunk/src/librt

[brlcad-commits] SF.net SVN: brlcad:[60725] brlcad/branches/nmgreorg/

2014-05-19 Thread d_rossberg
Revision: 60725 http://sourceforge.net/p/brlcad/code/60725 Author: d_rossberg Date: 2014-05-19 16:51:55 + (Mon, 19 May 2014) Log Message: --- a branch to reorganize the nmg primitive internal structure without hinder others with broken builds Added Paths

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

2014-06-05 Thread d_rossberg
Revision: 61134 http://sourceforge.net/p/brlcad/code/61134 Author: d_rossberg Date: 2014-06-05 14:28:54 + (Thu, 05 Jun 2014) Log Message: --- genptr_t is deprecated, replaced by void* Modified Paths: -- rt^3/trunk/src/coreInterface/ConstDatabase.cpp

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

2014-06-06 Thread d_rossberg
Revision: 61159 http://sourceforge.net/p/brlcad/code/61159 Author: d_rossberg Date: 2014-06-06 08:17:23 + (Fri, 06 Jun 2014) Log Message: --- no db_dirbuild() after db_create() Modified Paths: -- rt^3/trunk/src/coreInterface/FileDatabase.cpp Modified

[brlcad-commits] SF.net SVN: brlcad:[61160] rt^3/trunk/include/brlcad/Combination.h

2014-06-06 Thread d_rossberg
Revision: 61160 http://sourceforge.net/p/brlcad/code/61160 Author: d_rossberg Date: 2014-06-06 08:21:46 + (Fri, 06 Jun 2014) Log Message: --- for convenience's sake: a simple test for NULL, public default constructors Modified Paths: -- rt^3/trunk

[brlcad-commits] SF.net SVN: brlcad:[61447] brlcad/trunk/src/conv/fast4-g.c

2014-06-27 Thread d_rossberg
Revision: 61447 http://sourceforge.net/p/brlcad/code/61447 Author: d_rossberg Date: 2014-06-27 10:41:43 + (Fri, 27 Jun 2014) Log Message: --- what was that? looks like a 10 years old typing error Modified Paths: -- brlcad/trunk/src/conv/fast4-g.c

[brlcad-commits] SF.net SVN: brlcad:[61448] rt^3/trunk

2014-06-27 Thread d_rossberg
Revision: 61448 http://sourceforge.net/p/brlcad/code/61448 Author: d_rossberg Date: 2014-06-27 10:58:07 + (Fri, 27 Jun 2014) Log Message: --- applied Sphere primitive implementation from Andrei Popescu (http://sourceforge.net/p/brlcad/patches/279) with minor

[brlcad-commits] SF.net SVN: brlcad:[61449] brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt

2014-06-27 Thread d_rossberg
Revision: 61449 http://sourceforge.net/p/brlcad/code/61449 Author: d_rossberg Date: 2014-06-27 13:05:48 + (Fri, 27 Jun 2014) Log Message: --- added the Sphere interface here too Modified Paths: -- brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt

[brlcad-commits] SF.net SVN: brlcad:[61452] brlcad/trunk/include/pstdint.h

2014-06-27 Thread d_rossberg
Revision: 61452 http://sourceforge.net/p/brlcad/code/61452 Author: d_rossberg Date: 2014-06-27 15:43:04 + (Fri, 27 Jun 2014) Log Message: --- apparently at least Visual Studio 2010 in necessary to get uintptr macros from the C library Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[61478] brlcad/trunk/include/pstdint.h

2014-06-30 Thread d_rossberg
Revision: 61478 http://sourceforge.net/p/brlcad/code/61478 Author: d_rossberg Date: 2014-06-30 08:02:47 + (Mon, 30 Jun 2014) Log Message: --- for Microsoft Visual Studio version 9 (2008) and lower(?): if _UINTPTR_T_DEFINED/_INTPTR_T_DEFINED the types are defined

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

2014-07-02 Thread d_rossberg
Revision: 61515 http://sourceforge.net/p/brlcad/code/61515 Author: d_rossberg Date: 2014-07-02 08:59:13 + (Wed, 02 Jul 2014) Log Message: --- bugfix: copy all attributes, not only the first one Modified Paths: -- rt^3/trunk/src/coreInterface

[brlcad-commits] SF.net SVN: brlcad:[61517] rt^3/tags/rel-7-24-2/

2014-07-02 Thread d_rossberg
Revision: 61517 http://sourceforge.net/p/brlcad/code/61517 Author: d_rossberg Date: 2014-07-02 12:03:09 + (Wed, 02 Jul 2014) Log Message: --- tag the C++ core interface with the corresponding BRL-CAD version (i.e. 7.24.2) Added Paths: --- rt^3/tags/rel-7-24

[brlcad-commits] SF.net SVN: brlcad:[61525] rt^3/tags/rel-7-24-2/src/coreInterface

2014-07-02 Thread d_rossberg
Revision: 61525 http://sourceforge.net/p/brlcad/code/61525 Author: d_rossberg Date: 2014-07-02 13:54:31 + (Wed, 02 Jul 2014) Log Message: --- back port: bu.h wasn't broken out in this release, reverted the changes from revision 60116 Revision Links

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

2014-07-09 Thread d_rossberg
Revision: 61622 http://sourceforge.net/p/brlcad/code/61622 Author: d_rossberg Date: 2014-07-09 09:07:26 + (Wed, 09 Jul 2014) Log Message: --- bugfix: use the index to retrieve the attributes, don't look at the first one only Modified Paths: -- rt^3

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

2014-07-10 Thread d_rossberg
Revision: 61645 http://sourceforge.net/p/brlcad/code/61645 Author: d_rossberg Date: 2014-07-10 07:14:24 + (Thu, 10 Jul 2014) Log Message: --- bugfix: at some places possibly the wrong internal structure pointer could be used, get the right pointer with the help

[brlcad-commits] SF.net SVN: brlcad:[61952] rt^3/trunk

2014-07-28 Thread d_rossberg
Revision: 61952 http://sourceforge.net/p/brlcad/code/61952 Author: d_rossberg Date: 2014-07-28 12:19:06 + (Mon, 28 Jul 2014) Log Message: --- applied Sketch primitive interface and implementation from Andrei Popescu (http://sourceforge.net/p/brlcad/patches/280

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

2013-07-29 Thread d_rossberg
Revision: 56307 http://sourceforge.net/p/brlcad/code/56307 Author: d_rossberg Date: 2013-07-29 15:26:34 + (Mon, 29 Jul 2013) Log Message: --- apply Jonathan's patch from https://sourceforge.net/p/brlcad/patches/195/ adding a g-raw converter in response to the GCI task

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

2013-07-30 Thread d_rossberg
Revision: 56321 http://sourceforge.net/p/brlcad/code/56321 Author: d_rossberg Date: 2013-07-30 11:14:36 + (Tue, 30 Jul 2013) Log Message: --- apply Jonathan's patch from https://sourceforge.net/p/brlcad/patches/195/ - updated the usage strings and man pages, and made

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

2013-07-30 Thread d_rossberg
Revision: 56322 http://sourceforge.net/p/brlcad/code/56322 Author: d_rossberg Date: 2013-07-30 11:30:16 + (Tue, 30 Jul 2013) Log Message: --- credit Jonathan for his g-raw converter (sf patch 195) Modified Paths: -- brlcad/trunk/AUTHORS Modified

[brlcad-commits] SF.net SVN: brlcad:[56406] brlcad/trunk/misc/win32-msvc/Dll/TclDummies.c

2013-08-01 Thread d_rossberg
Revision: 56406 http://sourceforge.net/p/brlcad/code/56406 Author: d_rossberg Date: 2013-08-01 08:50:18 + (Thu, 01 Aug 2013) Log Message: --- added some flesh to the function stubs, they will comile with the strict flag now Modified Paths: -- brlcad

[brlcad-commits] SF.net SVN: brlcad:[56773] brlcad/trunk/src/conv/raw/g-raw.c

2013-08-13 Thread d_rossberg
Revision: 56773 http://sourceforge.net/p/brlcad/code/56773 Author: d_rossberg Date: 2013-08-13 11:34:43 + (Tue, 13 Aug 2013) Log Message: --- ups, I must have overlooked this g-stl remnant Modified Paths: -- brlcad/trunk/src/conv/raw/g-raw.c Modified

[brlcad-commits] SF.net SVN: brlcad:[56775] brlcad/trunk/src/conv/g-voxel.c

2013-08-13 Thread d_rossberg
Revision: 56775 http://sourceforge.net/p/brlcad/code/56775 Author: d_rossberg Date: 2013-08-13 12:06:43 + (Tue, 13 Aug 2013) Log Message: --- print the voxel's coordinates rather than its indices still needs some tests and fine tuning Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[56787] brlcad/trunk/misc/win32-msvc/Dll

2013-08-13 Thread d_rossberg
Revision: 56787 http://sourceforge.net/p/brlcad/code/56787 Author: d_rossberg Date: 2013-08-13 14:23:19 + (Tue, 13 Aug 2013) Log Message: --- rt_g is now RTG Modified Paths: -- brlcad/trunk/misc/win32-msvc/Dll/BrlcadCore.def brlcad/trunk/misc/win32

[brlcad-commits] SF.net SVN: brlcad:[56788] brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt

2013-08-13 Thread d_rossberg
Revision: 56788 http://sourceforge.net/p/brlcad/code/56788 Author: d_rossberg Date: 2013-08-13 14:27:21 + (Tue, 13 Aug 2013) Log Message: --- include libgdiam into the brlcad.dll Modified Paths: -- brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt

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

2013-08-13 Thread d_rossberg
Revision: 56789 http://sourceforge.net/p/brlcad/code/56789 Author: d_rossberg Date: 2013-08-13 14:30:47 + (Tue, 13 Aug 2013) Log Message: --- somebody said the old eagle logo taboo, replaced it with the new gear logo in the brlcad.dll Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[57743] brlcad/trunk/include/bu.h

2013-09-19 Thread d_rossberg
Revision: 57743 http://sourceforge.net/p/brlcad/code/57743 Author: d_rossberg Date: 2013-09-19 09:33:59 + (Thu, 19 Sep 2013) Log Message: --- reverted r57742 this revision needs some additional considerations: it breaks the build and putting additional brackets around

[brlcad-commits] SF.net SVN: brlcad:[57899] brlcad/trunk/src/libged/search.c

2013-09-25 Thread d_rossberg
Revision: 57899 http://sourceforge.net/p/brlcad/code/57899 Author: d_rossberg Date: 2013-09-25 14:48:23 + (Wed, 25 Sep 2013) Log Message: --- for MSVS 2008: moved variable declarations to the beginning of the block Modified Paths: -- brlcad/trunk/src

[brlcad-commits] SF.net SVN: brlcad:[58016] brlcad/trunk/src/other/poly2tri/poly2tri

2013-10-01 Thread d_rossberg
Revision: 58016 http://sourceforge.net/p/brlcad/code/58016 Author: d_rossberg Date: 2013-10-01 06:18:24 + (Tue, 01 Oct 2013) Log Message: --- it looks like WIN32 isn't defined any more, use _WIN32 instead Modified Paths: -- brlcad/trunk/src/other

[brlcad-commits] SF.net SVN: brlcad:[58152] brlcad/trunk/src/libdm/CMakeLists.txt

2013-10-10 Thread d_rossberg
Revision: 58152 http://sourceforge.net/p/brlcad/code/58152 Author: d_rossberg Date: 2013-10-10 08:59:22 + (Thu, 10 Oct 2013) Log Message: --- the BRLCAD_ prefix was removed from the checking macros Modified Paths: -- brlcad/trunk/src/libdm

[brlcad-commits] SF.net SVN: brlcad:[58167] brlcad/trunk/src/other/tclap/config.h.in

2013-10-14 Thread d_rossberg
Revision: 58167 http://sourceforge.net/p/brlcad/code/58167 Author: d_rossberg Date: 2013-10-14 13:26:20 + (Mon, 14 Oct 2013) Log Message: --- Special configuration for MSVC++: MS Windows isn't an officially supported platform for TCLAP. The library uses autotools/make

[brlcad-commits] SF.net SVN: brlcad:[58268] brlcad/trunk/src/other/astyle/CMakeLists.txt

2013-10-23 Thread d_rossberg
Revision: 58268 http://sourceforge.net/p/brlcad/code/58268 Author: d_rossberg Date: 2013-10-23 14:57:10 + (Wed, 23 Oct 2013) Log Message: --- removed self-reference Modified Paths: -- brlcad/trunk/src/other/astyle/CMakeLists.txt Modified: brlcad/trunk

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

2013-10-23 Thread d_rossberg
Revision: 58269 http://sourceforge.net/p/brlcad/code/58269 Author: d_rossberg Date: 2013-10-23 15:41:08 + (Wed, 23 Oct 2013) Log Message: --- added bn_obr() with BN_EXPORT declaration to bn.h because test_bn_obr needs bn_obr() DLL-exported on Windows Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[58337] rt^3/branches/RELEASE/

2013-10-29 Thread d_rossberg
Revision: 58337 http://sourceforge.net/p/brlcad/code/58337 Author: d_rossberg Date: 2013-10-29 14:04:54 + (Tue, 29 Oct 2013) Log Message: --- sync with release procedure on the brlcad branch Added Paths: --- rt^3/branches/RELEASE/ This was sent

[brlcad-commits] SF.net SVN: brlcad:[58344] brlcad/branches/RELEASE/src/other/tclap/config.h .in

2013-10-29 Thread d_rossberg
Revision: 58344 http://sourceforge.net/p/brlcad/code/58344 Author: d_rossberg Date: 2013-10-29 16:56:35 + (Tue, 29 Oct 2013) Log Message: --- merged commit r58167: Special configuration for MSVC++: MS Windows isn't an officially supported platform for TCLAP

[brlcad-commits] SF.net SVN: brlcad:[58352] brlcad/trunk/misc/win32-msvc/Dll/brlcad.rc

2013-10-30 Thread d_rossberg
Revision: 58352 http://sourceforge.net/p/brlcad/code/58352 Author: d_rossberg Date: 2013-10-30 12:43:21 + (Wed, 30 Oct 2013) Log Message: --- ups, forgot to change this file in r56789 too (replaced logo) Revision Links: -- http://sourceforge.net/p

[brlcad-commits] SF.net SVN: brlcad:[58353] brlcad/branches/RELEASE/misc/win32-msvc/Dll/ brlcad.rc

2013-10-30 Thread d_rossberg
Revision: 58353 http://sourceforge.net/p/brlcad/code/58353 Author: d_rossberg Date: 2013-10-30 12:53:00 + (Wed, 30 Oct 2013) Log Message: --- merged commit r58352: ups, forgot to change this file in r56789 too (replaced logo) Revision Links: -- http

[brlcad-commits] SF.net SVN: brlcad:[58697] brlcad/trunk/doc/docbook/books/en/ HACKING_BRL-CAD.xml

2013-11-27 Thread d_rossberg
Revision: 58697 http://sourceforge.net/p/brlcad/code/58697 Author: d_rossberg Date: 2013-11-27 20:20:00 + (Wed, 27 Nov 2013) Log Message: --- fixed errors so than a Hacking BRL-CAD document could be build (but the result isn't satisfying yet) Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[59088] brlcad/trunk/src/libbn/tests/bn_complex.c

2013-12-20 Thread d_rossberg
Revision: 59088 http://sourceforge.net/p/brlcad/code/59088 Author: d_rossberg Date: 2013-12-20 14:05:36 + (Fri, 20 Dec 2013) Log Message: --- quell warning/error control reaches end of non-void function: inserted a return statement which never should be reached

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

2013-12-20 Thread d_rossberg
Revision: 59092 http://sourceforge.net/p/brlcad/code/59092 Author: d_rossberg Date: 2013-12-20 15:51:16 + (Fri, 20 Dec 2013) Log Message: --- apply patch (http://google-melange.appspot.com/gci/task/view/google/gci2013/5334451252887552) from Andromeda Galaxy updating

[brlcad-commits] SF.net SVN: brlcad:[43548] brlcad/trunk/include/bin.h

2011-03-01 Thread d_rossberg
Revision: 43548 http://brlcad.svn.sourceforge.net/brlcad/?rev=43548view=rev Author: d_rossberg Date: 2011-03-01 11:46:27 + (Tue, 01 Mar 2011) Log Message: --- undef some windows defines which are used in an other context here (same as in bio.h) Modified Paths

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

2011-03-01 Thread d_rossberg
Revision: 43549 http://brlcad.svn.sourceforge.net/brlcad/?rev=43549view=rev Author: d_rossberg Date: 2011-03-01 11:49:44 + (Tue, 01 Mar 2011) Log Message: --- raytrace.h got a regex.h include -- added the corresponding search path Modified Paths

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

2011-03-03 Thread d_rossberg
Revision: 43652 http://brlcad.svn.sourceforge.net/brlcad/?rev=43652view=rev Author: d_rossberg Date: 2011-03-03 10:20:14 + (Thu, 03 Mar 2011) Log Message: --- fixed release 43577 changes back to not needing libregex search dir - re-enabled the libregex build - removed

[brlcad-commits] SF.net SVN: brlcad:[43670] brlcad/trunk/misc/win32-msvc/Dll/BrlcadCore.def

2011-03-03 Thread d_rossberg
Revision: 43670 http://brlcad.svn.sourceforge.net/brlcad/?rev=43670view=rev Author: d_rossberg Date: 2011-03-03 15:49:12 + (Thu, 03 Mar 2011) Log Message: --- export rt_bot_mintie() for nirt Modified Paths: -- brlcad/trunk/misc/win32-msvc/Dll

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

2011-03-29 Thread d_rossberg
Revision: 44002 http://brlcad.svn.sourceforge.net/brlcad/?rev=44002view=rev Author: d_rossberg Date: 2011-03-29 06:59:19 + (Tue, 29 Mar 2011) Log Message: --- improved test for an only partly generated m_internalp (rt_comb_internal) after a long jump (C exception

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

2011-03-29 Thread d_rossberg
Revision: 44003 http://brlcad.svn.sourceforge.net/brlcad/?rev=44003view=rev Author: d_rossberg Date: 2011-03-29 07:41:43 + (Tue, 29 Mar 2011) Log Message: --- initialize the VLS before first usage (in bu_vls_strcpy here) Modified Paths: -- rt^3/trunk

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

2011-03-29 Thread d_rossberg
Revision: 44007 http://brlcad.svn.sourceforge.net/brlcad/?rev=44007view=rev Author: d_rossberg Date: 2011-03-29 12:53:45 + (Tue, 29 Mar 2011) Log Message: --- corrected the test for a non empty object name not using object.Valid() here because it should be possible

[brlcad-commits] SF.net SVN: brlcad:[44375] rt^3/tags/rel-7-18-4/

2011-04-14 Thread d_rossberg
Revision: 44375 http://brlcad.svn.sourceforge.net/brlcad/?rev=44375view=rev Author: d_rossberg Date: 2011-04-14 06:41:58 + (Thu, 14 Apr 2011) Log Message: --- Added Paths: --- rt^3/tags/rel-7-18-4/ This was sent by the SourceForge.net collaborative

[brlcad-commits] SF.net SVN: brlcad:[44392] brlcad/trunk/src/librt/db_path.c

2011-04-15 Thread d_rossberg
Revision: 44392 http://brlcad.svn.sourceforge.net/brlcad/?rev=44392view=rev Author: d_rossberg Date: 2011-04-15 09:10:47 + (Fri, 15 Apr 2011) Log Message: --- included raytrace.h because of the function's prototype and MAXPATHLEN via bu.h Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[44393] brlcad/trunk/src/librt/CMakeLists.txt

2011-04-15 Thread d_rossberg
Revision: 44393 http://brlcad.svn.sourceforge.net/brlcad/?rev=44393view=rev Author: d_rossberg Date: 2011-04-15 09:12:21 + (Fri, 15 Apr 2011) Log Message: --- synced with Makefile.am (db_fullpath.c) Modified Paths: -- brlcad/trunk/src/librt

[brlcad-commits] SF.net SVN: brlcad:[44859] brlcad/trunk/src/libbu/dlfcn.c

2011-06-09 Thread d_rossberg
Revision: 44859 http://brlcad.svn.sourceforge.net/brlcad/?rev=44859view=rev Author: d_rossberg Date: 2011-06-09 08:54:46 + (Thu, 09 Jun 2011) Log Message: --- made it compile with MSVC Modified Paths: -- brlcad/trunk/src/libbu/dlfcn.c Modified: brlcad

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

2011-06-09 Thread d_rossberg
Revision: 44872 http://brlcad.svn.sourceforge.net/brlcad/?rev=44872view=rev Author: d_rossberg Date: 2011-06-09 14:37:18 + (Thu, 09 Jun 2011) Log Message: --- removed a flag that is set in the BRLCAD_ADDLIB macro anyway Modified Paths: -- brlcad/trunk

[brlcad-commits] SF.net SVN: brlcad:[44873] brlcad/trunk/src/other/libz/CMakeLists.txt

2011-06-09 Thread d_rossberg
Revision: 44873 http://brlcad.svn.sourceforge.net/brlcad/?rev=44873view=rev Author: d_rossberg Date: 2011-06-09 14:41:53 + (Thu, 09 Jun 2011) Log Message: --- now there will be build a static zlib library too if the BUILD_STATIC_LIBS flag is set Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[45067] brlcad/trunk/include/raytrace.h

2011-06-16 Thread d_rossberg
Revision: 45067 http://brlcad.svn.sourceforge.net/brlcad/?rev=45067view=rev Author: d_rossberg Date: 2011-06-16 14:24:21 + (Thu, 16 Jun 2011) Log Message: --- quell warnings (and probable misinterpretation) in MSVC Modified Paths: -- brlcad/trunk

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

2011-06-16 Thread d_rossberg
Revision: 45069 http://brlcad.svn.sourceforge.net/brlcad/?rev=45069view=rev Author: d_rossberg Date: 2011-06-16 14:36:27 + (Thu, 16 Jun 2011) Log Message: --- enabled the build of static libs for MSVC Static libs shouldn't export symbols like the DLLs because

[brlcad-commits] SF.net SVN: brlcad:[45070] brlcad/trunk/src/librt/CMakeLists.txt

2011-06-16 Thread d_rossberg
Revision: 45070 http://brlcad.svn.sourceforge.net/brlcad/?rev=45070view=rev Author: d_rossberg Date: 2011-06-16 14:39:31 + (Thu, 16 Jun 2011) Log Message: --- enabled export of TIE (Triangle Index Table) symbols for MSVC Modified Paths: -- brlcad/trunk

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

2011-06-17 Thread d_rossberg
Revision: 45086 http://brlcad.svn.sourceforge.net/brlcad/?rev=45086view=rev Author: d_rossberg Date: 2011-06-17 06:58:08 + (Fri, 17 Jun 2011) Log Message: --- included the brlcad.dll build into the overall CMake build it is switched off by default and can be enabled

[brlcad-commits] SF.net SVN: brlcad:[45087] brlcad/trunk/src/other/openNURBS/CMakeLists.txt

2011-06-17 Thread d_rossberg
Revision: 45087 http://brlcad.svn.sourceforge.net/brlcad/?rev=45087view=rev Author: d_rossberg Date: 2011-06-17 07:02:27 + (Fri, 17 Jun 2011) Log Message: --- under some conditions - most important one is BRLCAD-ENABLE_BRLCAD_LIBRARY - link with the static version

[brlcad-commits] SF.net SVN: brlcad:[45241] brlcad/trunk/src/libgcv/bottess.c

2011-06-27 Thread d_rossberg
Revision: 45241 http://brlcad.svn.sourceforge.net/brlcad/?rev=45241view=rev Author: d_rossberg Date: 2011-06-27 09:10:06 + (Mon, 27 Jun 2011) Log Message: --- fixed MSVC build: rt_bot_describe() is not DLL-exported (and it should not), used the pointer from

[brlcad-commits] SF.net SVN: brlcad:[45382] rt^3/tags/rel-7-20-2/

2011-07-04 Thread d_rossberg
Revision: 45382 http://brlcad.svn.sourceforge.net/brlcad/?rev=45382view=rev Author: d_rossberg Date: 2011-07-04 08:23:01 + (Mon, 04 Jul 2011) Log Message: --- tag the C++ core interface with the corresponding BRL-CAD version (i.e. 7.20.2) Added Paths

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

2011-07-11 Thread d_rossberg
Revision: 45419 http://brlcad.svn.sourceforge.net/brlcad/?rev=45419view=rev Author: d_rossberg Date: 2011-07-11 08:05:09 + (Mon, 11 Jul 2011) Log Message: --- corrected comment on brlcad.dll flag Modified Paths: -- brlcad/trunk/CMakeLists.txt Modified

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

2011-07-22 Thread d_rossberg
Revision: 45573 http://brlcad.svn.sourceforge.net/brlcad/?rev=45573view=rev Author: d_rossberg Date: 2011-07-22 12:28:24 + (Fri, 22 Jul 2011) Log Message: --- S_IRWXU for Windows (MS Visual Studio) Modified Paths: -- brlcad/trunk/include/config_win.h

[brlcad-commits] SF.net SVN: brlcad:[45630] brlcad/trunk/src/libbu/CMakeLists.txt

2011-07-26 Thread d_rossberg
Revision: 45630 http://brlcad.svn.sourceforge.net/brlcad/?rev=45630view=rev Author: d_rossberg Date: 2011-07-26 08:47:57 + (Tue, 26 Jul 2011) Log Message: --- Windows MSVC: because of GetMappedFileName() in fchmod.c link with psapi.lib Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[46312] brlcad/trunk/src/librt

2011-08-22 Thread d_rossberg
Revision: 46312 http://brlcad.svn.sourceforge.net/brlcad/?rev=46312view=rev Author: d_rossberg Date: 2011-08-22 15:33:34 + (Mon, 22 Aug 2011) Log Message: --- For the Windows build: MSVC is not C99 moved variable declarations upwards Modified Paths

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

2011-08-23 Thread d_rossberg
Revision: 46323 http://brlcad.svn.sourceforge.net/brlcad/?rev=46323view=rev Author: d_rossberg Date: 2011-08-23 07:25:07 + (Tue, 23 Aug 2011) Log Message: --- quell cmake warning and apparently trimmed trailing spaces Modified Paths: -- brlcad/trunk

[brlcad-commits] SF.net SVN: brlcad:[46370] osl/trunk/compile.sh

2011-08-24 Thread d_rossberg
Revision: 46370 http://brlcad.svn.sourceforge.net/brlcad/?rev=46370view=rev Author: d_rossberg Date: 2011-08-24 12:59:45 + (Wed, 24 Aug 2011) Log Message: --- it's a bash script, neither sh nor tcsh works Modified Paths: -- osl/trunk/compile.sh

[brlcad-commits] SF.net SVN: brlcad:[46371] brlcad/trunk/src/liboptical/CMakeLists.txt

2011-08-24 Thread d_rossberg
Revision: 46371 http://brlcad.svn.sourceforge.net/brlcad/?rev=46371view=rev Author: d_rossberg Date: 2011-08-24 13:01:25 + (Wed, 24 Aug 2011) Log Message: --- osl_rt.cpp was removed some days before Modified Paths: -- brlcad/trunk/src/liboptical

[brlcad-commits] SF.net SVN: brlcad:[37584] brlcad/trunk/misc/win32-msvc/Dll/

2010-02-07 Thread d_rossberg
Revision: 37584 http://brlcad.svn.sourceforge.net/brlcad/?rev=37584view=rev Author: d_rossberg Date: 2010-02-08 07:50:01 + (Mon, 08 Feb 2010) Log Message: --- updated list of files to ignore in subversion Property Changed: brlcad/trunk/misc/win32

[brlcad-commits] SF.net SVN: brlcad:[37585] rt^3/tags/rel-7-16-6/

2010-02-07 Thread d_rossberg
Revision: 37585 http://brlcad.svn.sourceforge.net/brlcad/?rev=37585view=rev Author: d_rossberg Date: 2010-02-08 07:51:33 + (Mon, 08 Feb 2010) Log Message: --- tag the C++ core interface with the corresponding BRL-CAD version (i.e. 7.16.6) Added Paths

[brlcad-commits] SF.net SVN: brlcad:[37702] brlcad/trunk/src/libbu/CMakeLists.txt

2010-02-22 Thread d_rossberg
Revision: 37702 http://brlcad.svn.sourceforge.net/brlcad/?rev=37702view=rev Author: d_rossberg Date: 2010-02-22 09:57:57 + (Mon, 22 Feb 2010) Log Message: --- synced with Makefile.am: added quote.c Modified Paths: -- brlcad/trunk/src/libbu

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

2010-02-23 Thread d_rossberg
Revision: 37717 http://brlcad.svn.sourceforge.net/brlcad/?rev=37717view=rev Author: d_rossberg Date: 2010-02-23 09:03:08 + (Tue, 23 Feb 2010) Log Message: --- another iteration step in forcing back ssize_t: removed all references from the headers (exept

[brlcad-commits] SF.net SVN: brlcad:[37728] brlcad/trunk/src/librt/db_tree.c

2010-02-23 Thread d_rossberg
Revision: 37728 http://brlcad.svn.sourceforge.net/brlcad/?rev=37728view=rev Author: d_rossberg Date: 2010-02-23 15:08:32 + (Tue, 23 Feb 2010) Log Message: --- corrected tree_list_needspace() for strings of size 1, i.e. end == str, which happens if the string contains

[brlcad-commits] SF.net SVN: brlcad:[37762] brlcad/trunk/include/config_win.h

2010-02-25 Thread d_rossberg
Revision: 37762 http://brlcad.svn.sourceforge.net/brlcad/?rev=37762view=rev Author: d_rossberg Date: 2010-02-25 10:16:31 + (Thu, 25 Feb 2010) Log Message: --- added intmax_t (64 bit integer) Modified Paths: -- brlcad/trunk/include/config_win.h

[brlcad-commits] SF.net SVN: brlcad:[37763] brlcad/trunk/src/libbu/vls.c

2010-02-25 Thread d_rossberg
Revision: 37763 http://brlcad.svn.sourceforge.net/brlcad/?rev=37763view=rev Author: d_rossberg Date: 2010-02-25 10:21:33 + (Thu, 25 Feb 2010) Log Message: --- MS Visual Studio compatibility: put stdint.h into ifdefs removed potentially dangerous and unnecessary casts

[brlcad-commits] SF.net SVN: brlcad:[37796] brlcad/trunk/include/common.h

2010-02-26 Thread d_rossberg
Revision: 37796 http://brlcad.svn.sourceforge.net/brlcad/?rev=37796view=rev Author: d_rossberg Date: 2010-02-26 08:52:23 + (Fri, 26 Feb 2010) Log Message: --- hack to get the MS Windows DLL build working: defined HAVE_UINTPTR_T if BRLCADBUILD and HAVE_CONFIG_H

[brlcad-commits] SF.net SVN: brlcad:[37800] brlcad/trunk/include/common.h

2010-02-26 Thread d_rossberg
Revision: 37800 http://brlcad.svn.sourceforge.net/brlcad/?rev=37800view=rev Author: d_rossberg Date: 2010-02-26 10:16:57 + (Fri, 26 Feb 2010) Log Message: --- clean extension of version 37790 for MS Visual Studio (fixed another typing error, removed interim stddef.h

[brlcad-commits] SF.net SVN: brlcad:[37906] brlcad/trunk/include/bu.h

2010-03-03 Thread d_rossberg
Revision: 37906 http://brlcad.svn.sourceforge.net/brlcad/?rev=37906view=rev Author: d_rossberg Date: 2010-03-03 15:46:57 + (Wed, 03 Mar 2010) Log Message: --- protect the sections with uint*_t with the corresponding defines these defines are undefined e.g. in MSVS

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

2010-03-09 Thread d_rossberg
Revision: 37949 http://brlcad.svn.sourceforge.net/brlcad/?rev=37949view=rev Author: d_rossberg Date: 2010-03-09 11:53:27 + (Tue, 09 Mar 2010) Log Message: --- made libgcv compile with MS Visual Studio (CMake build) Modified Paths: -- brlcad/trunk

[brlcad-commits] SF.net SVN: brlcad:[37950] brlcad/trunk/include/config_win.h

2010-03-09 Thread d_rossberg
Revision: 37950 http://brlcad.svn.sourceforge.net/brlcad/?rev=37950view=rev Author: d_rossberg Date: 2010-03-09 13:54:21 + (Tue, 09 Mar 2010) Log Message: --- some defines were moved to common.h Modified Paths: -- brlcad/trunk/include/config_win.h

[brlcad-commits] SF.net SVN: brlcad:[37951] brlcad/trunk/include/common.h

2010-03-09 Thread d_rossberg
Revision: 37951 http://brlcad.svn.sourceforge.net/brlcad/?rev=37951view=rev Author: d_rossberg Date: 2010-03-09 13:56:36 + (Tue, 09 Mar 2010) Log Message: --- MS Visual Studio knows uintptr_t but no int8_t etc. moved the test for _UINTPTR_T_DEFINED to the correct place

[brlcad-commits] SF.net SVN: brlcad:[37974] brlcad/trunk/src/libgcv

2010-03-10 Thread d_rossberg
Revision: 37974 http://brlcad.svn.sourceforge.net/brlcad/?rev=37974view=rev Author: d_rossberg Date: 2010-03-10 12:34:16 + (Wed, 10 Mar 2010) Log Message: --- made it compile with MS Visual Studio (CMake build with *_static.* files) Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[38008] brlcad/trunk/src/libgcv/CMakeLists.txt

2010-03-11 Thread d_rossberg
Revision: 38008 http://brlcad.svn.sourceforge.net/brlcad/?rev=38008view=rev Author: d_rossberg Date: 2010-03-11 11:35:36 + (Thu, 11 Mar 2010) Log Message: --- region_start_mc.c was renamed to region_end_mc.c (in rev. 37986) Modified Paths: -- brlcad

[brlcad-commits] SF.net SVN: brlcad:[38015] brlcad/trunk/misc/win32-msvc/Dll/BrlcadCore.def

2010-03-12 Thread d_rossberg
Revision: 38015 http://brlcad.svn.sourceforge.net/brlcad/?rev=38015view=rev Author: d_rossberg Date: 2010-03-12 08:16:30 + (Fri, 12 Mar 2010) Log Message: --- added gcv_region_end_mc for g-stl Modified Paths: -- brlcad/trunk/misc/win32-msvc/Dll

[brlcad-commits] SF.net SVN: brlcad:[38018] rt^3/trunk/cmake/FindBRLCAD.cmake

2010-03-12 Thread d_rossberg
Revision: 38018 http://brlcad.svn.sourceforge.net/brlcad/?rev=38018view=rev Author: d_rossberg Date: 2010-03-12 15:44:38 + (Fri, 12 Mar 2010) Log Message: --- try to locate exotic BRL-CAD installation directories too Modified Paths: -- rt^3/trunk/cmake

[brlcad-commits] SF.net SVN: brlcad:[38019] rt^3/trunk/src/coreInterface/CMakeLists.txt

2010-03-12 Thread d_rossberg
Revision: 38019 http://brlcad.svn.sourceforge.net/brlcad/?rev=38019view=rev Author: d_rossberg Date: 2010-03-12 15:51:02 + (Fri, 12 Mar 2010) Log Message: --- a recipe for building the C++ core interface in *NIX environments Added Paths: --- rt^3/trunk/src

[brlcad-commits] SF.net SVN: brlcad:[38146]

2010-03-24 Thread d_rossberg
Revision: 38146 http://brlcad.svn.sourceforge.net/brlcad/?rev=38146view=rev Author: d_rossberg Date: 2010-03-24 15:15:46 + (Wed, 24 Mar 2010) Log Message: --- improved the detection of a BRL-CAD installation if the BRL-CAD installation's bin-directory is included

[brlcad-commits] SF.net SVN: brlcad:[38588] brlcad/trunk/src/nirt/command.c

2010-04-16 Thread d_rossberg
Revision: 38588 http://brlcad.svn.sourceforge.net/brlcad/?rev=38588view=rev Author: d_rossberg Date: 2010-04-16 07:40:28 + (Fri, 16 Apr 2010) Log Message: --- moved variable declarations to the top (MSVC does not like this C99ism) Modified Paths

[brlcad-commits] SF.net SVN: brlcad:[38942] rt^3/tags/rel-7-16-8/

2010-05-03 Thread d_rossberg
Revision: 38942 http://brlcad.svn.sourceforge.net/brlcad/?rev=38942view=rev Author: d_rossberg Date: 2010-05-03 13:58:46 + (Mon, 03 May 2010) Log Message: --- tag the C++ core interface with the corresponding BRL-CAD version (i.e. 7.16.8) Added Paths

  1   2   3   4   5   6   >