Changeset 4953
- Timestamp:
- Sep 6, 2005, 4:36:07 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 10 added
- 13 edited
-
. (modified) (1 prop)
-
.cvsignore (modified) (1 diff)
-
astro (modified) (1 prop)
-
astro/.cvsignore (added)
-
db (modified) (1 prop)
-
db/.cvsignore (added)
-
fft (modified) (1 prop)
-
fft/.cvsignore (added)
-
fits (modified) (1 prop)
-
fits/.cvsignore (added)
-
imageops (modified) (1 prop)
-
imageops/.cvsignore (added)
-
math (modified) (1 prop)
-
math/.cvsignore (added)
-
mathtypes (modified) (1 prop)
-
mathtypes/.cvsignore (added)
-
sys (modified) (1 prop)
-
sys/.cvsignore (added)
-
types (modified) (1 prop)
-
types/.cvsignore (added)
-
types/psMetadata.c (modified) (1 diff)
-
xml (modified) (1 prop)
-
xml/.cvsignore (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src
- Property svn:ignore
-
old new 10 10 libpslib.la.temp 11 11 config.h.in 12 psErrorText.h
-
- Property svn:ignore
-
trunk/psLib/src/.cvsignore
r3247 r4953 10 10 libpslib.la.temp 11 11 config.h.in 12 psErrorText.h -
trunk/psLib/src/astro
-
Property svn:ignore
set to
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
-
Property svn:ignore
set to
-
trunk/psLib/src/db
-
Property svn:ignore
set to
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
-
Property svn:ignore
set to
-
trunk/psLib/src/fft
-
Property svn:ignore
set to
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
-
Property svn:ignore
set to
-
trunk/psLib/src/fits
-
Property svn:ignore
set to
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
-
Property svn:ignore
set to
-
trunk/psLib/src/imageops
-
Property svn:ignore
set to
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
-
Property svn:ignore
set to
-
trunk/psLib/src/math
-
Property svn:ignore
set to
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
-
Property svn:ignore
set to
-
trunk/psLib/src/mathtypes
-
Property svn:ignore
set to
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
-
Property svn:ignore
set to
-
trunk/psLib/src/sys
-
Property svn:ignore
set to
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
-
Property svn:ignore
set to
-
trunk/psLib/src/types
-
Property svn:ignore
set to
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
-
Property svn:ignore
set to
-
trunk/psLib/src/types/psMetadata.c
r4898 r4953 1 1 /** @file psMetadata.c 2 *3 *4 * @brief Contains metadata structures, enumerations and functions prototypes.5 *6 * This file defines metadata item, metadata type, metadata flags, metadata containers, and function7 * prototypes necessary creating psLib metadata APIs8 *9 * @ingroup Metadata10 *11 * @author Robert DeSonia, MHPCC12 * @author Ross Harman, MHPCC13 *14 * @version $Revision: 1.79$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-08-30 01:14:13$16 *17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii18 */2 * 3 * 4 * @brief Contains metadata structures, enumerations and functions prototypes. 5 * 6 * This file defines metadata item, metadata type, metadata flags, metadata containers, and function 7 * prototypes necessary creating psLib metadata APIs 8 * 9 * @ingroup Metadata 10 * 11 * @author Robert DeSonia, MHPCC 12 * @author Ross Harman, MHPCC 13 * 14 * @version $Revision: 1.80 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-09-07 02:36:05 $ 16 * 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 18 */ 19 19 20 20 /******************************************************************************/ -
trunk/psLib/src/xml
-
Property svn:ignore
set to
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
-
Property svn:ignore
set to
Note:
See TracChangeset
for help on using the changeset viewer.
