Ignore:
Timestamp:
May 8, 2010, 12:17:30 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
401b97
Parents:
abde75 (diff), d3513b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'StateAndFormatParser' into CommandLineActionMapping

Conflicts:

molecuilder/src/Makefile.am
molecuilder/src/tesselation.cpp
molecuilder/src/unittests/Makefile.am

The following conflicts had to be resolved:

  • molecuilder/src/Makefile.am had an old version of the HEADER definition which would not be merged automatically. ${PARSERHEADER} was missing.
  • molecuilder/src/unittests/Makefile.am had an blank line too much
  • TesselPoint::TesselPoint() had an older version where TesselPoint::Name was initialized to "-" instead of NULL. The latter should be correct due to missing delete(Name) in destructor.
  • compilation errors arose due to the private nature of Vector::x[] introduced in the branch VectorRefactoring. This has been fixed in XyzParser, TremoloParser and the ParserUnitTest.
  • ParserUnitTest runs fine.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Makefile.am

    rabde75 r0647f4  
    5050                           
    5151
     52PARSERSOURCE = Parser/ChangeTracker.cpp Parser/FormatParser.cpp Parser/TremoloParser.cpp Parser/XyzParser.cpp
     53PARSERHEADER = Parser/ChangeTracker.hpp Parser/FormatParser.hpp Parser/TremoloParser.hpp Parser/XyzParser.hpp
     54
    5255PATTERNSOURCE = Patterns/Observer.cpp
    5356PATTERNHEADER = Patterns/Cacheable.hpp \
     
    98101                 ${ATOMSOURCE} \
    99102                 ${PATTERNSOURCE} \
     103                 ${PARSERSOURCE} \
    100104                 ${UISOURCE} \
    101105                 ${DESCRIPTORSOURCE} \
     
    140144          ${ANALYSISHEADER} \
    141145          ${ATOMHEADER} \
     146          ${PARSERHEADER} \
    142147          ${PATTERNHEADER} \
    143148          ${UIHEADER} \
Note: See TracChangeset for help on using the changeset viewer.