mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:13:40 +00:00
Add .gitattributes and .gitignore files and normalize line endings in the repository (#10)
This commit is contained in:
parent
c609406c2f
commit
9ebf43567d
309 changed files with 66975 additions and 66873 deletions
108
sdk/lib/3rdparty/stlport/test/eh/descrip.mms
vendored
108
sdk/lib/3rdparty/stlport/test/eh/descrip.mms
vendored
|
@ -1,54 +1,54 @@
|
|||
# ;;; -*- Mode:makefile;-*-
|
||||
# Generated manually for MMS
|
||||
|
||||
# point this to proper location
|
||||
STL_INCL= /include="../../stlport"
|
||||
|
||||
|
||||
# STL_INCL= -DEH_NO_SGI_STL
|
||||
|
||||
.SUFFIXES .obj .cpp
|
||||
|
||||
all : check
|
||||
|
||||
AUX_LIST=TestClass.obj,main.obj,nc_alloc.obj,random_number.obj
|
||||
|
||||
TEST_LIST=test_algo.obj,-
|
||||
test_algobase.obj,test_list.obj,test_slist.obj,-
|
||||
test_bit_vector.obj,test_vector.obj,-
|
||||
test_deque.obj,test_set.obj,test_map.obj,-
|
||||
test_hash_map.obj,test_hash_set.obj,test_rope.obj,-
|
||||
test_string.obj,test_bitset.obj,test_valarray.obj
|
||||
|
||||
LIST=$(AUX_LIST),$(TEST_LIST)
|
||||
|
||||
OBJECTS = $(LIST)
|
||||
EXECS = $(LIST:%.obj=%.exe)
|
||||
TESTS = $(LIST:%.obj=%.out)
|
||||
TEST_EXE = eh_test.exe
|
||||
TEST = eh_test.out
|
||||
|
||||
CC = cxx
|
||||
CXX = $(CC)
|
||||
LINK = cxxlink
|
||||
|
||||
# -std strict_ansi_errors
|
||||
|
||||
CXXFLAGS = $(STL_INCL) /define=(__NO_USE_STD_IOSTREAM,EH_VECTOR_OPERATOR_NEW,EH_DELETE_HAS_THROW_SPEC)
|
||||
|
||||
# This is to test with native STL
|
||||
# CXXFLAGS = +w2 -xildoff -D__STL_USE_NEWALLOC -DEH_NO_SGI_STL -DEH_NEW_HEADERS -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC
|
||||
|
||||
|
||||
LIBS =
|
||||
LIBSTDCXX =
|
||||
|
||||
check : $(TEST)
|
||||
|
||||
$(TEST) : $(OBJECTS)
|
||||
$(LINK)/exe=$(TEST_EXE) $(OBJECTS) $(LIBS)
|
||||
run $(TEST_EXE)
|
||||
|
||||
.cpp.obj :
|
||||
$(CXX) $(CXXFLAGS) /obj=$@ $<
|
||||
|
||||
# ;;; -*- Mode:makefile;-*-
|
||||
# Generated manually for MMS
|
||||
|
||||
# point this to proper location
|
||||
STL_INCL= /include="../../stlport"
|
||||
|
||||
|
||||
# STL_INCL= -DEH_NO_SGI_STL
|
||||
|
||||
.SUFFIXES .obj .cpp
|
||||
|
||||
all : check
|
||||
|
||||
AUX_LIST=TestClass.obj,main.obj,nc_alloc.obj,random_number.obj
|
||||
|
||||
TEST_LIST=test_algo.obj,-
|
||||
test_algobase.obj,test_list.obj,test_slist.obj,-
|
||||
test_bit_vector.obj,test_vector.obj,-
|
||||
test_deque.obj,test_set.obj,test_map.obj,-
|
||||
test_hash_map.obj,test_hash_set.obj,test_rope.obj,-
|
||||
test_string.obj,test_bitset.obj,test_valarray.obj
|
||||
|
||||
LIST=$(AUX_LIST),$(TEST_LIST)
|
||||
|
||||
OBJECTS = $(LIST)
|
||||
EXECS = $(LIST:%.obj=%.exe)
|
||||
TESTS = $(LIST:%.obj=%.out)
|
||||
TEST_EXE = eh_test.exe
|
||||
TEST = eh_test.out
|
||||
|
||||
CC = cxx
|
||||
CXX = $(CC)
|
||||
LINK = cxxlink
|
||||
|
||||
# -std strict_ansi_errors
|
||||
|
||||
CXXFLAGS = $(STL_INCL) /define=(__NO_USE_STD_IOSTREAM,EH_VECTOR_OPERATOR_NEW,EH_DELETE_HAS_THROW_SPEC)
|
||||
|
||||
# This is to test with native STL
|
||||
# CXXFLAGS = +w2 -xildoff -D__STL_USE_NEWALLOC -DEH_NO_SGI_STL -DEH_NEW_HEADERS -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC
|
||||
|
||||
|
||||
LIBS =
|
||||
LIBSTDCXX =
|
||||
|
||||
check : $(TEST)
|
||||
|
||||
$(TEST) : $(OBJECTS)
|
||||
$(LINK)/exe=$(TEST_EXE) $(OBJECTS) $(LIBS)
|
||||
run $(TEST_EXE)
|
||||
|
||||
.cpp.obj :
|
||||
$(CXX) $(CXXFLAGS) /obj=$@ $<
|
||||
|
||||
|
|
74
sdk/lib/3rdparty/stlport/test/eh/export
vendored
74
sdk/lib/3rdparty/stlport/test/eh/export
vendored
|
@ -1,37 +1,37 @@
|
|||
LeakCheck.h
|
||||
Prefix.h
|
||||
SortClass.h
|
||||
TestClass.cpp
|
||||
TestClass.h
|
||||
Tests.h
|
||||
ThrowCompare.h
|
||||
export
|
||||
gcc.mak
|
||||
main.cpp
|
||||
nc_alloc.cpp
|
||||
nc_alloc.h
|
||||
random_number.cpp
|
||||
random_number.h
|
||||
sunpro.mak
|
||||
test_algo.cpp
|
||||
test_algobase.cpp
|
||||
test_assign_op.h
|
||||
test_bit_vector.cpp
|
||||
test_bitset.cpp
|
||||
test_construct.h
|
||||
test_deque.cpp
|
||||
test_hash_map.cpp
|
||||
test_hash_resize.h
|
||||
test_hash_set.cpp
|
||||
test_insert.h
|
||||
test_list.cpp
|
||||
test_map.cpp
|
||||
test_push_back.h
|
||||
test_push_front.h
|
||||
test_rope.cpp
|
||||
test_set.cpp
|
||||
test_slist.cpp
|
||||
test_string.cpp
|
||||
test_valarray.cpp
|
||||
test_vector.cpp
|
||||
vc.mak
|
||||
LeakCheck.h
|
||||
Prefix.h
|
||||
SortClass.h
|
||||
TestClass.cpp
|
||||
TestClass.h
|
||||
Tests.h
|
||||
ThrowCompare.h
|
||||
export
|
||||
gcc.mak
|
||||
main.cpp
|
||||
nc_alloc.cpp
|
||||
nc_alloc.h
|
||||
random_number.cpp
|
||||
random_number.h
|
||||
sunpro.mak
|
||||
test_algo.cpp
|
||||
test_algobase.cpp
|
||||
test_assign_op.h
|
||||
test_bit_vector.cpp
|
||||
test_bitset.cpp
|
||||
test_construct.h
|
||||
test_deque.cpp
|
||||
test_hash_map.cpp
|
||||
test_hash_resize.h
|
||||
test_hash_set.cpp
|
||||
test_insert.h
|
||||
test_list.cpp
|
||||
test_map.cpp
|
||||
test_push_back.h
|
||||
test_push_front.h
|
||||
test_rope.cpp
|
||||
test_set.cpp
|
||||
test_slist.cpp
|
||||
test_string.cpp
|
||||
test_valarray.cpp
|
||||
test_vector.cpp
|
||||
vc.mak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue