search for: hash_set

Displaying 20 results from an estimated 42 matches for "hash_set".

2009 Mar 09
2
[LLVMdev] hash_set and hash_map?
Hi, I saw that Nick Lewycky removed the LLVM portable hash_map and hash_sets. My research group was relying on those classes. What replaces hash_map and hash_set? The LLVM implementation was very convenient as there is no equivalent in STL, and Microsoft's implementation had a different name, as does the C++ 0X implementation. Thanks. Tom Jablin
2019 Feb 04
5
Removing deprecated <ext/hash_set>, <ext/hash_map> and <ext/__hash>
Hi, Libc++ has been shipping the <ext/hash_set>, <ext/hash_map> and <ext/__hash> headers for a while and they are deprecated. Those headers contain data structures like __gnu_cxx::hash_map that have replacements like std::unordered_map. I would like to remove those headers. I've put up a patch for review but I won't commi...
2009 Oct 28
3
[LLVMdev] windows build
Hi I am running into bunch of windows build issues. Can someone please provide help on what might be going wrong llvm\win32\Configure\..\llvm\ADT\hash_set.h 1>The system cannot find the file specified. Similarly 2>c1xx : fatal error C1083: Cannot open source file: '..\..\lib\Support\Annotation.cpp': No such file or directory thanks in advance shrey
2002 Oct 27
2
[LLVMdev] Compile error in include/Support/GraphWriter.h
Issue: GraphWriter includes <ostream>, which my gcc2 apparently thinks is <ostream.h>. Fix: Make a new <Support/ostream> that handles this discrepancy, ala <Support/hash_set>. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20021027/e3876b5d/attachment.ksh>
2004 Aug 31
4
[LLVMdev] More configure problems
...-unknown-freebsd5.2.1 test: Unknown: bad number And finally: config.status: creating Makefile.config config.status: creating include/Support/DataTypes.h config.status: creating include/Support/ThreadSupport.h config.status: creating include/Support/hash_map config.status: creating include/Support/hash_set config.status: creating include/Support/iterator config.status: creating include/Config/config.h config.status: linking ../lib/System/Unknown to lib/System/platform config.status: error: ../lib/System/Unknown: file not found
2004 Sep 24
4
[LLVMdev] Little win32/Signals.cpp patch
It would be great to avoid STLPort and use plain vanilla VC... as I told, the biggest difference it's how the hash_map and hash_set are implemented, but I'm not so strong in C++ for resolving the iussue. About the build procedure, it's based on scons, and it's still at a very preliminary stage... Right now I'm trying to build TableGen with it, as till now I've always copied TableGen results from the cygw...
2004 Sep 24
2
[LLVMdev] Little win32/Signals.cpp patch
Jeff Cohen wrote: >But I compiled that under vc7.1 as it was! > > ;-(( Probably is an implicid includes, but I'm using the STLPort standard library for LLVM (because it's not possible to use hash_map and hash_set of microsoft) cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS /DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H /DHAVE_WINDOWS_H /ISTLport-4.6.2\stlport /Illvm\include /Iinclude /Ibuild_vc71\inclu de /Illvm\include /c llvm\lib\System\Signals.cpp /Fobuild_vc71\lib\System\Signals.obj S...
2004 Sep 15
2
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No such file or directory
Hi I'm trying to compile HowToUseJIT.cpp, but it seems that iterator definition is missing: --------------------Configuration: HowToUseJIT - Win32 Debug-------------------- Compiling... HowToUseJIT.cpp c:\sfu\usr\local\src\llvm\include\llvm\adt\ilist(41) : fatal error C1083: Cannot open include file: 'llvm/ADT/iterator': No such file or directory Error executing cl.exe. I've
2009 Feb 19
0
[LLVMdev] -fPIC warning on every compile on Cygwin
Aaron Gray wrote: > Hi, > > I partly built LLVM on Cygwin yesterday and it was fine as far as it > went. But after doing a svn update today I am getting the following > warning on every compile :- > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: > -fPIC ignored for
2019 Feb 06
5
[libcxx-dev] Removing deprecated <ext/hash_set>, <ext/hash_map> and <ext/__hash>
...neath, and that's what I would love to understand. Louis > > -Chandler > > On Mon, Feb 4, 2019 at 11:32 AM Louis Dionne via libcxx-dev <libcxx-dev at lists.llvm.org <mailto:libcxx-dev at lists.llvm.org>> wrote: > Hi, > > Libc++ has been shipping the <ext/hash_set>, <ext/hash_map> and <ext/__hash> headers for a while and they are deprecated. Those headers contain data structures like __gnu_cxx::hash_map that have replacements like std::unordered_map. I would like to remove those headers. I've put up a patch for review but I won't commi...
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
Hi, I partly built LLVM on Cygwin yesterday and it was fine as far as it went. But after doing a svn update today I am getting the following warning on every compile :- llvm[3]: Compiling LowerAllocations.cpp for Debug build /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: -fPIC ignored for target (all code is position independent) This maybe happening on other targets too.
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
...xt/hash_map> defining template class std::hash_map... no checking whether the compiler has <ext/hash_map> defining template class __gnu_cxx::hash_map... yes checking whether the compiler has <hash_map> defining template class ::hash_map... no checking whether the compiler has <ext/hash_set> defining template class std::hash_set... no checking whether the compiler has <ext/hash_set> defining template class __gnu_cxx::hash_set... yes checking whether the compiler has <hash_set> defining template class ::hash_set... no checking whether the compiler has the standard iterat...
2009 Oct 28
0
[LLVMdev] windows build
shreyas krishnan <shreyas76 at gmail.com> writes: > I am running into bunch of windows build issues. Can someone > please provide help on what might be going wrong > > > llvm\win32\Configure\..\llvm\ADT\hash_set.h > 1>The system cannot find the file specified. > > Similarly > 2>c1xx : fatal error C1083: Cannot open source file: > '..\..\lib\Support\Annotation.cpp': No such file or directory I guess you are using cmake with Visual Studio. Please report version of LLVM used (or...
2002 Nov 14
1
[LLVMdev] problem checking out llvm
...upport/GraphWriter.h cvs update: cannot close TarjanSCCIterator.h: No space left on device cvs update: could not check out include/Support/TarjanSCCIterator.h cvs update: cannot close hash_map: No space left on device cvs update: could not check out include/Support/hash_map cvs update: cannot close hash_set: No space left on device cvs update: could not check out include/Support/hash_set
2004 Sep 24
0
[LLVMdev] Little win32/Signals.cpp patch
...:43, Paolo Invernizzi wrote: > Jeff Cohen wrote: > > >But I compiled that under vc7.1 as it was! > > > > > ;-(( > > Probably is an implicid includes, but I'm using the STLPort standard > library for LLVM (because it's not possible to use hash_map and hash_set > of microsoft) std::remove is in <algorithm> -- Alkis
2009 Oct 28
2
[LLVMdev] windows build
...Fuentes <ofv at wanadoo.es> wrote: > shreyas krishnan <shreyas76 at gmail.com> writes: > >>     I am running into bunch of windows build issues. Can someone >> please provide help on what might be going wrong >> >> >> llvm\win32\Configure\..\llvm\ADT\hash_set.h >> 1>The system cannot find the file specified. >> >> Similarly >> 2>c1xx : fatal error C1083: Cannot open source file: >> '..\..\lib\Support\Annotation.cpp': No such file or directory > > I guess you are using cmake with Visual Studio. > >...
2004 Sep 16
1
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No suchfile or directory
...Makefiles... Cool - The tool I've requested... >scons: Reading SConscript files ... >Checking for C++ header file windows.h... yes >Checking for C++ type std::hash_map<int, int>... no >Checking for C++ type std::hash_map<int, int>... yes >Checking for C++ type std::hash_set<int>... no >Checking for C++ type std::hash_set<int>... yes >Checking for C++ type std::iterator<int,int,int>... yes >Checking for C++ type std::bidirectional_iterator<int,int>... yes >Checking for C++ type std::forward_iterator<int,int>... yes >Checking...
2004 Sep 24
6
[LLVMdev] Little win32/Signals.cpp patch
...ohen wrote: > > > > >But I compiled that under vc7.1 as it was! > > > > > > > > ;-(( > > > > Probably is an implicid includes, but I'm using the STLPort standard > > library for LLVM (because it's not possible to use hash_map and hash_set > > of microsoft) > > std::remove is in <algorithm> > > -- > > Alkis > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/list...
2004 Aug 31
0
[LLVMdev] More configure problems
...number > > And finally: > > config.status: creating Makefile.config > config.status: creating include/Support/DataTypes.h > config.status: creating include/Support/ThreadSupport.h > config.status: creating include/Support/hash_map > config.status: creating include/Support/hash_set > config.status: creating include/Support/iterator > config.status: creating include/Config/config.h > config.status: linking ../lib/System/Unknown to lib/System/platform > config.status: error: ../lib/System/Unknown: file not found I hacked up the configure script to treat freebsd the...
2008 Jun 27
1
RBGL not compiling on Debian Lenny with c++ (Debian 4.3.1-2) 4.3.1
...errors (sessionInfo() follows). * Installing *source* package 'RBGL' ... untarring boost include tree... ** libs g++ -I/home/mkimpel/R_HOME/R-patched/R-build/lib64/R/include -I/usr/local/include -IboostIncl -fpic -g -O2 -c bbc.cpp -o bbc.o In file included from /usr/include/c++/4.3/ext/hash_set:64, from boostIncl/boost/graph/adjacency_list.hpp:22, from RBGL.hpp:26, from bbc.cpp:1: /usr/include/c++/4.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed wi...