00:15.49 |
*** join/#brlcad merzo
(~merzo@26-25-132-95.pool.ukrtel.net) |
00:51.44 |
Notify |
03BRL-CAD:starseeker * 66685
(brlcad/branches/qtged/CHANGES brlcad/branches/qtged/CMakeLists.txt
and 164 others): Sync with trunk up to r66684 |
00:55.25 |
Notify |
03BRL-CAD:brlcad * 66686
brlcad/trunk/CMakeLists.txt: still not there, but getting close to
forcing 'make test' to output a notice that it can benormal for
some tests to fail. |
01:07.45 |
Notify |
03BRL-CAD:starseeker * 66687
brlcad/trunk/TODO: note ffts along with kissfft |
01:13.58 |
Notify |
03BRL-CAD:starseeker * 66688
brlcad/trunk/src/libbu/malloc.c: Can't get away with this on 32 bit
BSD - error: format specifies type 'unsigned long' but the argument
has type 'uintptr_t' (aka 'unsigned int') |
01:17.04 |
*** join/#brlcad infobot
(ibot@69-58-80-29.ut.vivintwireless.net) |
01:17.04 |
*** topic/#brlcad is BRL-CAD
|| http://brlcad.org || logs:
http://ibot.rikers.org/%23brlcad/
|| Congrats to all GCI 2014 winners Peter & Marc! ||
Congratulations to our 12 GSoC students! || Don't ask if someone is
here, just ask your questions and wait for a response.
;-) |
01:55.59 |
Notify |
03BRL-CAD:starseeker * 66690
brlcad/trunk/src/libbu/tests/CMakeLists.txt: update expected number
for test with orle removed. |
02:03.25 |
Notify |
03BRL-CAD:starseeker * 66691
brlcad/trunk/misc/CMake/make_check_msg.cmake: as currently defined,
make check doesn't do the regression tests - those are defined
separately under make regress. Might be worth thinking about
consolidating them, but for the moment the thinking is that for
performance reasons a dev may want to run make check without also
firing off all of the heavier regression/integration
tests. |
02:20.03 |
Notify |
03BRL-CAD:starseeker * 66692
brlcad/trunk/misc/CMakeLists.txt: commit a script with the right
(or at least 'seems to work') voodoo to run the clang static
analyzer while avoiding the incorporation into the results of
src/other binaries, etc. |
02:32.56 |
*** join/#brlcad merzo
(~merzo@123-24-132-95.pool.ukrtel.net) |
02:42.04 |
*** join/#brlcad
uobfhbladosbicab
(~armin@dslb-088-064-045-174.088.064.pools.vodafone-ip.de) |
02:42.36 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
04:09.42 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
04:13.26 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
04:38.31 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
08:52.07 |
*** join/#brlcad teepee`
(bc5c2134@gateway/web/freenode/ip.188.92.33.52) |
10:06.11 |
*** join/#brlcad merzo
(~merzo@user-94-45-58-141.skif.com.ua) |
11:11.10 |
Notify |
03BRL-CAD Wiki:Origamilandi * 0
/wiki/User:Origamilandi: |
13:41.38 |
*** join/#brlcad merzo
(~merzo@94.45.58.141) |
13:49.14 |
*** join/#brlcad teepee`
(bc5c2134@gateway/web/freenode/ip.188.92.33.52) |
13:59.34 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
14:36.10 |
Notify |
03BRL-CAD:starseeker * 66693
brlcad/trunk/src/other/libpng.dist: Add pngtest.c to the dist list,
now that we aren't building it. |
14:55.09 |
Notify |
03BRL-CAD:starseeker * 66694
(brlcad/trunk/HACKING
brlcad/trunk/src/external/ProEngineer/proe-brl.c and 10 others): We
were already using bu_strdup most places - change over the
remaining uses of bare strdup and add bu_strdup to the HACKING
list. |
14:59.00 |
Notify |
03BRL-CAD:starseeker * 66695
(brlcad/trunk/include/config_win.h.in brlcad/trunk/include/sysv.h
brlcad/trunk/src/libsysv/CMakeLists.txt): Moved to bu_strdup, now
remove strdup.c from libsysv. Again, needs testing. |
15:22.29 |
Notify |
03BRL-CAD:starseeker * 66696
brlcad/trunk/src/conv/asc/asc2g.c: Looks like strsep was introduced
into asc2g a long time back (25912 or earlier) for early Windows
porting work. strtok has been part of Visual Studio since at least
2005 per https://msdn.microsoft.com/en-us/library/2c8d19sb.aspx,
so we can fall back to the original strtok implementation. The
strtok version predates the use of strsep and was always |
15:22.31 |
Notify |
present as a fallback anyway if HAVE_STRSEP
didn't work. Removing since this is the only use of strsep in the
BRL-CAD codebase. |
15:22.33 |
Notify |
... |
15:27.20 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
15:27.55 |
Notify |
03BRL-CAD:starseeker * 66697
(brlcad/trunk/CMakeLists.txt brlcad/trunk/include/sysv.h
brlcad/trunk/src/libsysv/CMakeLists.txt): Remove strsep from
libsysv, after removing one use in BRL-CAD. |
15:40.08 |
Notify |
03BRL-CAD:starseeker * 66698
(brlcad/trunk/include/bu/CMakeLists.txt brlcad/trunk/include/bu.h
and 3 others): Stand up a bu_setenv version of the sysv setenv, and
replace the two uses of setenv (nirt and mged) with
bu_setenv. |
15:53.53 |
Notify |
03BRL-CAD:starseeker * 66699
(brlcad/trunk/CMakeLists.txt brlcad/trunk/HACKING and 16 others):
With the stand-up of bu_setenv, remove libsysv completely. Needs
testing on all platforms. |
16:09.17 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
16:34.29 |
Notify |
03BRL-CAD:starseeker * 66700
(brlcad/trunk/CMakeLists.txt
brlcad/trunk/src/other/CMakeLists.txt): Set target folders for
MSVC |
16:48.50 |
Notify |
03BRL-CAD:brlcad * 66701
brlcad/trunk/CMakeLists.txt: check for snprintf() now that msvc
2015 finally implements it, sort the rest |
17:10.15 |
Notify |
03BRL-CAD:starseeker * 66702
brlcad/trunk/CMakeLists.txt: Fix make check regex filters |
17:30.52 |
Notify |
03BRL-CAD:brlcad * 66703
brlcad/trunk/regress/repository.sh: add strdup() to the list of
functions we wrap |
17:55.35 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
19:35.56 |
*** join/#brlcad boquete
(~Piotr@aub34.neoplus.adsl.tpnet.pl) |
20:44.10 |
Notify |
03BRL-CAD:brlcad * 66704
brlcad/trunk/src/libbu/malloc.c: revert c66688, use an unsigned
long cast instead of uintptr_t. could truncate, but probably
won't. |
21:04.26 |
Notify |
03BRL-CAD:starseeker * 66705
(brlcad/trunk/CMakeLists.txt brlcad/trunk/bench/CMakeLists.txt and
2 others): take a stab at setting up unit and benchmark test sets,
and have make check run the unit, benchmark, and regression tests
that are expected to succeed. |
21:09.19 |
*** join/#brlcad merzo
(~merzo@123-24-132-95.pool.ukrtel.net) |
21:29.24 |
Notify |
03BRL-CAD:starseeker * 66706
(brlcad/trunk/misc/CMake/distcheck_in_src_dir.cmake.in
brlcad/trunk/misc/CMake/distcheck_target.cmake.in): Update
distcheck templates |
21:32.30 |
Notify |
03BRL-CAD:starseeker * 66707
brlcad/trunk/CMakeLists.txt: benchmark isn't one of the unit
tests |
21:34.25 |
*** join/#brlcad merzo
(~merzo@123-24-132-95.pool.ukrtel.net) |
22:50.35 |
Notify |
03BRL-CAD:starseeker * 66708
brlcad/trunk/src/util/CMakeLists.txt: Stub in an icv image
conversion tool. |