Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: objectcomputing/quickfast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: objectcomputing/quickfast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ValueBasedEncoding
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 36 files changed
  • 2 contributors

Commits on Apr 29, 2010

  1. Branching to check in significant encoder changes.

    dale.wilson committed Apr 29, 2010
    Configuration menu
    Copy the full SHA
    d3a75c9 View commit details
    Browse the repository at this point in the history
  2. Thu Apr 29 20:00:15 UTC 2010 Dale Wilson <[email protected]>

            * src/Codecs/FieldInstruction.h:
            * src/Codecs/FieldInstruction.cpp:
            * src/Codecs/FieldInstructionAscii.cpp:
            * src/Codecs/FieldInstructionBlob.h:
            * src/Codecs/FieldInstructionBlob.cpp:
            * src/Codecs/FieldInstructionDecimal.cpp:
            * src/Codecs/FieldInstructionGroup.cpp:
            * src/Codecs/FieldInstructionInteger.h:
            * src/Codecs/FieldInstructionSequence.cpp:
            * src/Codecs/FieldInstructionTemplateRef.cpp:
            * src/Codecs/FieldInstructionUInt32.h:
            * src/Messages/Field.h:
            * src/Messages/Field.cpp:
            * src/Messages/FieldInt16.h:
            * src/Messages/FieldInt16.cpp:
            * src/Messages/FieldInt32.h:
            * src/Messages/FieldInt32.cpp:
            * src/Messages/FieldInt64.h:
            * src/Messages/FieldInt64.cpp:
            * src/Messages/FieldInt8.h:
            * src/Messages/FieldInt8.cpp:
            * src/Messages/FieldUInt16.h:
            * src/Messages/FieldUInt16.cpp:
            * src/Messages/FieldUInt32.h:
            * src/Messages/FieldUInt32.cpp:
            * src/Messages/FieldUInt64.h:
            * src/Messages/FieldUInt64.cpp:
            * src/Messages/FieldUInt8.h:
            * src/Messages/FieldUInt8.cpp:
            * src/Messages/MessageAccessor.h:
            * src/Messages/SpecialAccessors.h:
            Preliminary: MessageAccessor now returns values directly
            rather than return a field object from which values can be
            extracted.
    
            * src/Tests/testGroupReferences.cpp:
            BOOST_REQUIRE to avoid using null pointer.
    
            * src/Common/StringBuffer.h:
            Add assignment & comparison with std::string
            Add != operator.
    dale.wilson committed Apr 29, 2010
    Configuration menu
    Copy the full SHA
    f630cdb View commit details
    Browse the repository at this point in the history

Commits on May 10, 2010

  1. Mon May 10 18:25:55 UTC 2010 Dale Wilson <[email protected]>

            * .:
            * src/Examples/MulticastInterpreter:
            * src/Messages/MessageAccessor.h:
            * src/Codecs/DataDestinationString.cpp:
            * src/Tests/DataDestinationMock.h:
            Merge recent changes from trunk into ValueBasedEncoding
    dale.wilson committed May 10, 2010
    Configuration menu
    Copy the full SHA
    894cfc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2011

  1. closing branches inherited from SVN

    Dale Wilson committed Dec 12, 2011
    Configuration menu
    Copy the full SHA
    8675233 View commit details
    Browse the repository at this point in the history
Loading