Skip to content

Commit 9fdbf18

Browse files
committed
Added missing files
1 parent 81c9f3b commit 9fdbf18

File tree

226 files changed

+81381
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+81381
-38
lines changed

.gitignore

+3-32
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,6 @@
1919
/src/arclink/apps/misc/.pydevproject
2020
/src/arclink/apps/misc/.project
2121

22-
# /src/arclink/libs/codegen/
23-
/src/arclink/libs/codegen/*.pyc
24-
/src/arclink/libs/codegen/*.pyc
25-
26-
# /src/arclink/libs/python/seiscomp/db/generic/
27-
/src/arclink/libs/python/seiscomp/db/generic/inventory.py
28-
/src/arclink/libs/python/seiscomp/db/generic/genwrap.py
29-
/src/arclink/libs/python/seiscomp/db/generic/qc.py
30-
/src/arclink/libs/python/seiscomp/db/generic/routing.py
31-
32-
# /src/arclink/libs/python/seiscomp/db/seiscomp3/
33-
/src/arclink/libs/python/seiscomp/db/seiscomp3/sc3wrap.py
34-
35-
# /src/arclink/libs/python/seiscomp/db/xmlio/
36-
/src/arclink/libs/python/seiscomp/db/xmlio/xmlwrap.py
37-
3822
# /src/seedlink/plugins/ISI_Toolkit_1_3_0/lib/
3923
/src/seedlink/plugins/ISI_Toolkit_1_3_0/lib/makestamp
4024

@@ -142,25 +126,11 @@
142126
/src/trunk/libs/3rd-party/spread/stdutil/src/*.lto
143127
/src/trunk/libs/3rd-party/spread/stdutil/src/Makefile
144128

145-
# /src/trunk/libs/3rd-party/spread/stdutil/src/stdutil/
146-
/src/trunk/libs/3rd-party/spread/stdutil/src/stdutil/
147-
148129
# /src/trunk/libs/3rd-party/spread/stdutil/src/stdutil/private/
149130
/src/trunk/libs/3rd-party/spread/stdutil/src/stdutil/private/stdarch_autoconf.h
150131

151-
# /src/trunk/libs/codegen/
152-
/src/trunk/libs/codegen/*.pyc
153-
154-
# /src/trunk/libs/seiscomp3/datamodel/
155-
/src/trunk/libs/seiscomp3/datamodel/*.cpp
156-
/src/trunk/libs/seiscomp3/datamodel/*.h
157-
/src/trunk/libs/seiscomp3/datamodel/CMakeLists.generated
158-
159-
# /src/trunk/libs/seiscomp3/datamodel/share/
160-
/src/trunk/libs/seiscomp3/datamodel/share/*.sql
161-
162-
# /src/trunk/libs/swig/
163-
/src/trunk/libs/swig/DataModel.i
132+
# /src/trunk/libs/3rd-party/spread/libspread-util/lib/
133+
/src/trunk/libs/3rd-party/spread/libspread-util/lib/
164134

165135
# Enable only known src subdirectories
166136
/src/*/
@@ -202,6 +172,7 @@
202172
/src/trunk/libs/3rd-party/spread/libspread-util/src/libspread-util.so
203173
/src/trunk/libs/3rd-party/spread/libspread-util/src/memory.lo
204174
/src/trunk/libs/3rd-party/spread/libspread-util/src/memory.o
175+
/src/trunk/libs/3rd-party/spread/libspread-util/src/libspread-util.so.4.2.0
205176
/src/trunk/libs/3rd-party/spread/stdutil/src/stdarr.do
206177
/src/trunk/libs/3rd-party/spread/stdutil/src/stdarr.ldo
207178
/src/trunk/libs/3rd-party/spread/stdutil/src/stdarr.lo

COPYING

+5-6
Original file line numberDiff line numberDiff line change
@@ -172,18 +172,16 @@ ArcLink Programs (source code)
172172

173173
arclink, isomount
174174

175-
4.2 SeisComP Binary License package
176-
177-
GUI Programs (binaries only)
175+
GUI Programs (source code)
178176

179177
scesv, scheli, scmapcut, scmm, scmv, scolv, scqcv, scrttv
180178

181-
GUI Libraries (binaries only)
179+
GUI Libraries (source code)
182180

183181
libseiscomp3_qt4.so, libseiscomp3_mm_preliminaryorigin.so,
184182
libseiscomp3_mplugin.so
185183

186-
4.3 GNU Public License package (acquisition)
184+
4.2 GNU Public License package (acquisition)
187185

188186
SeedLink Binaries
189187

@@ -200,7 +198,7 @@ chain_plugin, ewexport_plugin, fs_plugin, mseedfifo_plugin, mseedscan_plugin,
200198
naqs_plugin, nrts_plugin, q330_plugin, reftek_plugin, run_with_lock,
201199
wave24_plugin, win_plugin, serial_plugin, sock_plugin, scream_plugin
202200

203-
4.4 Derivative Works
201+
4.3 Derivative Works
204202

205203
"Derivative Works" shall mean any work, whether in source or object form, that
206204
is based on (or derived from) the Program and for which the editorial revisions,
@@ -222,3 +220,4 @@ Signature
222220
Name:
223221

224222
EMail:
223+

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Project homepage: http://www.seiscomp3.org
2+
3+
This software has been developed by the [GEOFON Program](http://geofon.gfz-potsdam.de) at [Helmholtz Centre Potsdam, GFZ German Research Centre for Geosciences](http://www.gfz-potsdam.de) and [gempa GmbH](http://www.gempa.de).
4+
5+
SeisComP3 is distributed under the [SeisComP Public License](COPYING)
6+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/* Copyright (c) 2000-2009, The Johns Hopkins University
2+
* All rights reserved.
3+
*
4+
* The contents of this file are subject to a license (the ``License'').
5+
* You may not use this file except in compliance with the License. The
6+
* specific language governing the rights and limitations of the License
7+
* can be found in the file ``STDUTIL_LICENSE'' found in this
8+
* distribution.
9+
*
10+
* Software distributed under the License is distributed on an AS IS
11+
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
12+
*
13+
* The Original Software is:
14+
* The Stdutil Library
15+
*
16+
* Contributors:
17+
* Creator - John Lane Schultz ([email protected])
18+
* The Center for Networking and Distributed Systems
19+
* (CNDS - http://www.cnds.jhu.edu)
20+
*/
21+
22+
#ifndef stdarch_h_2005_07_12_00_51_28_jschultz_at_cnds_jhu_edu
23+
#define stdarch_h_2005_07_12_00_51_28_jschultz_at_cnds_jhu_edu
24+
25+
#ifdef _WIN32
26+
# include <stdutil/private/stdarch_wintel32.h>
27+
#else
28+
# include <stdutil/private/stdarch_autoconf.h>
29+
#endif
30+
31+
#endif
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
/* Copyright (c) 2000-2009, The Johns Hopkins University
2+
* All rights reserved.
3+
*
4+
* The contents of this file are subject to a license (the ``License'').
5+
* You may not use this file except in compliance with the License. The
6+
* specific language governing the rights and limitations of the License
7+
* can be found in the file ``STDUTIL_LICENSE'' found in this
8+
* distribution.
9+
*
10+
* Software distributed under the License is distributed on an AS IS
11+
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
12+
*
13+
* The Original Software is:
14+
* The Stdutil Library
15+
*
16+
* Contributors:
17+
* Creator - John Lane Schultz ([email protected])
18+
* The Center for Networking and Distributed Systems
19+
* (CNDS - http://www.cnds.jhu.edu)
20+
*/
21+
22+
#ifndef stdarch_autoconf_h_2006_03_13_17_44_12_jschultz_at_cnds_jhu_edu
23+
#define stdarch_autoconf_h_2006_03_13_17_44_12_jschultz_at_cnds_jhu_edu
24+
25+
#ifdef __cplusplus
26+
extern "C" {
27+
#endif
28+
29+
/* the following defines are filled in by the configure script */
30+
31+
#undef SIZEOF_CHAR
32+
#undef SIZEOF_SHORT
33+
#undef SIZEOF_INT
34+
#undef SIZEOF_LONG
35+
#undef SIZEOF_LONG_LONG
36+
#undef SIZEOF_SIZE_T
37+
#undef SIZEOF_VOID_P
38+
39+
/* STDARCH_MAX_BYTE_ALIGNMENT must be a power of 2 (e.g. - 1, 2, 4, 8,
40+
etc.) and must be the most stringent byte alignment that your
41+
architecture requires for any basic type; 4 should be good enough
42+
for any 32 bit or smaller architectures, 8 should be good enough
43+
for any 64 bit or smaller architectures, etc.
44+
*/
45+
46+
#undef STDARCH_MAX_BYTE_ALIGNMENT
47+
48+
/* check if NULL is represented as all zero in memory for "all" types of pointers */
49+
50+
#undef STDARCH_NULL_IS_ZERO
51+
52+
/* endian byte reordering mapping */
53+
54+
#undef STDENDIAN16_SWAP
55+
56+
#undef STDENDIAN32_NET0_FROM_HOST
57+
#undef STDENDIAN32_NET1_FROM_HOST
58+
#undef STDENDIAN32_NET2_FROM_HOST
59+
#undef STDENDIAN32_NET3_FROM_HOST
60+
61+
#undef STDENDIAN32_HOST0_FROM_NET
62+
#undef STDENDIAN32_HOST1_FROM_NET
63+
#undef STDENDIAN32_HOST2_FROM_NET
64+
#undef STDENDIAN32_HOST3_FROM_NET
65+
66+
#undef STDENDIAN64_NET0_FROM_HOST
67+
#undef STDENDIAN64_NET1_FROM_HOST
68+
#undef STDENDIAN64_NET2_FROM_HOST
69+
#undef STDENDIAN64_NET3_FROM_HOST
70+
#undef STDENDIAN64_NET4_FROM_HOST
71+
#undef STDENDIAN64_NET5_FROM_HOST
72+
#undef STDENDIAN64_NET6_FROM_HOST
73+
#undef STDENDIAN64_NET7_FROM_HOST
74+
75+
#undef STDENDIAN64_HOST0_FROM_NET
76+
#undef STDENDIAN64_HOST1_FROM_NET
77+
#undef STDENDIAN64_HOST2_FROM_NET
78+
#undef STDENDIAN64_HOST3_FROM_NET
79+
#undef STDENDIAN64_HOST4_FROM_NET
80+
#undef STDENDIAN64_HOST5_FROM_NET
81+
#undef STDENDIAN64_HOST6_FROM_NET
82+
#undef STDENDIAN64_HOST7_FROM_NET
83+
84+
/* do architecture specific integer typedefs and checks */
85+
86+
/* ensure char's are 1 byte long */
87+
88+
#if (SIZEOF_CHAR != 1)
89+
# error No 1 byte integer type found!
90+
#endif
91+
92+
/* ensure short's are 2 bytes long */
93+
94+
#if (SIZEOF_SHORT != 2)
95+
# error No 2 byte integer type found!
96+
#endif
97+
98+
/* figure out which type is 4 bytes long */
99+
100+
#if (SIZEOF_INT == 4)
101+
102+
typedef int stdarch_int32;
103+
typedef unsigned int stdarch_uint32;
104+
105+
#elif (SIZEOF_LONG == 4)
106+
107+
typedef long stdarch_int32;
108+
typedef unsigned long stdarch_uint32;
109+
110+
#else
111+
# error No 4 byte integer type found!
112+
#endif
113+
114+
/* figure out which type is 8 bytes long */
115+
116+
#if (SIZEOF_LONG == 8)
117+
118+
typedef long stdarch_int64;
119+
typedef unsigned long stdarch_uint64;
120+
121+
#elif defined(_MSC_VER)
122+
123+
typedef __int64 stdarch_int64;
124+
typedef unsigned __int64 stdarch_uint64;
125+
126+
#elif (SIZEOF_LONG_LONG == 8)
127+
128+
typedef long long stdarch_int64;
129+
typedef unsigned long long stdarch_uint64;
130+
131+
#else
132+
# error No 8 byte integeral type found!
133+
#endif
134+
135+
/* figure out which type is the same size as size_t */
136+
137+
#if (SIZEOF_SIZE_T == 2)
138+
139+
typedef short stdarch_ssize;
140+
141+
#elif (SIZEOF_SIZE_T == 4)
142+
143+
typedef stdarch_int32 stdarch_ssize;
144+
145+
#elif (SIZEOF_SIZE_T == 8)
146+
147+
typedef stdarch_int64 stdarch_ssize;
148+
149+
#else
150+
# error No integral type of same size as size_t!
151+
#endif
152+
153+
#ifdef __cplusplus
154+
}
155+
#endif
156+
157+
#endif

0 commit comments

Comments
 (0)