gccxml_gem 0.9-x86-darwin-9
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +75 -0
- data/bin/gccxml +0 -0
- data/bin/gccxml_cc1plus +0 -0
- data/gccxml.rb +44 -0
- data/share/doc/gccxml-0.9/Copyright.txt +55 -0
- data/share/doc/gccxml-0.9/gccxml.html +168 -0
- data/share/doc/gccxml-0.9/gccxml.txt +293 -0
- data/share/gccxml-0.9/GCC/2.95/algorithm +76 -0
- data/share/gccxml-0.9/GCC/2.95/bitset +17 -0
- data/share/gccxml-0.9/GCC/2.95/cctype +24 -0
- data/share/gccxml-0.9/GCC/2.95/clocale +14 -0
- data/share/gccxml-0.9/GCC/2.95/cmath +33 -0
- data/share/gccxml-0.9/GCC/2.95/complex +38 -0
- data/share/gccxml-0.9/GCC/2.95/csetjmp +13 -0
- data/share/gccxml-0.9/GCC/2.95/csignal +14 -0
- data/share/gccxml-0.9/GCC/2.95/cstdarg +12 -0
- data/share/gccxml-0.9/GCC/2.95/cstddef +13 -0
- data/share/gccxml-0.9/GCC/2.95/cstdio +55 -0
- data/share/gccxml-0.9/GCC/2.95/cstdlib +66 -0
- data/share/gccxml-0.9/GCC/2.95/cstring +34 -0
- data/share/gccxml-0.9/GCC/2.95/ctime +24 -0
- data/share/gccxml-0.9/GCC/2.95/cwchar +65 -0
- data/share/gccxml-0.9/GCC/2.95/cwctype +31 -0
- data/share/gccxml-0.9/GCC/2.95/deque +19 -0
- data/share/gccxml-0.9/GCC/2.95/exception +20 -0
- data/share/gccxml-0.9/GCC/2.95/fstream +23 -0
- data/share/gccxml-0.9/GCC/2.95/functional +64 -0
- data/share/gccxml-0.9/GCC/2.95/gccxml_bitset +1066 -0
- data/share/gccxml-0.9/GCC/2.95/iomanip +20 -0
- data/share/gccxml-0.9/GCC/2.95/iosfwd +20 -0
- data/share/gccxml-0.9/GCC/2.95/iostream +27 -0
- data/share/gccxml-0.9/GCC/2.95/iterator +39 -0
- data/share/gccxml-0.9/GCC/2.95/list +19 -0
- data/share/gccxml-0.9/GCC/2.95/map +20 -0
- data/share/gccxml-0.9/GCC/2.95/memory +21 -0
- data/share/gccxml-0.9/GCC/2.95/new +13 -0
- data/share/gccxml-0.9/GCC/2.95/numeric +15 -0
- data/share/gccxml-0.9/GCC/2.95/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/2.95/queue +20 -0
- data/share/gccxml-0.9/GCC/2.95/set +20 -0
- data/share/gccxml-0.9/GCC/2.95/sstream +24 -0
- data/share/gccxml-0.9/GCC/2.95/stack +19 -0
- data/share/gccxml-0.9/GCC/2.95/std/bastring.cc +524 -0
- data/share/gccxml-0.9/GCC/2.95/std/complext.h +397 -0
- data/share/gccxml-0.9/GCC/2.95/std/dcomplex.h +92 -0
- data/share/gccxml-0.9/GCC/2.95/std/fcomplex.h +88 -0
- data/share/gccxml-0.9/GCC/2.95/std/gslice_array.h +170 -0
- data/share/gccxml-0.9/GCC/2.95/std/indirect_array.h +157 -0
- data/share/gccxml-0.9/GCC/2.95/std/ldcomplex.h +96 -0
- data/share/gccxml-0.9/GCC/2.95/std/mask_array.h +154 -0
- data/share/gccxml-0.9/GCC/2.95/std/slice_array.h +156 -0
- data/share/gccxml-0.9/GCC/2.95/std/std_valarray.h +728 -0
- data/share/gccxml-0.9/GCC/2.95/std/straits.h +162 -0
- data/share/gccxml-0.9/GCC/2.95/std/valarray_meta.h +1035 -0
- data/share/gccxml-0.9/GCC/2.95/stdexcept +17 -0
- data/share/gccxml-0.9/GCC/2.95/stl_alloc.h +1057 -0
- data/share/gccxml-0.9/GCC/2.95/stl_bvector.h +836 -0
- data/share/gccxml-0.9/GCC/2.95/stl_deque.h +1699 -0
- data/share/gccxml-0.9/GCC/2.95/stl_list.h +843 -0
- data/share/gccxml-0.9/GCC/2.95/stl_tree.h +1331 -0
- data/share/gccxml-0.9/GCC/2.95/stl_vector.h +828 -0
- data/share/gccxml-0.9/GCC/2.95/string +26 -0
- data/share/gccxml-0.9/GCC/2.95/strstream +23 -0
- data/share/gccxml-0.9/GCC/2.95/typeinfo +11 -0
- data/share/gccxml-0.9/GCC/2.95/utility +25 -0
- data/share/gccxml-0.9/GCC/2.95/valarray +52 -0
- data/share/gccxml-0.9/GCC/2.95/vector +19 -0
- data/share/gccxml-0.9/GCC/2.96/sstream +305 -0
- data/share/gccxml-0.9/GCC/3.0/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.1/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.2/bits/fstream.tcc +500 -0
- data/share/gccxml-0.9/GCC/3.2/bits/istream.tcc +1207 -0
- data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.h +1810 -0
- data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.tcc +2397 -0
- data/share/gccxml-0.9/GCC/3.2/bits/messages_members.h +108 -0
- data/share/gccxml-0.9/GCC/3.2/bits/ostream.tcc +713 -0
- data/share/gccxml-0.9/GCC/3.2/bits/sstream.tcc +241 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_deque.h +1682 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_list.h +989 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_tree.h +1462 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_vector.h +1085 -0
- data/share/gccxml-0.9/GCC/3.2/bits/valarray_meta.h +1063 -0
- data/share/gccxml-0.9/GCC/3.2/fstream +579 -0
- data/share/gccxml-0.9/GCC/3.2/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.2/sstream +384 -0
- data/share/gccxml-0.9/GCC/3.3/bits/fstream.tcc +530 -0
- data/share/gccxml-0.9/GCC/3.3/bits/list.tcc +378 -0
- data/share/gccxml-0.9/GCC/3.3/bits/locale_facets.h +2050 -0
- data/share/gccxml-0.9/GCC/3.3/bits/messages_members.h +108 -0
- data/share/gccxml-0.9/GCC/3.3/bits/sstream.tcc +243 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_deque.h +1603 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_list.h +1167 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_tree.h +1462 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_vector.h +992 -0
- data/share/gccxml-0.9/GCC/3.3/bits/valarray_meta.h +1135 -0
- data/share/gccxml-0.9/GCC/3.3/fstream +842 -0
- data/share/gccxml-0.9/GCC/3.3/gccxml_builtins.h +22 -0
- data/share/gccxml-0.9/GCC/3.3/sstream +638 -0
- data/share/gccxml-0.9/GCC/3.4/gccxml_builtins.h +91 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_builtins.h +128 -0
- data/share/gccxml-0.9/GCC/4.1/bits/gthr-default.h +618 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_builtins.h +131 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_builtins.h +131 -0
- data/share/gccxml-0.9/GCC/find_flags +105 -0
- data/share/gccxml-0.9/Intel/find_flags +56 -0
- data/share/gccxml-0.9/Intel/pthread.h +16 -0
- data/share/gccxml-0.9/MIPSpro/7.3/exception +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/gccxml_mpro_internals.h +21 -0
- data/share/gccxml-0.9/MIPSpro/7.3/iomanip +161 -0
- data/share/gccxml-0.9/MIPSpro/7.3/ostream +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stddef.h +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_config.h +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_locale.h +17 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_monetary.h +14 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_numeric_facets.h +13 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_threads.h +11 -0
- data/share/gccxml-0.9/MIPSpro/7.3/string +18 -0
- data/share/gccxml-0.9/MIPSpro/find_flags +137 -0
- data/share/gccxml-0.9/Sun/5.8/adaptation.patch +168 -0
- data/share/gccxml-0.9/Sun/README +8 -0
- data/share/gccxml-0.9/Sun/adapt_headers.sh +24 -0
- data/share/gccxml-0.9/Sun/find_flags +69 -0
- data/share/gccxml-0.9/gccxml_config +2 -0
- data/share/gccxml-0.9/gccxml_find_flags +93 -0
- data/share/man/man1/gccxml.1 +246 -0
- metadata +204 -0
@@ -0,0 +1,76 @@
|
|
1
|
+
#ifndef GCCXML_ALGORITHM
|
2
|
+
#define GCCXML_ALGORITHM
|
3
|
+
|
4
|
+
#include_next <algorithm>
|
5
|
+
|
6
|
+
// 25/2
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::for_each;
|
10
|
+
using ::find;
|
11
|
+
using ::find_if;
|
12
|
+
using ::find_end;
|
13
|
+
using ::find_first_of;
|
14
|
+
using ::adjacent_find;
|
15
|
+
using ::count;
|
16
|
+
using ::count_if;
|
17
|
+
using ::mismatch;
|
18
|
+
using ::equal;
|
19
|
+
using ::search;
|
20
|
+
using ::search_n;
|
21
|
+
using ::copy;
|
22
|
+
using ::copy_backward;
|
23
|
+
using ::swap;
|
24
|
+
using ::swap_ranges;
|
25
|
+
using ::iter_swap;
|
26
|
+
using ::transform;
|
27
|
+
using ::replace;
|
28
|
+
using ::replace_if;
|
29
|
+
using ::replace_copy;
|
30
|
+
using ::replace_copy_if;
|
31
|
+
using ::fill;
|
32
|
+
using ::fill_n;
|
33
|
+
using ::generate;
|
34
|
+
using ::generate_n;
|
35
|
+
using ::remove;
|
36
|
+
using ::remove_if;
|
37
|
+
using ::remove_copy;
|
38
|
+
using ::remove_copy_if;
|
39
|
+
using ::unique;
|
40
|
+
using ::unique_copy;
|
41
|
+
using ::reverse;
|
42
|
+
using ::reverse_copy;
|
43
|
+
using ::rotate;
|
44
|
+
using ::rotate_copy;
|
45
|
+
using ::random_shuffle;
|
46
|
+
using ::partition;
|
47
|
+
using ::stable_partition;
|
48
|
+
using ::stable_sort;
|
49
|
+
using ::partial_sort;
|
50
|
+
using ::partial_sort_copy;
|
51
|
+
using ::nth_element;
|
52
|
+
using ::lower_bound;
|
53
|
+
using ::upper_bound;
|
54
|
+
using ::equal_range;
|
55
|
+
using ::binary_search;
|
56
|
+
using ::merge;
|
57
|
+
using ::inplace_merge;
|
58
|
+
using ::includes;
|
59
|
+
using ::set_union;
|
60
|
+
using ::set_intersection;
|
61
|
+
using ::set_difference;
|
62
|
+
using ::set_symmetric_difference;
|
63
|
+
using ::push_heap;
|
64
|
+
using ::pop_heap;
|
65
|
+
using ::make_heap;
|
66
|
+
using ::sort_heap;
|
67
|
+
using ::min;
|
68
|
+
using ::max;
|
69
|
+
using ::min_element;
|
70
|
+
using ::max_element;
|
71
|
+
using ::lexicographical_compare;
|
72
|
+
using ::next_permutation;
|
73
|
+
using ::prev_permutation;
|
74
|
+
}
|
75
|
+
|
76
|
+
#endif
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#ifndef GCCXML_BITSET
|
2
|
+
#define GCCXML_BITSET
|
3
|
+
|
4
|
+
#include "gccxml_bitset"
|
5
|
+
|
6
|
+
// 23.3.5
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::bitset;
|
10
|
+
using ::operator&;
|
11
|
+
using ::operator|;
|
12
|
+
using ::operator^;
|
13
|
+
using ::operator>>;
|
14
|
+
using ::operator<<;
|
15
|
+
}
|
16
|
+
|
17
|
+
#endif
|
@@ -0,0 +1,24 @@
|
|
1
|
+
#ifndef GCCXML_CCTYPE
|
2
|
+
#define GCCXML_CCTYPE
|
3
|
+
|
4
|
+
#include_next <cctype>
|
5
|
+
|
6
|
+
// 21.4/1
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::isalnum;
|
10
|
+
using ::isdigit;
|
11
|
+
using ::isprint;
|
12
|
+
using ::isupper;
|
13
|
+
using ::tolower;
|
14
|
+
using ::isalpha;
|
15
|
+
using ::isgraph;
|
16
|
+
using ::ispunct;
|
17
|
+
using ::isxdigit;
|
18
|
+
using ::toupper;
|
19
|
+
using ::iscntrl;
|
20
|
+
using ::islower;
|
21
|
+
using ::isspace;
|
22
|
+
}
|
23
|
+
|
24
|
+
#endif
|
@@ -0,0 +1,33 @@
|
|
1
|
+
#ifndef GCCXML_CMATH
|
2
|
+
#define GCCXML_CMATH
|
3
|
+
|
4
|
+
#include_next <cmath>
|
5
|
+
|
6
|
+
// 26.5/1
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::acos;
|
10
|
+
using ::asin;
|
11
|
+
using ::atan;
|
12
|
+
using ::atan2;
|
13
|
+
using ::ceil;
|
14
|
+
using ::cos;
|
15
|
+
using ::cosh;
|
16
|
+
using ::exp;
|
17
|
+
using ::fabs;
|
18
|
+
using ::floor;
|
19
|
+
using ::fmod;
|
20
|
+
using ::frexp;
|
21
|
+
using ::ldexp;
|
22
|
+
using ::log;
|
23
|
+
using ::log10;
|
24
|
+
using ::modf;
|
25
|
+
using ::pow;
|
26
|
+
using ::sin;
|
27
|
+
using ::sinh;
|
28
|
+
using ::sqrt;
|
29
|
+
using ::tan;
|
30
|
+
using ::tanh;
|
31
|
+
}
|
32
|
+
|
33
|
+
#endif
|
@@ -0,0 +1,38 @@
|
|
1
|
+
#ifndef GCCXML_COMPLEX
|
2
|
+
#define GCCXML_COMPLEX
|
3
|
+
|
4
|
+
#include_next <complex>
|
5
|
+
|
6
|
+
// 26.2.1
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::complex;
|
10
|
+
using ::operator+;
|
11
|
+
using ::operator-;
|
12
|
+
using ::operator*;
|
13
|
+
using ::operator/;
|
14
|
+
using ::operator==;
|
15
|
+
using ::operator!=;
|
16
|
+
using ::operator>>;
|
17
|
+
using ::operator<<;
|
18
|
+
using ::real;
|
19
|
+
using ::imag;
|
20
|
+
using ::abs;
|
21
|
+
using ::arg;
|
22
|
+
using ::norm;
|
23
|
+
using ::conj;
|
24
|
+
using ::polar;
|
25
|
+
using ::cos;
|
26
|
+
using ::cosh;
|
27
|
+
using ::exp;
|
28
|
+
using ::log;
|
29
|
+
using ::log10;
|
30
|
+
using ::pow;
|
31
|
+
using ::sin;
|
32
|
+
using ::sinh;
|
33
|
+
using ::sqrt;
|
34
|
+
using ::tan;
|
35
|
+
using ::tanh;
|
36
|
+
}
|
37
|
+
|
38
|
+
#endif
|
@@ -0,0 +1,55 @@
|
|
1
|
+
#ifndef GCCXML_CSTDIO
|
2
|
+
#define GCCXML_CSTDIO
|
3
|
+
|
4
|
+
#include_next <cstdio>
|
5
|
+
|
6
|
+
// 27.8.2/1
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::FILE;
|
10
|
+
using ::fpos_t;
|
11
|
+
using ::size_t;
|
12
|
+
using ::clearerr;
|
13
|
+
using ::fclose;
|
14
|
+
using ::feof;
|
15
|
+
using ::ferror;
|
16
|
+
using ::fflush;
|
17
|
+
using ::fgetc;
|
18
|
+
using ::fgetpos;
|
19
|
+
using ::fgets;
|
20
|
+
using ::fopen;
|
21
|
+
using ::fprintf;
|
22
|
+
using ::fputc;
|
23
|
+
using ::fputs;
|
24
|
+
using ::fread;
|
25
|
+
using ::freopen;
|
26
|
+
using ::fscanf;
|
27
|
+
using ::fseek;
|
28
|
+
using ::fsetpos;
|
29
|
+
using ::ftell;
|
30
|
+
using ::fwrite;
|
31
|
+
using ::getc;
|
32
|
+
using ::getchar;
|
33
|
+
using ::gets;
|
34
|
+
using ::perror;
|
35
|
+
using ::printf;
|
36
|
+
using ::putc;
|
37
|
+
using ::putchar;
|
38
|
+
using ::puts;
|
39
|
+
using ::remove;
|
40
|
+
using ::rename;
|
41
|
+
using ::rewind;
|
42
|
+
using ::scanf;
|
43
|
+
using ::setbuf;
|
44
|
+
using ::setvbuf;
|
45
|
+
using ::sprintf;
|
46
|
+
using ::sscanf;
|
47
|
+
using ::tmpfile;
|
48
|
+
using ::tmpnam;
|
49
|
+
using ::ungetc;
|
50
|
+
using ::vfprintf;
|
51
|
+
using ::vprintf;
|
52
|
+
using ::vsprintf;
|
53
|
+
}
|
54
|
+
|
55
|
+
#endif
|
@@ -0,0 +1,66 @@
|
|
1
|
+
#ifndef GCCXML_CSTDLIB
|
2
|
+
#define GCCXML_CSTDLIB
|
3
|
+
|
4
|
+
#include_next <cstdlib>
|
5
|
+
|
6
|
+
// 18.3/1
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::abort;
|
10
|
+
using ::atexit;
|
11
|
+
using ::exit;
|
12
|
+
}
|
13
|
+
|
14
|
+
// 18.7/1
|
15
|
+
namespace std
|
16
|
+
{
|
17
|
+
using ::getenv;
|
18
|
+
using ::system;
|
19
|
+
}
|
20
|
+
|
21
|
+
// 20.4.6/1
|
22
|
+
namespace std
|
23
|
+
{
|
24
|
+
using ::calloc;
|
25
|
+
using ::malloc;
|
26
|
+
using ::free;
|
27
|
+
using ::realloc;
|
28
|
+
}
|
29
|
+
|
30
|
+
// 21.4/1
|
31
|
+
namespace std
|
32
|
+
{
|
33
|
+
using ::atol;
|
34
|
+
using ::atof;
|
35
|
+
using ::atoi;
|
36
|
+
using ::mblen;
|
37
|
+
using ::mbstowcs;
|
38
|
+
using ::mbtowc;
|
39
|
+
using ::strtod;
|
40
|
+
using ::strtol;
|
41
|
+
using ::strtoul;
|
42
|
+
using ::wctomb;
|
43
|
+
using ::wcstombs;
|
44
|
+
}
|
45
|
+
|
46
|
+
// 25.4/1
|
47
|
+
namespace std
|
48
|
+
{
|
49
|
+
using ::bsearch;
|
50
|
+
using ::qsort;
|
51
|
+
}
|
52
|
+
|
53
|
+
// 26.5/1
|
54
|
+
namespace std
|
55
|
+
{
|
56
|
+
using ::div_t;
|
57
|
+
using ::ldiv_t;
|
58
|
+
using ::abs;
|
59
|
+
using ::div;
|
60
|
+
using ::labs;
|
61
|
+
using ::ldiv;
|
62
|
+
using ::srand;
|
63
|
+
using ::rand;
|
64
|
+
}
|
65
|
+
|
66
|
+
#endif
|
@@ -0,0 +1,34 @@
|
|
1
|
+
#ifndef GCCXML_CSTRING
|
2
|
+
#define GCCXML_CSTRING
|
3
|
+
|
4
|
+
#include_next <cstring>
|
5
|
+
|
6
|
+
// 20.4.6/5, 21.4/1
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::size_t;
|
10
|
+
using ::memchr;
|
11
|
+
using ::memcmp;
|
12
|
+
using ::memcpy;
|
13
|
+
using ::memmove;
|
14
|
+
using ::memset;
|
15
|
+
using ::strcat;
|
16
|
+
using ::strchr;
|
17
|
+
using ::strcmp;
|
18
|
+
using ::strcoll;
|
19
|
+
using ::strcpy;
|
20
|
+
using ::strcspn;
|
21
|
+
using ::strerror;
|
22
|
+
using ::strlen;
|
23
|
+
using ::strncat;
|
24
|
+
using ::strncmp;
|
25
|
+
using ::strncpy;
|
26
|
+
using ::strpbrk;
|
27
|
+
using ::strrchr;
|
28
|
+
using ::strspn;
|
29
|
+
using ::strstr;
|
30
|
+
using ::strtok;
|
31
|
+
using ::strxfrm;
|
32
|
+
}
|
33
|
+
|
34
|
+
#endif
|
@@ -0,0 +1,24 @@
|
|
1
|
+
#ifndef GCCXML_CTIME
|
2
|
+
#define GCCXML_CTIME
|
3
|
+
|
4
|
+
#include_next <ctime>
|
5
|
+
|
6
|
+
// 18.7/1, 20.5
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::clock_t;
|
10
|
+
using ::size_t;
|
11
|
+
using ::time_t;
|
12
|
+
using ::asctime;
|
13
|
+
using ::clock;
|
14
|
+
using ::difftime;
|
15
|
+
using ::localtime;
|
16
|
+
using ::strftime;
|
17
|
+
using ::ctime;
|
18
|
+
using ::gmtime;
|
19
|
+
using ::mktime;
|
20
|
+
using ::time;
|
21
|
+
using ::tm;
|
22
|
+
}
|
23
|
+
|
24
|
+
#endif
|