# # ChangeLog for src/Parser/FormatParserStorage.hpp # # Generated by Trac 1.4.4 # Jan 5, 2025, 3:54:42 AM Thu, 16 Dec 2010 17:32:22 GMT Frederik Heber [73916f] * src/Actions/MoleculeAction/LoadAction.cpp (modified) * src/Actions/MoleculeAction/SaveAction.cpp (modified) * src/Actions/MoleculeAction/SaveAction.def (modified) * src/Actions/WorldAction/InputAction.cpp (modified) * src/Parser/FormatParser.cpp (modified) * src/Parser/FormatParser.hpp (modified) * src/Parser/FormatParserStorage.cpp (modified) * src/Parser/FormatParserStorage.hpp (modified) * src/Parser/MpqcParser.cpp (modified) * src/Parser/MpqcParser.hpp (modified) * src/Parser/PcpParser.cpp (modified) * src/Parser/PcpParser.hpp (modified) * src/Parser/PdbParser.cpp (modified) * src/Parser/PdbParser.hpp (modified) * src/Parser/TremoloParser.cpp (modified) * src/Parser/TremoloParser.hpp (modified) * src/Parser/XyzParser.cpp (modified) * src/Parser/XyzParser.hpp (modified) * src/unittests/ParserCommonUnitTest.cpp (modified) * src/unittests/ParserTremoloUnitTest.cpp (modified) Extended FormatParser::save() to use vector to save. - This ... Sun, 05 Dec 2010 00:20:07 GMT Frederik Heber [cabb46] * src/Actions/Makefile.am (modified) * src/Actions/MoleculeAction/LoadAction.cpp (added) * src/Actions/MoleculeAction/LoadAction.def (moved) * src/Actions/MoleculeAction/LoadAction.hpp (moved) * src/Actions/MoleculeAction/SaveAction.cpp (moved) * src/Actions/MoleculeAction/SaveAction.def (moved) * src/Actions/MoleculeAction/SaveAction.hpp (moved) * src/Actions/ParserAction/LoadXyzAction.cpp (deleted) * src/Actions/WorldAction/InputAction.cpp (modified) * src/Actions/WorldAction/ScaleBoxAction.def (modified) * src/Parser/FormatParserStorage.cpp (modified) * src/Parser/FormatParserStorage.hpp (modified) * src/Parser/XyzParser.cpp (modified) * src/unittests/ParserCommonUnitTest.cpp (modified) * tests/regression/Simple_configuration/2/post/test.conf (modified) * tests/regression/Simple_configuration/2/post/test.pdb (modified) * tests/regression/Simple_configuration/2/pre/test.conf (added) * tests/regression/Simple_configuration/2/pre/test.pdb (added) * tests/regression/Simple_configuration/2/pre/test.xyz (modified) * tests/regression/testsuite-domain.at (modified) * tests/regression/testsuite-molecules.at (modified) * tests/regression/testsuite-simple_configuration.at (modified) Extended LoadXyz and SaveXyz to any format. - renamed ... Sat, 28 Aug 2010 06:07:02 GMT Frederik Heber [a42054] * src/Parser/FormatParserStorage.cpp (modified) * src/Parser/FormatParserStorage.hpp (modified) Extended FormatParserStorage. - renamed ParserSuffix -> ... Sat, 28 Aug 2010 00:57:56 GMT Frederik Heber [bb6193] * src/Parser/FormatParserStorage.cpp (modified) * src/Parser/FormatParserStorage.hpp (modified) * src/Parser/PdbParser.cpp (modified) * src/Parser/PdbParser.hpp (modified) * tests/regression/Simple_configuration/2/post/test.pdb (added) * tests/regression/testsuite-simple_configuration.at (modified) Added PdbParser with save capability. - load does not yet work. - ... Sat, 28 Aug 2010 00:57:56 GMT Frederik Heber [5c6946] * src/Actions/WorldAction/SetOutputFormatsAction.cpp (modified) * src/Parser/FormatParserStorage.cpp (modified) * src/Parser/FormatParserStorage.hpp (modified) FormatParserStorage extended a bit. - new functions add(type) that ... Wed, 07 Jul 2010 11:53:05 GMT Frederik Heber [86cff86] * src/Actions/AtomAction/ChangeElementAction.cpp (modified) * src/Actions/MapOfActions.cpp (modified) * src/Actions/WorldAction/InputAction.cpp (modified) * src/Parser/FormatParserStorage.cpp (modified) * src/Parser/FormatParserStorage.hpp (modified) * src/Parser/XyzParser.cpp (modified) * src/unittests/ParserUnitTest.cpp (modified) * tests/regression/Domain/6/post/test-x.xyz (moved) * tests/regression/Domain/6/post/test-y.xyz (moved) * tests/regression/Domain/6/post/test-z.xyz (moved) * tests/regression/Domain/6/post/test.xyz (moved) * tests/regression/Fragmentation/2/post/BondFragment0.xyz (moved) * tests/regression/Fragmentation/2/post/BondFragment1.xyz (moved) * tests/regression/Fragmentation/2/post/BondFragment2.xyz (moved) * tests/regression/Fragmentation/2/post/BondFragment3.xyz (moved) * tests/regression/Fragmentation/2/post/BondFragment4.xyz (moved) * tests/regression/Molecules/6/post/test2.conf (moved) * tests/regression/Molecules/6/pre/test2.conf (added) * tests/regression/Simple_configuration/2/post/test.in (moved) * tests/regression/Simple_configuration/2/post/test.xyz (moved) * tests/regression/Simple_configuration/3/post/test.in (moved) * tests/regression/Simple_configuration/3/post/test.xyz (moved) * tests/regression/Simple_configuration/3/post/test2.conf (moved) * tests/regression/Simple_configuration/3/post/test2.in (added) * tests/regression/Simple_configuration/3/post/test2.xyz (added) * tests/regression/Simple_configuration/4/post/test.conf.xyz (deleted) * tests/regression/Simple_configuration/4/post/test.xyz (added) * tests/regression/Simple_configuration/4/pre/test.xyz (added) * tests/regression/Simple_configuration/5/post/test.in (moved) * tests/regression/Simple_configuration/5/post/test.xyz (moved) * tests/regression/Simple_configuration/8/post/test.xyz (moved) * tests/regression/Simple_configuration/8/post/test.xyz-sorted (added) * tests/regression/testsuite-domain.at (modified) * tests/regression/testsuite-simple_configuration.at (modified) InputAction now parses all possible formats, not only pcp. - new ... Tue, 29 Jun 2010 10:25:54 GMT Frederik Heber [60239f] * src/Parser/FormatParserStorage.cpp (modified) * src/Parser/FormatParserStorage.hpp (modified) MEMFIX: output streams in FormatParserStorage::SaveAll() were not ... Wed, 23 Jun 2010 10:35:25 GMT Frederik Heber [dc0d21] * src/Parser/FormatParserStorage.cpp (modified) * src/Parser/FormatParserStorage.hpp (modified) FIXes to FormatParserStorage. - renamed Add..() to add..() - new ... Tue, 22 Jun 2010 14:09:14 GMT Frederik Heber [52baf9] * src/Makefile.am (modified) * src/Parser/FormatParserStorage.cpp (added) * src/Parser/FormatParserStorage.hpp (added) * src/Parser/MpqcParser.cpp (modified) * src/Parser/MpqcParser.hpp (modified) * src/Parser/TremoloParser.cpp (modified) new class FormatParserStorage takes care of allocation, uniqueness ...