search for: have_std_iterator

Displaying 5 results from an estimated 5 matches for "have_std_iterator".

Did you mean: have_fwd_iterator
2009 Aug 27
1
[LLVMdev] A patch for refine the cmake system and also configure
...om config.h.in ** ***************************************/ +#ifdef LLVM_IMPORT_ITERATOR_CONFIG +/* Define to 1 if you have the `bidirectional_iterator' struct*/ +#cmakedefine HAVE_BI_ITERATOR ${HAVE_BI_ITERATOR} + +/* Define to 1 if you have the standard `iterator' struct */ +#cmakedefine HAVE_STD_ITERATOR ${HAVE_STD_ITERATOR} + +/* Define to 1 if you have the `forward_iterator' struct*/ +#cmakedefine HAVE_FWD_ITERATOR ${HAVE_FWD_ITERATOR} + +#elif defined(LLVM_IMPORT_DATATYPES_CONFIG) + +/* Define to 1 if you have the <sys/types.h> header file. */ +#cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_...
2009 Aug 27
0
[LLVMdev] A patch for refine the cmake system and also configure
Hi Yonggang! On Aug 27, 1:02 pm, 罗勇刚(Yonggang Luo) <luoyongg... at gmail.com> wrote: > Because this patch must be applied in one time so that don't broken > the buildbot system. > So I just submit the configure and cmake at the same time. > Also, this patch add two new file > iterator.h > and > DataTypes.h What do you want to improve exactly? Do you experience
2009 Aug 27
2
[LLVMdev] A patch for refine the cmake system and also configure
Because this patch must be applied in one time so that don't broken the buildbot system. So I just submit the configure and cmake at the same time. Also, this patch add two new file iterator.h and DataTypes.h for the reason that patch doesn't support for svn's rename mechanics. So I just add these two file and doesn't delete the old history files Because I doesn't get
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...ion > > Name="Configure|Win32"> > > <Tool > > Name="VCCustomBuildTool" > > CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(InputDir)iterator &quot;s/#undef HAVE_BI_ITERATOR/#define HAVE_BI_ITERATOR 0/;s/#undef HAVE_STD_ITERATOR/#define HAVE_STD_ITERATOR 1/;s/#undef HAVE_FWD_ITERATOR/#define HAVE_FWD_ITERATOR 0/&quot; > > " > > Outputs="..\..\include\llvm\ADT\iterator"/> > > </FileConfiguration> > > </File> > > </Filter> > > <Fi...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...<FileConfiguration > Name="Configure|Win32"> > <Tool > Name="VCCustomBuildTool" > CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(InputDir)iterator &quot;s/#undef HAVE_BI_ITERATOR/#define HAVE_BI_ITERATOR 0/;s/#undef HAVE_STD_ITERATOR/#define HAVE_STD_ITERATOR 1/;s/#undef HAVE_FWD_ITERATOR/#define HAVE_FWD_ITERATOR 0/&quot; > " > Outputs="..\..\include\llvm\ADT\iterator"/> > </FileConfiguration> > </File> > </Filter> > <Filter > Name="Header...