| 00:21.36 | Notify | 03BRL-CAD:brlcad * 66485 brlcad/trunk/src/conv/ply/g-ply.c: nmg.h already declares properly |
| 00:22.34 | Notify | 03BRL-CAD:brlcad * 66486 (brlcad/trunk/src/conv/csg/csg_parser.lemon brlcad/trunk/src/conv/csg/csg_scanner.perplex): use txt instead of text to avoid msvc warning |
| 00:58.02 | *** join/#brlcad merzo (~merzo@132-37-132-95.pool.ukrtel.net) | |
| 01:12.26 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 01:42.20 | *** join/#brlcad buadmjabavviwxcc (~armin@dslb-088-064-044-170.088.064.pools.vodafone-ip.de) | |
| 01:43.16 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 01:59.19 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 02:03.37 | maths22 | Does |
| 02:03.37 | maths22 | s~. |
| 02:03.45 | maths22 | sorry |
| 02:04.06 | maths22 | Does anyone know if we can fix the following error: http://pastebin.ubuntu.com/12882256/ |
| 02:05.12 | maths22 | Also, I was looking at CDash today, and noticed two things |
| 02:05.19 | maths22 | One, it is still running, so yay! |
| 02:05.54 | maths22 | Two, regress-repository is failing: http://brlcad.org/CDash/testDetails.php?test=9418&build=251 |
| 03:13.57 | Notify | 03BRL-CAD:brlcad * 66487 (brlcad/trunk/src/other/clipper/clipper.cpp brlcad/trunk/src/other/clipper/clipper.hpp): stash STL containers as pointers so that they do not need to be exported/imported on Windows. |
| 03:16.29 | Notify | 03BRL-CAD:brlcad * 66488 brlcad/trunk/src/other/CMakeLists.txt: this still isn't working right to quell warning D9025 (overridding '/W#' with '/w'), but it did remove the /W3 we add. unfortunately, there's still a /W1 coming from somewhere. |
| 03:45.33 | Notify | 03BRL-CAD Wiki:Andrewnewjack * 0 /wiki/User:Andrewnewjack: |
| 04:13.13 | *** join/#brlcad roop (~roop@106.79.1.163) | |
| 04:26.04 | Notify | 03BRL-CAD:brlcad * 66489 brlcad/trunk/src/other/CMakeLists.txt: looks like it's the addition of the unknown -w flag that spurs the override warnings as it gets added as an additional flag. if we set /W0, it properly overrides and no warning is issued. test for how to disable warnings more generically. |
| 04:54.04 | Notify | 03BRL-CAD:brlcad * 66490 (brlcad/trunk/misc/CMake/CompilerFlags.cmake brlcad/trunk/misc/tools/CMakeLists.txt brlcad/trunk/src/other/CMakeLists.txt): wrap the warning disable functionality into a generalized function so we can use it in two places without duplication. there's minimal utility exposing BRLCAD_DISABLE_SRC_OTHER_WARN as a user option since it's easily commented out and unlikely to be something toggled |
| 04:54.08 | Notify | with any frequency/regularity, so we remove that as well. |
| 04:54.08 | Notify | ... |
| 05:23.27 | Notify | 03BRL-CAD:brlcad * 66491 brlcad/trunk/misc/CMake/CompilerFlags.cmake: needs to be a macro or need to set PARENT_SCOPE on the set() call so that the values are changed in the caller's scope, go with macro method for consistency |
| 05:24.42 | Notify | 03BRL-CAD:brlcad * 66492 brlcad/trunk/CMakeLists.txt: remove the BRLCAD_DISABLE_SRC_OTHER_WARN option, unlikely to be toggled with any frequency. |
| 05:31.46 | *** join/#brlcad KimK (~Kim__@ip68-102-67-135.ks.ok.cox.net) | |
| 07:45.51 | *** join/#brlcad roop (~roop@1.187.232.22) | |
| 07:50.46 | *** join/#brlcad packrat (~packrator@c-71-231-32-234.hsd1.wa.comcast.net) | |
| 07:56.47 | *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl) | |
| 08:50.44 | *** join/#brlcad teepee` (bc5c2134@gateway/web/freenode/ip.188.92.33.52) | |
| 09:19.22 | *** join/#brlcad merzo (~merzo@user-94-45-58-141.skif.com.ua) | |
| 10:11.30 | *** join/#brlcad boquete (~Piotr@avh152.neoplus.adsl.tpnet.pl) | |
| 11:35.40 | *** join/#brlcad boquete_asus (~Piotr@dzf150.neoplus.adsl.tpnet.pl) | |
| 11:40.13 | *** join/#brlcad teepee`_ (bc5c2134@gateway/web/freenode/ip.188.92.33.52) | |
| 11:45.59 | *** join/#brlcad teepee` (bc5c2134@gateway/web/freenode/ip.188.92.33.52) | |
| 12:15.49 | *** join/#brlcad skat00sh (uid103741@gateway/web/irccloud.com/x-fkgndflxunarazlj) | |
| 12:38.03 | *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl) | |
| 14:03.54 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 14:11.21 | *** join/#brlcad boquete (~Piotr@dzf150.neoplus.adsl.tpnet.pl) | |
| 14:23.27 | *** join/#brlcad teepee` (bc5c2134@gateway/web/freenode/ip.188.92.33.52) | |
| 14:30.41 | Notify | 03BRL-CAD:brlcad * 66493 brlcad/trunk/src/libgcv/tri_intersect.h: the unit test currently calls the gcv_tri_tri_intersect_with_isectline() function as an import from libgcv, so we do still need to export it. need a better solution. |
| 15:07.43 | Notify | 03BRL-CAD:brlcad * 66494 brlcad/trunk/src/tclscripts/hv3/hv3_form.tcl: only source the combobox package if it's needed, so hv3.tcl doesn't end up providing combobox package twice |
| 15:08.08 | *** join/#brlcad teepee` (bc5c2134@gateway/web/freenode/ip.188.92.33.52) | |
| 16:03.51 | *** join/#brlcad ion__ (~eme@187.37.251.254) | |
| 16:05.59 | ion__ | Hello everyone. |
| 16:06.20 | ion__ | I cannot install brl-cad on Arch Linux. |
| 17:47.03 | *** join/#brlcad boquete (~Piotr@dzf150.neoplus.adsl.tpnet.pl) | |
| 17:48.07 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 21:16.33 | *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl) | |
| 21:56.32 | *** join/#brlcad merzo (~merzo@139-7-132-95.pool.ukrtel.net) | |
| 23:00.37 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 23:32.52 | *** join/#brlcad merzo (~merzo@205-10-133-95.pool.ukrtel.net) | |