| 00:32.11 | *** join/#brlcad qbdhygvbhbdfkukl (~armin@dslb-088-066-141-243.088.066.pools.vodafone-ip.de) | |
| 02:49.28 | *** join/#brlcad Mandeep_Singh (~mandeep@122.173.229.142) | |
| 03:01.09 | *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee) | |
| 06:19.21 | *** join/#brlcad amarjeet (~amarjeet@202.164.53.117) | |
| 06:56.36 | *** join/#brlcad sniok (~sniok@89.252.2.135) | |
| 08:07.37 | *** join/#brlcad sniok (~sniok@89.252.2.135) | |
| 08:13.48 | *** join/#brlcad KimK (~Kim__@2600:8803:7a85:6d00:3884:f2e1:e483:138) | |
| 08:26.15 | *** join/#brlcad Mandeep_Singh (~mandeep@122.173.229.142) | |
| 10:26.39 | *** join/#brlcad shubham (6719e766@gateway/web/freenode/ip.103.25.231.102) | |
| 10:44.27 | *** join/#brlcad boj (~boj@210.75.252.226) | |
| 10:45.15 | *** join/#brlcad boj (~boj@210.75.252.226) | |
| 10:47.39 | *** join/#brlcad boj (~boj@210.75.252.226) | |
| 10:50.59 | *** join/#brlcad boj (~boj@210.75.252.226) | |
| 10:53.30 | *** join/#brlcad boj (~boj@210.75.252.226) | |
| 12:27.23 | *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee) | |
| 12:58.54 | *** join/#brlcad boj (~boj@210.75.252.226) | |
| 13:38.45 | *** join/#brlcad asad_ (~asad00@host10-2.natpool.mwn.de) | |
| 14:11.14 | *** join/#brlcad sniok (~sniok@89.252.2.135) | |
| 14:33.26 | *** join/#brlcad yorik (~yorik@187.57.207.104) | |
| 14:42.43 | *** join/#brlcad amarjeet (~amarjeet@101.211.239.130) | |
| 14:51.54 | Notify | 03BRL-CAD:ejno * 68595 (brlcad/trunk/include/bu/color.h brlcad/trunk/src/libbu/color.c): add bu_color_from_str() function to convert 0..255 or 0.0..1.0 r/g/b strings |
| 15:03.12 | Notify | 03BRL-CAD:ejno * 68596 brlcad/trunk/src/libbu/color.c: ensure that errno is zero before calling strtol()/strtod() |
| 15:57.36 | Notify | 03BRL-CAD:ejno * 68597 (brlcad/trunk/doc/docbook/system/man1/rt.xml brlcad/trunk/doc/docbook/system/man1/rtedge.xml and 3 others): fix rtedge foreground/background colors; modify the -C flag for rt/rtedge to take a range in 0-255 or in 0-1; update documentation |
| 16:02.12 | Notify | 03BRL-CAD:ejno * 68598 brlcad/trunk/src/rt/opt.c: modify error message |
| 16:45.44 | Notify | 03BRL-CAD:ejno * 68599 brlcad/trunk/NEWS: update NEWS |
| 18:43.53 | *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee) | |
| 19:30.44 | *** join/#brlcad sniok (~sniok@89.252.2.135) | |
| 20:19.10 | Notify | 03BRL-CAD:ejno * 68600 brlcad/trunk/src/libbu/color.c: must check that return value is zero before checking errno |
| 20:20.05 | Notify | 03BRL-CAD:starseeker * 68601 brlcad/trunk/regress/repository.cmake: file(STRINGS ...) in CMake isn't up to giving us correct line numbers. After some misadventures looking into whether grep could be bundled as a portable utility, finally realized that we can use the FIND and SUBSTRING subcommands of CMake's own STRING command to chop up the text the way we need. Only the last platform_symbol_usage_test function has |
| 20:20.07 | Notify | the correct solution implemented - need to fix the rest and clean up, but wanted to checkpoint what appears to be a working state. Probably need to make this while loop more robust - test what happens if there's not newline at the end of file, for example... |
| 20:20.09 | Notify | ... |
| 21:08.46 | Notify | 03BRL-CAD:starseeker * 68602 brlcad/trunk/regress/repository.cmake: use while loop pattern, turn other checks back on. more to do, but shaping up |
| 21:10.46 | Notify | 03BRL-CAD:starseeker * 68603 brlcad/trunk/regress/repository.cmake: remove refactoring copy/paste |
| 21:17.33 | Notify | 03BRL-CAD:starseeker * 68604 brlcad/trunk/regress/repository.cmake: CURR_LINE -> cline |
| 22:15.45 | *** join/#brlcad asad_ (~asad00@host10-2.natpool.mwn.de) | |
| 23:19.53 | Notify | 03BRL-CAD:starseeker * 68605 brlcad/trunk/regress/repository.cmake: Report line numbers on API usage failures. |
| 23:43.36 | Notify | 03BRL-CAD:starseeker * 68606 brlcad/trunk/regress/repository.cmake: Improve common.h test |