| 02:41.16 | starseeker | growl... commit is a LOT more complicated |
| 05:35.06 | starseeker | Huh, this is kinda cool: http://www.1234.info/webtemplates/multiflex5/demo/index.html# |
| 05:36.58 | starseeker | almost like the look of version 4 better... |
| 08:29.34 | *** join/#brlcad akafubu (~akafubu@unaffiliated/akafubu) | |
| 08:46.56 | CIA-2 | BRL-CAD: 03davidloman * r40691 10/rt^3/trunk/ (3 files in 3 dirs): Convert some bu_log statements into Logger:: calls (since Logger uses bu_log anyways) |
| 09:21.43 | *** join/#brlcad akafubu (~akafubu@unaffiliated/akafubu) | |
| 09:56.29 | *** join/#brlcad akafubu (~akafubu@unaffiliated/akafubu) | |
| 10:35.33 | *** join/#brlcad merzo (~merzo@88.119.128.61) | |
| 10:41.26 | brlcad | woot for early morning commits |
| 10:46.02 | CIA-2 | BRL-CAD: 03Rossberg 07http://brlcad.org * r2302 10/wiki/Determining_the_properties_of_primitives: wiki markup for preformatted text |
| 11:07.09 | ``Erik | heh |
| 11:18.17 | *** join/#brlcad akafubu (~akafubu@unaffiliated/akafubu) | |
| 11:18.39 | CIA-2 | BRL-CAD: 03erikgreenwald * r40692 10/brlcad/trunk/misc/win32-msvc8/terrain/terrain.vcproj: Change terrain to wavy |
| 11:25.45 | ``Erik | hrm |
| 11:27.46 | CIA-2 | BRL-CAD: 03erikgreenwald * r40693 10/brlcad/trunk/misc/win32-msvc8/adrt/adrt.vcproj: remove additional libraries line |
| 11:28.02 | CIA-2 | BRL-CAD: 03erikgreenwald * r40694 10/brlcad/trunk/misc/win32-msvc8/ (5 files in 3 dirs): file move of terrain to wavy (msvc did not move the file, just renamed the product) |
| 11:37.29 | CIA-2 | BRL-CAD: 03erikgreenwald * r40695 10/brlcad/trunk/misc/win32-msvc8/adrt/adrt.vcproj: woops, guess this line is important |
| 12:19.31 | *** join/#brlcad Zaebos (~irc@pd95b7f5e.dip0.t-ipconnect.de) | |
| 12:23.14 | *** join/#brlcad akafubu (~akafubu@unaffiliated/akafubu) | |
| 12:54.40 | *** join/#brlcad akafubu (~akafubu@unaffiliated/akafubu) | |
| 13:34.36 | d-lo | Mernin all |
| 13:55.01 | CIA-2 | BRL-CAD: 03davidloman * r40696 10/rt^3/trunk/tests/libNet/netMsgSerialTest.cxx: Fixed two Qt includes to have the correct path. |
| 14:51.29 | CIA-2 | BRL-CAD: 03davidloman * r40697 10/rt^3/trunk/tests/libNet/ (. CMakeLists.txt libNetTest.cxx): Stub in basic libNetTest. Cmake mods and svn:ignore included! |
| 15:15.50 | *** join/#brlcad akafubu (~akafubu@unaffiliated/akafubu) | |
| 15:40.59 | CIA-2 | BRL-CAD: 03davidloman * r40698 10/rt^3/trunk/ (include/PkgServer.h src/libPkgCpp/PkgServer.cxx): Added PkgServer::connectToHost(...) to support making outgoing connections! |
| 16:07.59 | CIA-2 | BRL-CAD: 03davidloman * r40699 10/rt^3/trunk/ (include/PortalManager.h src/libNet/PortalManager.cxx): |
| 16:07.59 | CIA-2 | BRL-CAD: Cleaned up PortalManager a little. Added ::connectToHost(...) which created the |
| 16:07.59 | CIA-2 | BRL-CAD: need for modifying the master file descriptor set outside of the main loop. |
| 16:07.59 | CIA-2 | BRL-CAD: Since these mods to the masterFDS will be done from different threads, added |
| 16:07.59 | CIA-2 | BRL-CAD: mutexes to make PortalManager thread safe. |
| 16:35.18 | *** join/#brlcad mafm (~mafm@240.Red-88-22-161.staticIP.rima-tde.net) | |
| 16:36.58 | CIA-2 | BRL-CAD: 03davidloman * r40700 10/rt^3/trunk/src/utility/ControlledThread.cxx: Egads! Forgot to call QThread::start() from GSThread::startup(). Also, fixed some pre/post hook logic. |
| 16:42.52 | willdye | dislikes threads, primarily because they are so hard to debug |
| 17:11.27 | d-lo | true, threading done without care can lead to some major headaches :) |
| 17:18.32 | *** join/#brlcad akafubu (~akafubu@unaffiliated/akafubu) | |
| 17:25.23 | CIA-2 | BRL-CAD: 03davidloman * r40701 10/rt^3/trunk/ (include/PkgServer.h src/libPkgCpp/PkgServer.cxx): PkgServer:listen is supposed to return an int, (aka the File Descriptor for the listener). |
| 17:30.58 | CIA-2 | BRL-CAD: 03davidloman * r40702 10/rt^3/trunk/ (include/PortalManager.h src/libNet/PortalManager.cxx): |
| 17:30.58 | CIA-2 | BRL-CAD: Made 'listening' on a PortalManager optional. Allows for a testServer and |
| 17:30.58 | CIA-2 | BRL-CAD: testClient to be run on the same machine without bashing your head against an IP |
| 17:30.58 | CIA-2 | BRL-CAD: Bind issue. Also put in NULL checking in PortalManager::connectToHost() so as |
| 17:30.58 | CIA-2 | BRL-CAD: to prevent segfaults. |
| 17:34.53 | CIA-2 | BRL-CAD: 03davidloman * r40703 10/rt^3/trunk/tests/libNet/libNetTest.cxx: Flesh out the basic libNetTest some more. Client and server now connect properly. |
| 18:19.44 | CIA-2 | BRL-CAD: 03davidloman * r40704 10/rt^3/trunk/include/NetMsgTypes.h: Formatting, cleanup, WS, Tabs. |
| 18:22.54 | CIA-2 | BRL-CAD: 03davidloman * r40705 10/rt^3/trunk/include/INetMsgHandler.h: Changed return type for INetMsgHandler::handleNetMsg to a bool (from void) so as to signal the caller that the NetMsg was handled and the memory freed (deleted) |
| 18:29.11 | CIA-2 | BRL-CAD: 03starseeker * r40706 10/rt^3/branches/subversion-cmake/svntest/main.c: And as usual, it was something simple. Commit now working, on to update. |
| 18:35.19 | CIA-2 | BRL-CAD: 03davidloman * r40707 10/rt^3/trunk/tests/libNet/libNetTest.cxx: Make JobManager startup and shutdown an explicit call. |
| 18:48.09 | CIA-2 | BRL-CAD: 03davidloman * r40708 10/rt^3/trunk/ (include/Config.h src/utility/Config.cxx): Add value updater for Config system. Also centralized config map insert/get calls and made them thread safe via mutexes |
| 18:53.33 | CIA-2 | BRL-CAD: 03davidloman * r40709 10/rt^3/trunk/ (3 files in 2 dirs): Implemented Portal<->Portal handshaking. |
| 18:55.50 | CIA-2 | BRL-CAD: 03starseeker * r40710 10/rt^3/branches/subversion-cmake/svntest/main.c: Update the second checkout. Probably don't have all the baton stuff set up right, which may impact simulataneous access, but this should go a ways to pointing out how to work with subversion from C. |
| 19:14.07 | CIA-2 | BRL-CAD: 03bob1961 * r40711 10/brlcad/trunk/src/tclscripts/lib/Ged.tcl: Modify Ged::pane_mouse_ray and Ged::pane_mouse_3dpoint to honor snap-to-grid if it's on. |
| 19:29.29 | *** mode/#brlcad [+o brlcad] by ChanServ | |
| 19:41.15 | CIA-2 | BRL-CAD: 03davidloman * r40712 10/rt^3/trunk/ (17 files in 6 dirs): Replace all references to the word 'host' with 'node' when referring to another node on the GSNetwork. Should help make things easier to understand. |
| 19:49.54 | CIA-2 | BRL-CAD: 03davidloman * r40713 10/rt^3/trunk/ (7 files in 4 dirs): Missed a few 'host'->'node' changes. |
| 19:50.09 | ``Erik | notes that gts requires glib 2.4+ |
| 20:00.39 | CIA-2 | BRL-CAD: 03davidloman * r40714 10/rt^3/trunk/src/libNet/ (Portal.cxx PortalManager.cxx): Add some debug printers to help track down an issue. Seems that libpkg isn't calling the springboard in Portal. |
| 21:08.13 | ``Erik | hehehe http://www.guardian.co.uk/science/the-lay-scientist/2010/sep/24/1 |
| 21:39.21 | CIA-2 | BRL-CAD: 03starseeker * r40715 10/rt^3/branches/subversion-cmake/ (4 files in 2 dirs): Start working on some routines to stress subversion. |
| 21:52.07 | CIA-2 | BRL-CAD: 03starseeker * r40716 10/rt^3/branches/subversion-cmake/svnstress/main.c: |
| 21:52.07 | CIA-2 | BRL-CAD: Change this a bit - have each of the 100 forks try to get their own number into |
| 21:52.07 | CIA-2 | BRL-CAD: the repository. I'm not quite sure how to interpert the result, but I think |
| 21:52.07 | CIA-2 | BRL-CAD: they are encouraging - of the 100 attempts, only one succeeds (somewhat at |
| 21:52.07 | CIA-2 | BRL-CAD: random) and all of the others report conflicts when trying to do an update. I |
| 21:52.08 | CIA-2 | BRL-CAD: think this is correct behavior. |
| 21:53.52 | starseeker | I guess I should remark that all 100 checkouts appear to succeed |
| 22:02.51 | CIA-2 | BRL-CAD: 03starseeker * r40717 10/rt^3/branches/subversion-cmake/svnstress/main.c: Turn on the update call from C - odd result, both 9 and 21 show no conflict but 21's test file shows 9 as content |
| 22:06.27 | starseeker | oh, I see - the number that succeeded the last time doesn't catch the new one, since it's not changed and it breezes through the commit step... |
| 22:20.57 | starseeker | that's actually more promising than I thought initially... |
| 23:08.50 | d-lo | yawns |
| 23:10.25 | ``Erik | silence, maggot! |
| 23:21.47 | *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1) | |
| 23:22.15 | ``Erik | :D |
| 23:22.37 | ``Erik | makes some salad O.o |
| 23:28.56 | *** join/#brlcad hyarion (c05ben@peppar.cs.umu.se) | |
| 23:36.41 | d-lo | yikes.... maggot! Thems harsh werd there buddy |
| 23:37.09 | ``Erik | I know, I should be nicer, maggots provide an important function in the ecosystem |
| 23:37.15 | ``Erik | :> |
| 23:44.29 | d-lo | lol, damn |
| 23:45.10 | d-lo | I should prolly log off irc, seeing as I'm getting torched pretty bad :) |
| 23:45.30 | ``Erik | <-- kinda surprised you're on O.o |
| 23:45.57 | ``Erik | doncha have, y'know, a whif, 4 spawnling, and a todo list up to scientific notation for line #'s? :D |
| 23:47.12 | ``Erik | ah ha, install_name_tool might be what I need |