Add support for Intel C++ compiler for Linux (icc 15)
authorkhizmax <libcds.dev@gmail.com>
Tue, 30 Sep 2014 18:50:40 +0000 (22:50 +0400)
committerkhizmax <libcds.dev@gmail.com>
Tue, 30 Sep 2014 18:50:40 +0000 (22:50 +0400)
commit69a2cba490d346267f32a98a31ba8a843f84a790
tree67cc2de03873caff47026f644e05c08f15422496
parent7526efdaf2dd680d672ea1c21c172dd180c366d1
Add support for Intel C++ compiler for Linux (icc 15)
19 files changed:
build/build.sh
cds/compiler/icl/compiler_barriers.h
cds/compiler/icl/defs.h
cds/container/striped_map/std_hash_map.h
cds/container/striped_set/std_hash_set.h
cds/details/defs.h
cds/threading/details/msvc_manager.h
tests/test-hdr/map/hdr_refinable_hashmap_hashmap_std.cpp
tests/test-hdr/map/hdr_refinable_hashmap_hashmap_vc.cpp
tests/test-hdr/map/hdr_striped_hashmap_hashmap_std.cpp
tests/test-hdr/map/hdr_striped_hashmap_hashmap_vc.cpp
tests/test-hdr/misc/hash_tuple.cpp
tests/test-hdr/set/hdr_refinable_hashset_hashset_std.cpp
tests/test-hdr/set/hdr_refinable_hashset_hashset_vc.cpp
tests/test-hdr/set/hdr_striped_hashset_hashset_std.cpp
tests/test-hdr/set/hdr_striped_hashset_hashset_vc.cpp
tests/unit/map2/map_types.h
tests/unit/set2/set_types.h
tests/unit/set2/std_hash_set.h