| 01:00.09 | *** join/#brlcad _yukonbob (~svs@S010600235a187d92.ok.shawcable.net) | |
| 03:13.42 | *** join/#brlcad _yukonbob (~svs@S010600235a187d92.ok.shawcable.net) | |
| 06:48.48 | *** join/#brlcad merzo (~merzo@smartbussiness.mobicom.net.ua) | |
| 08:07.03 | *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ) | |
| 10:02.35 | *** join/#brlcad mafm (~mafm@83.54.182.220) | |
| 10:29.20 | *** join/#brlcad merzo (~merzo@smartbussiness.mobicom.net.ua) | |
| 11:20.31 | *** join/#brlcad mafm_ (~mafm@83.54.182.220) | |
| 12:17.18 | *** join/#brlcad Zaebos (~irc@pd95b7f5e.dip0.t-ipconnect.de) | |
| 13:24.21 | CIA-42 | BRL-CAD: 03starseeker * r40149 10/brlcad/branches/cmake/ (CMakeLists.txt misc/CMake/BRLCAD_ThirdParty.cmake): |
| 13:24.21 | CIA-42 | BRL-CAD: Switch the way the option logic is handled to make it easier to summarize - we |
| 13:24.21 | CIA-42 | BRL-CAD: want to report if we are building local libs, not if we are using external libs |
| 13:24.21 | CIA-42 | BRL-CAD: - Make the 3rd party dir logic work accordingly, so the variables are set more |
| 13:24.22 | CIA-42 | BRL-CAD: conveniently for printing. |
| 13:59.36 | *** join/#brlcad zhangzz04 (ddb62e8d@gateway/web/freenode/ip.221.182.46.141) | |
| 14:07.08 | CIA-42 | BRL-CAD: 03starseeker * r40150 10/brlcad/branches/cmake/CMakeLists.txt: Get the rest of the summary printing, even though a lot of the things being summarized aren't working yet. |
| 14:18.06 | CIA-42 | BRL-CAD: 03starseeker * r40151 10/brlcad/branches/cmake/misc/CMake/test_srcs/time.c.in: Make the date formatting add the extra 0 if month < 10 to make the date string match the output from date command |
| 15:38.21 | *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1) | |
| 17:08.17 | CIA-42 | BRL-CAD: 03erikgreenwald * r40152 10/brlcad/branches/bottie/src/librt/ (5 files in 2 dirs): add stubs to move to the glue style thing. Still needs an interface layer to abstract the type specific typedef stuff, but closer to non-hack, methinks. |
| 17:27.54 | *** join/#brlcad SWPadnos_ (~Me@emc/developer/SWPadnos) | |
| 17:41.47 | CIA-42 | BRL-CAD: 03starseeker * r40153 10/brlcad/branches/cmake/misc/CMake/BRLCAD_ThirdParty.cmake: Ah - need to set key variables to *-NOTFOUND prior to each run of this macro, to allow an option change to actually reset their values - otherwise, Find*.cmake won't actually change these values. |
| 17:48.30 | CIA-42 | BRL-CAD: 03starseeker * r40154 10/brlcad/branches/cmake/misc/CMake/ (BRLCAD_ThirdParty.cmake FindZLIB.cmake): Make the third party variables generic to CMAKE_PROJECT_NAME |
| 17:50.25 | CIA-42 | BRL-CAD: 03starseeker * r40155 10/brlcad/branches/cmake/ (3 files in 2 dirs): Move BRLCAD_ThirdParty.cmake to ThirdParty.cmake |
| 17:58.05 | _psilva | :( started doing personnel reviews |
| 17:58.11 | _psilva | suddenly got the sdb willies |
| 18:01.41 | starseeker | sdb? |
| 18:07.32 | starseeker | ponders a potentially cross-platform way to populate HOST, PATH, COUNT, etc... |
| 18:34.38 | ``Erik | sdb == software dev branch (annuals were ... heh, we don't have a ww anymore :) ) |
| 18:34.55 | starseeker | ah |
| 18:53.17 | _psilva | orly |
| 19:47.12 | CIA-42 | BRL-CAD: 03bob1961 * r40156 10/brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl: Modified how the fillTree and handleTreeOpen methods add placeholders. Added new methods: treeNodeHasBeenOpened, treeNodeIsOpen and purgeNodeData. |
| 20:01.43 | CIA-42 | BRL-CAD: 03bob1961 * r40157 10/brlcad/trunk/src/tclscripts/archer/Archer.tcl: These mods are the beginnings of updating the tree view surgically instead of regenerating the entire thing after some edit. This will payoff when the trees get huge. Much more to follow ... |
| 20:03.53 | CIA-42 | BRL-CAD: 03bob1961 * r40158 10/brlcad/trunk/src/libged/ (inside.c typein.c): Return the name of the new object if everything's OK. |
| 20:41.19 | CIA-42 | BRL-CAD: 03starseeker * r40159 10/brlcad/branches/cmake/CMakeLists.txt: try to make variables in conf build time generated - some working, but not portable - needs to be C code both for Windows and to avoid quotes being eaten in interaction between CMake and echo |
| 20:52.30 | CIA-42 | BRL-CAD: 03n_reed * r40160 10/brlcad/trunk/src/tclscripts/boteditor/ (botEditor.tcl botTools.tcl): disabling buttons during execution; providing status line feedback |
| 21:23.37 | CIA-42 | BRL-CAD: 03starseeker * r40161 10/brlcad/branches/cmake/ (3 files in 2 dirs): Put hostname and username into C code, use FILE(WRITE for PATH, and leave the two working ones for now (also the two that must be set/updated at build time. |
| 21:35.20 | CIA-42 | BRL-CAD: 03starseeker * r40162 10/brlcad/branches/cmake/CMakeLists.txt: Er, whoops - make clean clears COUNT so make sure it's there. |
| 21:52.11 | CIA-42 | BRL-CAD: 03starseeker * r40163 10/brlcad/branches/cmake/CMakeLists.txt: Sigh - as usual, I was making it WAAAAY too hard. Simplify the date and count rules considerably. Still should be in C, but at least now the complexity is reduced. |
| 21:52.50 | CIA-42 | BRL-CAD: 03starseeker * r40164 10/brlcad/branches/cmake/CMakeLists.txt: Oh yeah, comment no longer applies. |
| 21:57.31 | CIA-42 | BRL-CAD: 03starseeker * r40165 10/brlcad/branches/cmake/CMakeLists.txt: typo |
| 23:39.40 | *** join/#brlcad mafm_ (~mafm@83.54.182.220) | |