source code only changes for Visual Studio 2010 build.#5
Open
AaronNGray wants to merge 1 commit intodsw:masterfrom
Open
source code only changes for Visual Studio 2010 build.#5AaronNGray wants to merge 1 commit intodsw:masterfrom
AaronNGray wants to merge 1 commit intodsw:masterfrom
Conversation
oink-stack/smbase
* run-flex.pl - added a '-win' flag for GnuWin32 flex 2.5.4 support.
* FlexLexer.h - added copy of FlexLexer.h from a later flex.
* ckheap.h - support for VisualStudio's _WIN32 as well as __WIN32__
added checkHeap() and numMallocCalls() stub #defines
* cycles.h - hack for milliseconds, getCycles_ll() returns zero for now.
* nonport.cpp - support for VisualStudio's _WIN32 as well as __WIN32__
* ofstreamts.cc - to #include <io.h> instead of <unistd.h>
* str.cpp - to #include <io.h> instead of <unistd.h>
oink-stack/elkhound
* glr.cc - added 'std::' to 'ostream'.
* glrconfig.h - added prebuilt version.
oink-stack/elsa
* configure.pl - added -DXML flag to CCFLAGS
* main.cc - added XML build flag
* baselexer.cc - added 'std::' to 'ostream'.
* cc_flags.h - replaced 'bool operator>=' with a function 'superset()' for
CVFlags and DeclFlags as they were causing ambiguities on
Visual Studio. This is a bug see below (1)
* cc_tcheck.cc - replaced 'bool operator>=' with a function 'superset()'
* mtype.cc - replaced 'bool operator>=' with a function 'superset()'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am rationalizing the Visual Studio 2010 changes into separate branches. This is the changes to the source code and perl configuration file changes. Tested on Linux.
oink-stack/smbase
added checkHeap() and numMallocCalls() stub #defines
oink-stack/elkhound
oink-stack/elsa
CVFlags and DeclFlags as they were causing ambiguities on
Visual Studio. This is a bug see below (1)