| 00:17.17 | Notify | 03BRL-CAD:starseeker * 65374 brlcad/trunk/CMakeLists.txt: Try another approach to ws2_32 testing... |
| 00:39.39 | Notify | 03BRL-CAD:starseeker * 65375 brlcad/trunk/CMakeLists.txt: redefine is only for C |
| 03:07.16 | *** join/#brlcad bradh (~brad@2600:1010:b023:5546:8970:1dad:d5b2:832a) | |
| 03:13.32 | brlcad | starseeker: 65374 needs more, you can't call winsock functions without initializing winsock first |
| 03:13.56 | brlcad | iirc, see WSAStartup in pkg for an example |
| 03:17.43 | Notify | 03BRL-CAD:brlcad * 65376 brlcad/trunk/include/bu/opt.h: fix doxygen param type annotation, goes with @param not the parameter name. |
| 03:19.36 | brlcad | also should include winsock2.h instead of windows.h, or at least before it |
| 03:19.52 | brlcad | and if it's before it, you have to define WIN32_LEAN_AND_MEAN otherwise you get winsock and not winsock2 |
| 03:22.36 | brlcad | you might not see problems on the latest win7/win8, but these are very common portability pitfalls |
| 04:13.29 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 05:42.13 | *** join/#brlcad milinda (~milinda@103.247.48.180) | |
| 05:42.49 | *** join/#brlcad andromeda-galaxy (~andromeda@108-225-17-54.lightspeed.sntcca.sbcglobal.net) | |
| 07:37.02 | *** join/#brlcad bradh (~brad@2600:1010:b023:5546:8970:1dad:d5b2:832a) | |
| 07:42.13 | *** join/#brlcad teeepee-- (bc5c2133@gateway/web/freenode/ip.188.92.33.51) | |
| 07:55.34 | *** join/#brlcad milinda (~milinda@103.247.48.102) | |
| 09:14.34 | *** join/#brlcad milinda (~milinda@175.157.38.63) | |
| 10:10.43 | *** part/#brlcad dracarys983 (dracarys98@nat/iiit/x-rdakjbksrizgpirk) | |
| 10:55.06 | *** join/#brlcad bradh (~brad@2600:1010:b023:5546:8970:1dad:d5b2:832a) | |
| 11:52.00 | ``Erik | wha? winsock still needs an initialization call? I thought that was dos legacy and not an issue in the nt family O.O |
| 11:52.29 | Notify | 03BRL-CAD:starseeker * 65377 (brlcad/trunk/src/conv/csg/csg_parser.lemon brlcad/trunk/src/conv/csg/csg_scanner.perplex): Apply patch #375 from Ilinca Andrei - functional basic csg parser. |
| 11:59.31 | Notify | 03BRL-CAD:starseeker * 65378 (brlcad/trunk/src/conv/csg/csg_parser.lemon brlcad/trunk/src/conv/csg/csg_scanner.perplex): Applied wrong version of #375 patch - back up and apply the correct one. This applies cleanly. |
| 12:38.19 | Notify | 03BRL-CAD:ejno * 65379 brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp: sort GRID records by ID before writing |
| 12:52.59 | *** join/#brlcad gagan (~gagan@103.226.4.44) | |
| 12:54.24 | *** join/#brlcad gaganjyot (~gaganjyot@103.226.4.44) | |
| 12:58.49 | Notify | 03BRL-CAD Wiki:Deekaysharma * 8728 /wiki/User:Deekaysharma/logs: |
| 13:07.07 | Notify | 03BRL-CAD:ejno * 65380 brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp: sort regions by name before writing |
| 13:48.45 | Notify | 03BRL-CAD:ejno * 65381 brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp: sort GRIDs by point value again; remove DBPath |
| 14:23.18 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 14:25.55 | Notify | 03BRL-CAD:ejno * 65382 brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp: in Section::write_line(), set a thickness of zero in volume mode only if thickness passes NEAR_ZERO |
| 14:42.04 | Notify | 03BRL-CAD:ejno * 65383 brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp: use struct directory flags in get_region_dir() |
| 15:13.27 | Notify | 03BRL-CAD:ejno * 65384 brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp: check the halfspace dir's nref before searching for a COMPSPLT |
| 15:28.46 | brlcad | ``Erik: init is still required: https://msdn.microsoft.com/en-us/library/windows/desktop/ms738527(v=vs.85).aspx |
| 15:31.04 | Notify | 03BRL-CAD:starseeker * 65385 brlcad/trunk/CMakeLists.txt: Make a stab at a better gethostname test - may or may not need this for ws2_32, but will probably need it for gethostname... |
| 15:33.49 | Notify | 03BRL-CAD:brlcad * 65386 brlcad/trunk/AUTHORS: Credit Andrei Ilinca with his code contribution (sf patch 375) providing a parser for OpenSCAD's .csg file format |
| 16:11.07 | Notify | 03BRL-CAD:starseeker * 65387 brlcad/trunk/include/config_win.h.in: Scrub out bits that seem to be working with brlcad_config.h |
| 16:18.07 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 16:43.10 | Notify | 03BRL-CAD:brlcad * 65388 brlcad/trunk/CMakeLists.txt: hostnames can be up to 255 characters long per posix (windows current limit is 63 bytes). also, make sure we're using winsock2 (v 2.2 requested here). |
| 16:52.55 | *** join/#brlcad milinda (~milinda@112.134.38.103) | |
| 17:00.57 | Notify | 03BRL-CAD Wiki:MilindaFernando * 8729 /wiki/User:MilindaFernando/gsoc2015_devlog: /* STEP Viewer Project Development Log */ |
| 17:01.21 | Notify | 03BRL-CAD Wiki:MilindaFernando * 8730 /wiki/User:MilindaFernando/gsoc2015_devlog: /* STEP Viewer Project Development Log */ |
| 17:19.20 | *** join/#brlcad vasc (~VASC@bl12-165-105.dsl.telepac.pt) | |
| 17:41.57 | ``Erik | boggling O.o and WSACleanup has to be called for every WSAStartup? makes me think the os doesn't harvest right and can leave resources tied up :/ |
| 17:43.18 | ``Erik | pats his trusty cbm basic 2.0 kernal |
| 17:49.02 | Notify | 03BRL-CAD:ejno * 65389 brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp: facetize regions that contain an incompatible boolean operation |
| 17:51.26 | *** join/#brlcad sofat (~sofat@202.164.45.208) | |
| 18:04.47 | Notify | 03BRL-CAD:ejno * 65390 brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp: rename failed_regions parameter to facetize_regions |
| 18:11.31 | ``Erik | y'know, I just saw that libreoffice is now in the mac app store... and it occurs to me... my ios dev account is now an 'all things apple' dev account and I can put stuff in the app store... if anyone wants to put together an app store submission for BRL-CAD, I can submit it :) |
| 18:12.10 | ``Erik | wonders if his memory dock grapher/jiggler should be dressed up and submitted |
| 18:30.56 | Notify | 03BRL-CAD:ejno * 65391 brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp: handle primitives in boolean ops that are within non-region toplevel combinations |
| 18:34.45 | Notify | 03BRL-CAD:carlmoore * 65392 brlcad/trunk/src/util/bwcrop.c: get bwcrop working by adding stuff which (with different variable names) was in bwscale |
| 18:41.11 | Notify | 03BRL-CAD:n_reed * 65393 brlcad/branches/brep-debug/doc/docbook/system/implementation/en/bool_eval_development.xml: add notes on the curve class |
| 18:53.23 | Notify | 03BRL-CAD Wiki:MeShubham99 * 8731 /wiki/User:MeShubham99/GSoc15/log_developmen: /* Week 4 */ |
| 18:54.28 | Notify | 03BRL-CAD Wiki:MeShubham99 * 8732 /wiki/User:MeShubham99/GSoc15/OGV_production_ready_plan: |
| 18:56.57 | Notify | 03BRL-CAD Wiki:MeShubham99 * 8733 /wiki/User:MeShubham99/GSoc15/log_developmen: |
| 19:01.14 | Notify | 03BRL-CAD:carlmoore * 65394 brlcad/trunk/src/tclscripts/archer/Archer.tcl: remove trailing white space |
| 19:05.40 | Notify | 03BRL-CAD Wiki:MeShubham99 * 8734 /wiki/User:MeShubham99/GSoc15/OGV_production_ready_plan: |
| 19:05.48 | Notify | 03BRL-CAD:ejno * 65395 brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp: include non-region toplevel combs in list of objects to be facetized |
| 19:19.20 | sofat | brlcad, hello |
| 19:19.34 | sofat | I want to show my work if you free now |
| 19:21.19 | *** join/#brlcad andrei_il (~andrei@109.100.128.78) | |
| 19:47.20 | Notify | 03BRL-CAD Wiki:Terry.e.wen * 8735 /wiki/User:Terry.e.wen/log: |
| 19:49.43 | Notify | 03BRL-CAD Wiki:202.164.45.208 * 8736 /wiki/User:Hiteshsofat/GSoc15/log_developmen: |
| 19:56.32 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 19:58.30 | Notify | 03BRL-CAD:n_reed * 65396 brlcad/branches/brep-debug/doc/docbook/system/implementation/en/bool_eval_development.xml: add notes on lines |
| 20:03.07 | *** join/#brlcad milinda (~milinda@124.43.157.157) | |
| 20:19.40 | sofat | brlcad, ping |
| 20:20.00 | *** join/#brlcad KimK (~Kim__@ip68-102-30-143.ks.ok.cox.net) | |
| 20:22.33 | Notify | 03BRL-CAD Wiki:Deekaysharma * 8737 /wiki/User:Deekaysharma/logs: |
| 20:29.53 | *** join/#brlcad milinda (~milinda@124.43.112.41) | |
| 20:35.41 | *** join/#brlcad tofu_ (~sean@66-118-151-70.static.sagonet.net) | |
| 20:36.04 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 20:52.11 | *** join/#brlcad maths22 (~maths22@66-118-151-70.static.sagonet.net) | |
| 20:53.10 | sofat | starseeker, I have submitted my new patch on main_menu for wordpress site please accept this as soon as possible. |
| 21:10.11 | *** join/#brlcad random (0e8b5206@gateway/web/freenode/ip.14.139.82.6) | |
| 21:10.43 | random | ~infobot |
| 21:10.44 | infobot | i guess infobot is A program on the IRC that helps users, ask it to do something by putting a ~ and then say a command! |
| 21:11.01 | random | ~tell |
| 21:13.14 | random | ~seek starseeker |
| 21:13.14 | infobot | ACTION launches a heat-seeking missile at starseeker |
| 21:17.01 | *** join/#brlcad milinda (~milinda@124.43.228.74) | |
| 21:30.25 | Notify | 03BRL-CAD Wiki:MeShubham99 * 8738 /wiki/User:MeShubham99/GSoc15/log_developmen: /* Week 4 */ |
| 21:55.35 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 22:46.49 | *** join/#brlcad starseeker (~starseeke@66-118-151-70.static.sagonet.net) | |
| 22:48.19 | *** join/#brlcad maths22 (~maths22@66-118-151-70.static.sagonet.net) | |
| 22:52.41 | *** join/#brlcad n_reed (~molto_cre@66-118-151-70.static.sagonet.net) | |
| 23:01.36 | Notify | 03BRL-CAD:n_reed * 65397 brlcad/branches/brep-debug/doc/docbook/system/implementation/en/bool_eval_development.xml: add notes on surfaces |
| 23:28.17 | Notify | 03BRL-CAD:n_reed * 65398 brlcad/branches/brep-debug/doc/docbook/system/implementation/en/bool_eval_development.xml: add notes on major brep classes |