Commit graph

2141 commits

Author SHA1 Message Date
Mark Pictor
860bd45c50 remove unused variables in fedex_plus/expressbuild.cc 2011-07-31 23:31:07 +02:00
Mark Pictor
db70465a2e remove unused variables in fedex_plus/classes_wrapper.cc 2011-07-31 23:31:07 +02:00
Mark Pictor
90de2d7636 remove unused variables in fedex_plus/classes_misc.c 2011-07-31 23:31:07 +02:00
Mark Pictor
d56117f9b0 remove unused vars in fedex_plus/selects.c 2011-07-31 23:31:07 +02:00
Mark Pictor
37bbfd3a25 remove commented code from fedex_plus/classes.c 2011-07-31 23:31:06 +02:00
Mark Pictor
c6335599f5 add __attribute__((unused)) 4 places in fedex_plus/classes.c 2011-07-31 23:31:06 +02:00
Mark Pictor
f3e2eaf5df remove unused vars in fedex_plus/classes.c 2011-07-31 23:31:06 +02:00
Mark Pictor
c0b2b05dae clstepcore - remove some commented-out code, add keyword FIXME to a comment about known bugs 2011-07-31 23:31:06 +02:00
Mark Pictor
7a68580976 remove unused variables in clstepcore 2011-07-31 23:31:06 +02:00
Mark Pictor
fcf02599b8 Silence two erroneus unused var warnings with __attribute__((unused)) 2011-07-31 23:31:06 +02:00
Mark Pictor
15d4d5f227 Remove unused variables in src/cleditor 2011-07-31 23:31:05 +02:00
Mark Pictor
1ebee6d57e In generate_attribute_name(), ignore spaces. Fixes AP214E3 error. 2011-07-31 14:53:38 -04:00
Mark Pictor
5f21a5b65b Add ap203e2 schema and CMakeLists.txt 2011-07-31 14:53:02 -04:00
Mark Pictor
19df1ad63f Add CAX-IF geometeric validation step files for ap203 and ap214 2011-07-31 14:53:02 -04:00
Mark Pictor
bdf5d4d58f Enable building schemas. Tested with ap214e3; works except for a bug in fedex_plus 2011-07-31 14:53:01 -04:00
Mark Pictor
62d80a5c5b missed one path when renaming CMake/ to cmake/ 2011-07-31 13:37:55 -04:00
Mark Pictor
00092d081f cmake: rename BRL-CAD variables, remove unused variable, rename CMake/ to cmake/ 2011-07-31 12:49:32 -04:00
Mark Pictor
1bb0fd41cb Add -Wall and a debug message 2011-07-30 22:04:24 -04:00
Mark Pictor
60e4af5016 In debug mode, make bison create a .dot graph for the scanner 2011-07-30 22:04:24 -04:00
Mark Pictor
7742f833b3 make non-debug builds work again 2011-07-30 17:09:18 -04:00
Mark Pictor
166de34080 add Doxyfile (config file for doxygen source documentation tool) 2011-07-30 17:06:52 -04:00
Mark
22283d5aad Merge pull request #8 from mpictor/mp/debug-parser
merge mp/debug-parser
2011-07-29 19:27:36 -07:00
Mark Pictor
ee7fe02f9d Fix CMake error 2011-07-28 20:01:04 -04:00
Christopher Sean Morrison
0c7abc474e leaking something nasty 2011-07-28 05:41:28 +00:00
Christopher Sean Morrison
f7522b6646 delete the instances before deleting the container, don't just clear them. plugs memory leak (though there is still lots to go for scl) 2011-07-28 05:38:12 +00:00
Christopher Sean Morrison
b0b93e6043 plug a memory leak accounting for almost a half MB. delete the InstMgr master and sorted master manager node arrays. 2011-07-28 05:17:44 +00:00
Mark Pictor
b6c09a19a9 add two schema which expose problems in fedex_plus 2011-07-27 20:44:27 -04:00
Christopher Sean Morrison
e167bee956 update with a few topics that have been mentioned of late 2011-07-27 22:40:48 +00:00
Christopher Sean Morrison
bb20c582f1 add support for reading exchange/express/step input from standard input. if the filename provided is a '-', it will be treated special to imply standard input. 2011-07-27 21:11:54 +00:00
Christopher Sean Morrison
b23d6a610e fix a bug introduced with the conversion of SCL's string management to using STL's std::string. null values were getting injected into the parsing output since std::string will happily record a zero-character and keep track of how long the c-string buffer is independent of null-termination. the streams happily print the entire buffer (i.e., not relying on null termination) causing literal '\0' values to get output. fix was simple, don't append '\0' values. should no longer be needed since empty std::string will stream empty. 2011-07-27 17:50:37 +00:00
Christopher Sean Morrison
f825e2777d update the README to reflect the current directory contents. was referring to files and classes that were renamed/refactored and/or no longer exist. 2011-07-27 17:42:05 +00:00
Christopher Sean Morrison
5859f5376f revert r45653, unintentional inclusion of a bug fix that begs documenting 2011-07-27 17:40:59 +00:00
Christopher Sean Morrison
44e2ed7dd8 update the README to reflect the current directory contents. was referring to files and classes that were renamed/refactored and/or no longer exist. 2011-07-27 17:37:28 +00:00
Christopher Sean Morrison
3463a96811 ws consistency 2011-07-27 17:30:53 +00:00
Keith W. Boman
04696cd4e4 Changed parameter 'schnm' back to 'const char *' for functions SchRename::rename() and TypeDescriptor::Name(). 2011-07-27 13:42:18 +00:00
Christopher Sean Morrison
bf190ca779 std::string are declared in <string>, not <string.h>; fix r45627. 2011-07-27 04:17:25 +00:00
Cliff Yapp
b466fe754b OK, I think we've gotten rid of 'em now - try again to remove scl_string 2011-07-26 15:21:20 +00:00
Christopher Sean Morrison
d9ffe0695d eliminate all of the __OSTORE__ sections. considered dead code because there was no managed way to enable those code sections. appears to be a binding to a commercial API (Progress Software Corp's ObjectStore product), so remove in favor of simplified code maintenance and reduced complexity. removes almost 3k lines of code. 2011-07-26 12:35:48 +00:00
Christopher Sean Morrison
7c0e7bd258 apply sf patch 3377904 (fixed a bug with step-g and null strings) from Zach Easterbrook ( lainiwakurax ) which indeed fixes the step-g crash, but still doesn't restore it to a functional status. aborts with a message about a NULL std::string. 2011-07-26 04:31:59 +00:00
Cliff Yapp
1748c60cfe Take a stab at removing scl_string altogether. 2011-07-25 22:59:58 +00:00
Cliff Yapp
6c96daaf88 remove remainder of SCLstring uses 2011-07-25 22:20:12 +00:00
Cliff Yapp
8176031a2d Remove some commented out code containing SCLstring 2011-07-25 21:57:44 +00:00
Cliff Yapp
c474742ab9 CMakeLists.txt too 2011-07-25 21:32:58 +00:00
Cliff Yapp
e06fc8056d Wait until we're sure they're gone. 2011-07-25 21:32:04 +00:00
Cliff Yapp
bcfdc91cda Doesn't look like scl_string.cc/h are being used - yank 2011-07-25 21:19:34 +00:00
Christopher Sean Morrison
6d7d08e25b apply sf patch 3376896 (All instances of SCLstring changed to std::string) from lainiwakurax. patch converts scl converts almost all instances of SCLstring in SCL to standard STL strings. tested minimally with a few ap203 conversions that all seemed to parse and convert equivalently. outstanding. 2011-07-25 21:02:57 +00:00
Mark Pictor
1c483b3fe7 change build type logic in CMakeLists.txt 2011-07-23 06:45:16 -04:00
Mark Pictor
aa860ef77f Default to debug build; change files to enable express parser debugging (with fedex_plus -d8 <file>) 2011-07-16 17:49:32 -04:00
Mark Pictor
d2baec0a09 Change all short variables to unsigned int (looks like affected variables are always positive) and remove a cast to short 2011-07-16 14:20:34 -04:00
Mark Pictor
1ef8a0b6e1 Add AP214E3 schema 2011-07-16 12:14:34 -04:00