This is SimpleFudgeProto an implementation of the FudgeProto code generate specification http://wiki.fudgemsg.org/display/FDG/Fudge+Proto The current implementation can generate C++ code, using fudge-cpp to manipulate the Fudge messages. More details about the Fudge messaging specification can be found at http://fudgemsg.org/ ----- Copyright (C) 2011 Vrai Stacey <vrai.stacey@gmail.com> This file is part of SimpleFudgeProto Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Fudge messaging and proto specification descriptions taken from the Fudge Messaging website, copyright (C) 2009, OpenGamma Inc.
vrai/SimpleFudgeProto
Simplified implementation of the FudgeProto specification. Currently supports C++ code generation only.
C++Apache-2.0