-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tao_idl Improvements #1357
Draft
iguessthislldo
wants to merge
10
commits into
DOCGroup:master
Choose a base branch
from
iguessthislldo:igtd/tao-idl-preprocessor-input
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
tao_idl Improvements #1357
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
27d9411
Remove CPP_LOCATION and TAO_IDL_DEFAULT_CPP_FLAGS
iguessthislldo 7c6b087
TAO_IDL: Make IDL 4 the Default
iguessthislldo b79e784
TAO/docs/compiler.html Cleanup
iguessthislldo 4135093
Added __TAO_IDL_IDL_VERSION Macro
iguessthislldo 5a2f4cd
TAO_IDL/driver/drv_args.cpp: --help
iguessthislldo 17dce73
Change How tao_idl Passes Files to Preprocessor
iguessthislldo 75dea65
Make fuzz.pl Happy
iguessthislldo 9ffdaa2
Add Possible Missing Include
iguessthislldo 14b64be
Merge remote-tracking branch 'upstream/master' into igtd/tao-idl-prep…
iguessthislldo 66c9956
Merge remote-tracking branch 'upstream/master' into igtd/tao-idl-prep…
iguessthislldo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1361,7 +1361,7 @@ <h3><a name="VxWorks/SharedLibs">Building Shared Libraries for VxWorks</a>.</h3> | |
# include "ace/config-vxworks5.x.h" | ||
#endif | ||
</pre><p> | ||
</p></li><li>Set your <code>ACE_ROOT</code>, <code>CPP_LOCATION</code>, | ||
</p></li><li>Set your <code>ACE_ROOT</code>, <code>TAO_IDL_PREPROCESSOR</code>, | ||
<code>WIND_BASE</code>, and <code>WIND_HOST_TYPE</code> environment | ||
variables.<p> | ||
</p></li><li>Build for NT, then build for VxWorks.<p> | ||
|
@@ -1411,7 +1411,7 @@ <h3><a name="VxWorks/SharedLibs">Building Shared Libraries for VxWorks</a>.</h3> | |
SHELL=/bin/sh.exe | ||
TERM=pcbios | ||
TAO_ROOT=/ace/ACE_wrappers.vxworks/TAO | ||
CPP_LOCATION=/Program Files/DevStudio/VC/bin/CL.EXE | ||
TAO_IDL_PREPROCESSOR=/Program Files/DevStudio/VC/bin/CL.EXE | ||
GCC_EXEC_PREFIX=/tornado/host/x86-win32/lib/gcc-lib/ | ||
WIND_HOST_TYPE=x86-win32 | ||
ACE_ROOT=/ace/ACE_wrappers.vxworks | ||
|
@@ -1467,13 +1467,13 @@ <h3>TAO on NT Tornado host, VxWorks target.</h3> | |
<code>ACE_wrappers/apps/gperf/src</code>.<p> | ||
|
||
</p></li><li>Build $TAO_ROOT/tao | ||
<pre> CPP_LOCATION=/Program Files/DevStudio/VC/bin/CL.exe | ||
<pre> TAO_IDL_PREPROCESSOR=/Program Files/DevStudio/VC/bin/CL.exe | ||
cd $TAO_ROOT/tao | ||
/gnuwin32/b18/H-i386-cygwin32/bin/make | ||
</pre> | ||
|
||
</li><li>Build orbsvcs. | ||
<pre> CPP_LOCATION=/Program Files/DevStudio/VC/bin/CL.exe | ||
<pre> TAO_IDL_PREPROCESSOR=/Program Files/DevStudio/VC/bin/CL.exe | ||
cd $TAO_ROOT/orbsvcs/orbsvcs | ||
/gnuwin32/b18/H-i386-cygwin32/bin/make | ||
</pre> | ||
|
@@ -1528,7 +1528,7 @@ <h3><a href="mailto:[email protected]">Jaffar Shaikh's</a> | |
SHELL=/bin/sh.exe | ||
TERM=pcbios | ||
TAO_ROOT=/Corba/ACE_wrapper/Tao | ||
CPP_LOCATION=/Program Files/Microsoft Visual Studio/VC98/Bin/CL.exe | ||
TAO_IDL_PREPROCESSOR=/Program Files/Microsoft Visual Studio/VC98/Bin/CL.exe | ||
GCC_EXEC_PREFIX=/tornado/host/x86-win32/lib/gcc-lib/ | ||
WIND_HOST_TYPE=x86-win32 | ||
PERL_PATH=/perl/bin/perl.exe | ||
|
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can use std::strcmp now without problems