found the typo Lucian left in to see whether I really did look at the code :-)
Merged revision(s) 26081-26083 from trunk/libsbml:
revert version number change
Merged revision(s) 26078-26080 from trunk/libsbml:
changed the name of DistribAnnotationConverter to AnnotationToDistribConverter to
updated NEWS for release
Fix for https://www.pivotaltracker.com/story/show/166576120
Merged revision(s) 26058-26060 from branches/libsbml-experimental:
Merged revision(s) 26057-26059 from trunk/libsbml:
isSetMath on SBase should be virtual
changes in sbml/packages/qual/sbml folder from attribute-ns branch
changes in sbml/packages/qual/extension folder from attribute-ns branch
missed a couple of changed fileschanges in sbml/packages/comp/validator/test/test-data/general-constraints folder from attribute-ns branch
Merged revision(s) 25997-26022 from branches/libsbml-experimental:
more build fixes
Merged revision(s) 26018-26020 from trunk/libsbml:
delete invalid test
uncommented tests
caught build errors
changes in sbml/packages/groups/validator/test/test-data/general-constraints folder from attribute-ns branch
changes in sbml/packages/groups/sbml folder from attribute-ns branch
changes in sbml/packages/groups/extension/test/test-data folder from attribute-ns branch
changes in sbml/packages/groups/extension folder from attribute-ns branch
changes in sbml/packages/fbc/sbml folder from attribute-ns branch
changes in sbml/packages/fbc/extension folder from attribute-ns branch
changes in sbml/packages/comp/validator/test/test-data/general-constraints folder from attribute-ns branch
changes in sbml/packages/comp/validator/test folder from attribute-ns branch
changes in sbml/packages/comp/util/test folder from attribute-ns branch
changes in sbml/packages/comp/sbml/test folder from attribute-ns branch
changes in sbml/comp/sbml folder from attribute-ns branch
changes in sbml/comp/extension folder from attribute-ns branch
added in sbml/packages/test folder from attribute-ns branch
changes in sbml/xml/test folder from attribute-ns branch
changes in sbml/xml folder from attribute-ns branch
changes in sbml folder from attribute-ns branch
changes in sbml/test folder from attribute-ns branch
changes in sbml/extension folder from attribute-ns branch
tag 5.18.0 release
tag 5.18.0 release
create a branch from experimental to merge the changes Lucian made in attribute-ns branch and hopefully provide a branch with less divergence
Merged revision(s) 25993-25995 from trunk/libsbml:
Merged revision(s) 25992-25993 from trunk/libsbml:
Merged revision(s) 25953-25991 from trunk/libsbml:
Merged revision(s) 25990 from trunk/libsbml:
fix that didnt get merged !
fix that was in experimental but should be here
Merged revision(s) 25985 from trunk/libsbml:
revert latest fix as it had already been fixed and report came from a user using old libsbml !!
add Python 3.7 to NEWS
updating NEWS
put implementation into CPP_NS
Merged revision(s) 25960-25979 from trunk/libsbml:
couple of files missing from archive
made functions consistent so now comp and csharp are all happy
add fixes for bindings
csharp did not like this change
updated example with new code
should be return 0
add default for switch statement
Merged revision(s) 25883-25959 from trunk/libsbml:
reinstate the use legacy math flag incase someone elses code used it when building against libSBML
updated error messages in line with latest spec
more sweeping for const std::string as argument - also removed argument as reference when it has a default as this may cause issues for some compilers
change definitionurl registry to use int rather than ASTNodeType_t so a user could potentially add a type not known by libsbml
updated makefile with newly added file
Merged revision(s) 25815-25951 from trunk/libsbml:
added an registry to allow users to add definition urls not supported by libsbml. This would allow the online validator that uses stable to register the distrib csymbols ; so these would not be reported as errors given the validator does not know about distrib
don't include cmath as latest macos does not like having both math and cmath
changed to passing strings by reference
dont use c++11 since not all linux versions support it
change function signature back to original
Fix for https://www.pivotaltracker.com/story/show/164978804
add default to switch statement
dont use c++11 since not all linux versions support it
added missing include for strict
make unit tests for distrib work
updating tests
comment out old code for now
comment out distrib tests for now
update to harmony version of distrib
make sure logging errors log line and column number
Merged revision(s) 25883-25913 from trunk/libsbml:
make sure logging errors log line and column number
make sure logging errors log line and column number
make sure logging errors log line and column number
make sure logging errors log line and column number
make sure logging errors log line and column number
make sure logging errors log line and column number
changed names of argument from
caught place where semantics element was missing annotation read and then crashing tests
Fix for https://www.pivotaltracker.com/story/show/164709918
commented out failing semantics tests for now
added tests for lambda with named arguments
updated test that should have changed when max/min allowed zero arguments but I had the tests turned off !!
inadvertently committed test runner with most tests disabled
updated NEWS.txt
Fix for https://www.pivotaltracker.com/story/show/154722558