提交历史

作者 SHA1 备注 提交日期
  Jed Wing 0258a9edb8 Update to handle coincident surfaces. There was a bug in the handling of 16 年之前
  Jed Wing 2973d40851 Minor efficiency update to count_util.c; wrapped a couple of long lines in count_util.h. 16 年之前
  Jed Wing bd4fd8ff81 Updated testsuite to include complete surface macromol numerical validation. 16 年之前
  Jed Wing 871bebe6ed A few necessary modifications for the last batch of regression tests added. 16 年之前
  Jed Wing 3190e4530c Added a few more regression tests and an automated script to test them. 16 年之前
  Jed Wing 12867fb934 Fixed incorrect reporting of reaction products in reaction probability report. 16 年之前
  Jed Wing ba96114988 Merging across minor bugfixes and the continued expansion of the test suite. 16 年之前
  Jed Wing 29875c845e Fixed a bug I introduced when I transplanted code from mdlparse.y to mdlparse_util.c. The bug inverts the orientation of molecules in COUNT statements when they are specified with orientation marks inside quotation marks ("molecule'"). 16 年之前
  Jed Wing 8dc08b2f31 Fixed up articles array to match types array from previous commit. 16 年之前
  Jed Wing 3cc88249dc Fixed up type labels which were out-of-sync now that obsolete symbol types have been removed. 16 年之前
  Jed Wing 2dcfa50048 Updates to macromolecules test suite. 16 年之前
  Jed Wing b3d0096fae Fixing two bugs related to macromolecular reaction parsing. 16 年之前
  Jed Wing be1051e2f9 Added non-mixed variant of macromolecules test. 16 年之前
  Jed Wing 99081511fd Adding updated test facilities. Fixed a few minor issues found during testing. 16 年之前
  Jed Wing c534f094df Merged across bugfixes from the development tree. 16 年之前
  Jed Wing 264e8f7eae Fixed a parser-related bug in the new code for dealing with viz output blocks. 16 年之前
  Jed Wing 146e9472fd Fix for hangs I introduced with the output barriers patch. Under certain circumstances, the code would go into an infinite loop... 16 年之前
  Jed Wing 837ffe8651 Change to prevent output files from including molecules at future locations. 16 年之前
  Jed Wing cb865401a4 NOTIFICATIONS { ALL_NOTIFICATIONS = OFF } was not being properly overridden by the -logfreq command-line argument. 16 年之前
  Jed Wing b55f885c83 Checkpoint reading was broken -- in particular, the READSTRING macro was broken, and the DATACHECK macro was being misused in 2 places. 16 年之前
  Jed Wing 830d213b6b Commented a few new functions, added a little sanity checking, added a const, and gave more default warnings when compiling under GCC. 16 年之前
  Jed Wing 283ee37110 Final batch of new features/cleanups merged. 16 年之前
  Jed Wing 25e8d84637 Added ability to set memory partitioning via MEMORY_PARTITION_{X,Y,Z} directives; removed ability to set memory partitioning via environment variable. 16 年之前
  Jed Wing aaa94b4e92 Cleaned up some error handling and error messages; renamed some loop variables to make their function clearer. 16 年之前
  Jed Wing 322ae77cd6 I made an error while transplanting the partition setting code from mdlparse.y to mdlparse_util.c, resulting in incorrect partitioning. This fixes it. 16 年之前
  Jed Wing 44e4e48a22 Eliminated a number of signed/unsigned inconsistencies to allow (nearly) warning-free compilation with -Wextra -Wshadow. 16 年之前
  Jed Wing 6cb9814b2b Simplified mechanism for reconciling ITERATION_REPORT directive in the mdl file with -logfreq on the command line. Also, began reconciling signed/unsigned conflicts. 16 年之前
  Jed Wing 999dea9fba Added --enable-unsafe-signals to enable "flush reaction output on signal" behavior. It's not guaranteed to work anywhere, but it generally does work, and allows partial output even if something dire happens. 16 年之前
  Jed Wing 9ef4cb7592 Switched 'VAR' and 'STR_VALUE' to 'var' and 'str_value' -- non-terminals which reference the old 'VAR' and 'STR_VALUE'. This is for ease of maintenance of a parallel code branch implementing conditionals. 16 年之前
  Jed Wing 917f49135c Added new notification types for viz, reaction, and volume data output. 16 年之前