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

2017-09-18 Thread brlcad--- via brlcad-commits
Revision: 70294 http://sourceforge.net/p/brlcad/code/70294 Author: brlcad Date: 2017-09-18 10:54:38 + (Mon, 18 Sep 2017) Log Message: --- initialize Modified Paths: -- brlcad/trunk/src/libbn/randsph.c

[brlcad-commits] SF.net SVN: brlcad:[70295] brlcad/trunk/src/mged/wdb_obj.c

2017-09-18 Thread brlcad--- via brlcad-commits
Revision: 70295 http://sourceforge.net/p/brlcad/code/70295 Author: brlcad Date: 2017-09-18 11:30:52 + (Mon, 18 Sep 2017) Log Message: --- these just keep trickling in, init to null Modified Paths: -- brlcad/trunk/src/mged/wdb_obj.c Modified:

[brlcad-commits] SF.net SVN: brlcad:[70296] brlcad/trunk/include/rt/geom.h

2017-09-18 Thread starseeker--- via brlcad-commits
Revision: 70296 http://sourceforge.net/p/brlcad/code/70296 Author: starseeker Date: 2017-09-18 12:06:19 + (Mon, 18 Sep 2017) Log Message: --- Don't conditionalize the ON_Brep pointer - clang reports it as violating the C++ One Definition Rule, and gcc doesn't like it

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

2017-09-18 Thread starseeker--- via brlcad-commits
Revision: 70297 http://sourceforge.net/p/brlcad/code/70297 Author: starseeker Date: 2017-09-18 12:16:12 + (Mon, 18 Sep 2017) Log Message: --- fix fixed paths, make sure we remove profile-generate in a distclean. A check of the distclean script indicates it uses

[brlcad-commits] SF.net SVN: brlcad:[70298] brlcad/trunk/src/other/gdal

2017-09-18 Thread starseeker--- via brlcad-commits
Revision: 70298 http://sourceforge.net/p/brlcad/code/70298 Author: starseeker Date: 2017-09-18 14:06:44 + (Mon, 18 Sep 2017) Log Message: --- test for xlocale.h before we try to include it Modified Paths: -- brlcad/trunk/src/other/gdal/CMakeLists.txt

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

2017-09-18 Thread starseeker--- via brlcad-commits
Revision: 70300 http://sourceforge.net/p/brlcad/code/70300 Author: starseeker Date: 2017-09-18 20:03:07 + (Mon, 18 Sep 2017) Log Message: --- need iconv on BSD Modified Paths: -- brlcad/trunk/src/other/gdal/CMakeLists.txt Modified:

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

2017-09-18 Thread starseeker--- via brlcad-commits
Revision: 70299 http://sourceforge.net/p/brlcad/code/70299 Author: starseeker Date: 2017-09-18 19:53:46 + (Mon, 18 Sep 2017) Log Message: --- CMake threads test isn't setting these right on FreeBSD Modified Paths: --

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

2017-09-18 Thread brlcad--- via brlcad-commits
Revision: 70302 http://sourceforge.net/p/brlcad/code/70302 Author: brlcad Date: 2017-09-19 03:57:18 + (Tue, 19 Sep 2017) Log Message: --- fix pgo logic so we only have to turn it on and compile twice to use it -- let the path be specified as an environment var, but

[brlcad-commits] SF.net SVN: brlcad:[70292] brlcad/trunk/misc/CMake/CompilerFlags.cmake

2017-09-18 Thread brlcad--- via brlcad-commits
Revision: 70292 http://sourceforge.net/p/brlcad/code/70292 Author: brlcad Date: 2017-09-18 07:26:08 + (Mon, 18 Sep 2017) Log Message: --- include CMakePushCheckState so we can push/pop test settings easily. Modified Paths: --

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

2017-09-18 Thread brlcad--- via brlcad-commits
Revision: 70293 http://sourceforge.net/p/brlcad/code/70293 Author: brlcad Date: 2017-09-18 07:39:44 + (Mon, 18 Sep 2017) Log Message: --- this isn't yet general enough as it only does the trick with gcc and not clang, but it's a step forward. Modified Paths:

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

2017-09-18 Thread brlcad--- via brlcad-commits
Revision: 70301 http://sourceforge.net/p/brlcad/code/70301 Author: brlcad Date: 2017-09-19 02:46:44 + (Tue, 19 Sep 2017) Log Message: --- expand out more comprehensive support for toggling profile guided optimization on/off. repurposed and renamed the old -pg