| 00:35.22 | *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol) | |
| 17:21.44 | *** join/#brlcad merzo (~merzo@75-37-132-95.pool.ukrtel.net) | |
| 17:32.35 | CIA-59 | BRL-CAD: 03starseeker * r47660 10/brlcad/trunk/src/other/ (10 files in 3 dirs): |
| 17:32.35 | CIA-59 | BRL-CAD: move parser.h to re2c_parser.h - renaming the lemon generated parser.h file |
| 17:32.35 | CIA-59 | BRL-CAD: after generation to avoid conflict only works when src dir != build dir. If |
| 17:32.35 | CIA-59 | BRL-CAD: doing an in src build, lemon will still stomp parser.h on its way to generating |
| 17:32.35 | CIA-59 | BRL-CAD: parser_tokens.h |
| 17:57.20 | *** join/#brlcad starseeker (~starseeke@BZ.BZFLAG.BZ) | |
| 17:57.58 | *** join/#brlcad brlcad (~sean@BZ.BZFLAG.BZ) | |
| 18:33.28 | CIA-59 | BRL-CAD: 03starseeker * r47661 10/brlcad/trunk/src/libpkg/example/ (client.c server.c): |
| 18:33.28 | CIA-59 | BRL-CAD: Start trying to figure out how to properly shuffle a file back and forth between |
| 18:33.28 | CIA-59 | BRL-CAD: client and server. Ideally, want to have the server send the file to the |
| 18:33.28 | CIA-59 | BRL-CAD: client, have the client reconstitute the file, and then fire the file back at |
| 18:33.29 | CIA-59 | BRL-CAD: the server, which reconstitutes it in turn and maybe compares it to the original |
| 18:33.29 | CIA-59 | BRL-CAD: buffer. Not immediately clear how to achieve this yet. |
| 18:34.50 | CIA-59 | BRL-CAD: 03starseeker * r47662 10/brlcad/trunk/src/other/CMakeLists.txt: Mark as advanced |
| 18:57.42 | CIA-59 | BRL-CAD: 03starseeker * r47663 10/brlcad/trunk/misc/CMake/FindGL.cmake: Whoops, broke the GL logic for MSVC - try again... |
| 19:26.56 | CIA-59 | BRL-CAD: 03n_reed * r47664 10/brlcad/trunk/src/other/perplex/ (parser.y perplex.c scanner.re template.c): addressing some compiler warnings |
| 20:23.40 | CIA-59 | BRL-CAD: 03n_reed * r47665 10/brlcad/trunk/src/other/perplex/ (perplex.h scanner.re template.c): fix scanning from string |
| 20:32.55 | CIA-59 | BRL-CAD: 03starseeker * r47666 10/brlcad/trunk/src/librt/CMakeLists.txt: Try tweaking the DLL variables for librt - working on unbreaking Windows... |
| 21:12.51 | CIA-59 | BRL-CAD: 03starseeker * r47667 10/brlcad/trunk/src/CMakeLists.txt: Add the __WIN32__ definition - may need it for some headers. |
| 21:20.28 | CIA-59 | BRL-CAD: 03n_reed * r47668 10/brlcad/trunk/src/other/perplex/ (parser.y perplex.c): allow empty code section |
| 22:03.06 | CIA-59 | BRL-CAD: 03n_reed * r47669 10/brlcad/trunk/src/other/perplex/ (perplex.c scanner_template.c template.c): renamed scanner template |
| 22:12.36 | brlcad | starseeker: __WIN32__ is a compiler define, provided by the compiler |
| 22:13.43 | brlcad | defining any __* variable invariably can lead to problems down the road, they are reserved for compiler-use |
| 22:14.26 | brlcad | technically all _* preprocessor symbols, but most compilers aren't that strict |
| 23:32.06 | CIA-59 | BRL-CAD: 03starseeker * r47670 10/brlcad/trunk/src/CMakeLists.txt: remove __WIN32__ - compiler define, and in any case it didn't have the desired result. |
| 23:45.28 | CIA-59 | BRL-CAD: 03starseeker * r47671 10/brlcad/trunk/src/libdm/CMakeLists.txt: dm-tk still has issues on Windows. |
| 23:46.27 | *** join/#brlcad merzo (~merzo@29-12-132-95.pool.ukrtel.net) | |
| 23:49.46 | brlcad | looks like astyle 2.03 is going to include my patch for our format, will have to give it a try |
| 23:55.51 | starseeker | woo hoo! |