| 00:33.47 | kanzure | do you mean "wasn't"? |
| 00:34.42 | kanzure | i'm just wondering if i should make it a default in python-brlcad or not; or maybe it should only generate bindings when a library is available. but if wdb isn't found, the whole thing is kinda moot, right? |
| 00:59.55 | maths22 | brlcad: there are no left-over UI tasks (I did too many :) |
| 01:14.43 | starseeker | brlcad: haven't run pandoc, been a while since I looked at asciidoc |
| 01:15.12 | starseeker | just thought I'd suggest using something like co-ment before we revert to Word... |
| 02:55.07 | Notify | 03BRL-CAD Wiki:Maths22 * 6279 /wiki/Google_Code_In/Checklis: Spelling correction |
| 02:58.17 | Notify | 03BRL-CAD Wiki:Maths22 * 6280 /wiki/Google_Code_In/Checklis: Improved writing in first part |
| 02:58.57 | brlcad | maths22: oof! we need at least 10 tasks for each category |
| 03:12.15 | brlcad | maths22: are you working on merging the GCI Tasks page? |
| 03:23.04 | Notify | 03BRL-CAD Wiki:Sean * 6281 /wiki/Deuces: restructure |
| 03:27.44 | Notify | 03BRL-CAD Wiki:Sean * 6282 /wiki/Deuces: /* Documentation and Training */ |
| 03:31.54 | Notify | 03BRL-CAD Wiki:Sean * 6283 /wiki/Deuces: lighten the page |
| 03:38.50 | Notify | 03BRL-CAD Wiki:Sean * 6284 /wiki/Deuces: add several doc tasks from last year |
| 03:41.21 | Notify | 03BRL-CAD Wiki:Sean * 6285 /wiki/Deuces: move code article to outreach |
| 03:49.22 | Notify | 03BRL-CAD Wiki:Sean * 6286 /wiki/Deuces: windows maintainer |
| 03:58.39 | Notify | 03BRL-CAD Wiki:Sean * 6287 /wiki/Deuces: /* Outreach and Research */ add open tasks from last year |
| 04:00.35 | Notify | 03BRL-CAD Wiki:Sean * 6288 /wiki/Deuces: move prototype to docs section |
| 04:19.02 | Notify | 03BRL-CAD Wiki:Sean * 6289 /wiki/Deuces: /* User Interface */ migrate some tasks, add some others ... lots more to go |
| 04:19.58 | brlcad | there, that at least restores the minimum we must have in place |
| 06:30.18 | *** join/#brlcad starseeker (~starseeke@66-118-151-70.static.sagonet.net) | |
| 08:35.30 | *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua) | |
| 11:52.05 | *** join/#brlcad kesha (~kesha@14.139.122.114) | |
| 12:12.32 | *** join/#brlcad d_rossberg (~rossberg@66-118-151-70.static.sagonet.net) | |
| 12:53.06 | maths22 | I had not yet gotten to it |
| 12:56.41 | maths22 | brlcad: idea for a UI task: integrate WP and MW login (like I had done with Drupal) |
| 12:56.59 | maths22 | It could obviously only happen after the Drupal to WP task |
| 14:05.20 | Notify | 03BRL-CAD:d_rossberg * 58337 NIL: sync with release procedure on the brlcad branch |
| 14:17.43 | Notify | 03BRL-CAD:carlmoore * 58338 brlcad/trunk/src/proc-db/masonry.c: remove trailing blanks/tabs; improve an error message to make it clear that -w has to precede -o |
| 14:27.05 | ``Erik | what is the benifit of a drupal->wp migration again? |
| 14:27.30 | ``Erik | benefit, even :) |
| 14:35.36 | maths22 | ``Erik: see http://sourceforge.net/p/brlcad/mailman/message/31542445/ |
| 14:35.39 | maths22 | I think this is why |
| 14:51.26 | ``Erik | thanks... I'm not sure I've migrated all the lists or if this was just buried in the other stuff I've been busy on. I do maintain a wordpress site on the machine and the system installed copy is in /usr/local/www/wordpress/ ... it doesn't have the smell of being the right tool to me, so'z I figured I'd ask :) |
| 15:28.42 | Notify | 03BRL-CAD:starseeker * 58339 brlcad/trunk/src/libbn/obr.c: flip LBDiff calculation, add debugging printouts... |
| 15:34.08 | Notify | 03BRL-CAD:bob1961 * 58340 brlcad/trunk/src/libdm/scale.c: Insure that the scale line is drawn using solid lines. |
| 15:35.17 | Notify | 03BRL-CAD:bob1961 * 58341 brlcad/trunk/src/libtclcad/tclcad_obj.c: Draw the scale text using the view parameter color settings. |
| 15:46.13 | Notify | 03BRL-CAD:carlmoore * 58342 brlcad/trunk/src/proc-db/masonry.c: touching up the Usage |
| 15:54.45 | *** join/#brlcad mpictor (~mark@c-67-177-102-131.hsd1.in.comcast.net) | |
| 16:07.29 | maths22 | brlcad: why exactly do you want to switch to wordpress other than themeing? |
| 16:18.46 | *** join/#brlcad mpictor (~mark@c-67-177-102-131.hsd1.in.comcast.net) | |
| 16:23.24 | Notify | 03BRL-CAD:carlmoore * 58343 brlcad/trunk/src/proc-db/masonry.c: revise some use of blank lines; remove 'sub-' because those options rank alongside the previous ones; make_mortar is defaulted to 0, not 1 |
| 16:26.20 | *** join/#brlcad mpictor (~mark@c-67-177-102-131.hsd1.in.comcast.net) | |
| 16:35.56 | kanzure | bleep bloop still looking for (un)willing test subjects for python-brlcad |
| 16:56.47 | Notify | 03BRL-CAD:d_rossberg * 58344 brlcad/branches/RELEASE/src/other/tclap/config.h.in: merged commit r58167: Special configuration for MSVC++: MS Windows isn't an officially supported platform for TCLAP. The library uses autotools/make which isn't available with Visual Studio. Nevertheless TCLAP was made compilable in Visual Studio with an "#ifdef _MSC_VER". This behavior has to be simulated in BRL-CAD's CMake |
| 16:56.49 | Notify | configuration. |
| 17:53.30 | *** join/#brlcad mpictor (~mark@c-67-177-102-131.hsd1.in.comcast.net) | |
| 18:01.50 | Notify | 03BRL-CAD:bob1961 * 58345 brlcad/trunk/src/libtclcad/tclcad_obj.c: Updated go_dm_draw_polys() to draw the target polygon last. |
| 18:08.22 | Notify | 03BRL-CAD:carlmoore * 58346 brlcad/trunk/src/proc-db/masonry.c: add notice about creation of file masonry.g |
| 18:24.13 | Notify | 03BRL-CAD:carlmoore * 58347 brlcad/trunk/src/proc-db/menger.c: provide help when no arguments are supplied |
| 18:29.31 | kanzure | i dunno who posted this, but i replied: https://github.com/kanzure/python-brlcad/issues/4 |
| 18:59.11 | Notify | 03BRL-CAD:carlmoore * 58348 brlcad/trunk/src/proc-db/menger.c: shorten the handling of h and ? options, which do provide help |
| 19:14.06 | *** join/#brlcad vladbogolin (~vlad@188.25.238.120) | |
| 19:14.16 | *** part/#brlcad vladbogolin (~vlad@188.25.238.120) | |
| 19:23.08 | Notify | 03BRL-CAD:carlmoore * 58349 brlcad/trunk/src/proc-db/menger.c: remove some braces around single statements; in 1 case, I reversed the sense of an 'if' so that 'else' was no longer needed |
| 19:48.20 | Notify | 03BRL-CAD:carlmoore * 58350 brlcad/trunk/src/proc-db/metaball.c: improve usage of h and ? |
| 19:53.20 | Notify | 03BRL-CAD:carlmoore * 58351 brlcad/trunk/src/proc-db/metaball.c: oops, forgot to remove -h reference from the Usage; it's omitted because it is understood |