sync
authorJinkun Jang <jinkun.jang@samsung.com>
Thu, 14 Mar 2013 03:43:41 +0000 (12:43 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Thu, 14 Mar 2013 03:43:41 +0000 (12:43 +0900)
35 files changed:
.cvsignore [deleted file]
COPYING-PLAIN [deleted file]
Doxyfile [deleted file]
README.in [deleted file]
configure.in [deleted file]
debian/.cvsignore [deleted file]
debian/changelog.in [deleted file]
doc/.cvsignore [deleted file]
doc/Doxyfile [deleted file]
doc/eet.css [deleted file]
doc/img/_.gif [deleted file]
doc/img/b.png [deleted file]
doc/img/eet_big.png [deleted file]
doc/img/eet_mini.png [deleted file]
doc/img/eet_small.png [deleted file]
doc/img/n.gif [deleted file]
doc/img/n.png [deleted file]
doc/img/t.gif [deleted file]
doc/img/t.png [deleted file]
doc/img/tl.gif [deleted file]
doc/img/tl.png [deleted file]
eet.c.in [deleted file]
gendoc [deleted file]
m4/doxygen.m4 [deleted file]
src/.cvsignore [deleted file]
src/bin/.cvsignore [deleted file]
src/lib/.cvsignore [deleted file]
src/lib/eet_memfile.c [deleted file]
src/tests/.cvsignore [deleted file]
win32/MANIFEST.txt [deleted file]
win32/README.txt [deleted file]
win32/set_env.bat [deleted file]
win32/vs8/eet.sln [deleted file]
win32/vs8/libeet.vcproj [deleted file]
win32/vs8/start.bat [deleted file]

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644 (file)
index 13e3ed0..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-.config
-autom4te.cache
-build-stamp
-Makefile
-Makefile.in
-aclocal.m4
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-configure-stamp
-eet.pc
-eet_docs.tar.gz
-libtool
-ltmain.sh
-stamp-h
-stamp-h1
-stamp-h.in
-install-sh
-missing
-mkinstalldirs
-stamp-h1
-autom4te.cache
-depcomp
-doc
-*.tar.gz
-*.oe
-*.bb
-*.spec
-README
-eet.c
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltsugar.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
-compile
diff --git a/COPYING-PLAIN b/COPYING-PLAIN
deleted file mode 100644 (file)
index 376875e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-Plain English Copyright Notice
-
-This file is not intended to be the actual License. The reason this file
-exists is that we here are programmers and engineers. We aren't lawyers. We
-provide licenses that we THINK say the right things, but we have our own
-intentions at heart. This is a plain-english explanation of what those
-intentions are, and if you follow them you will be within the "spirit" of
-the license.
-
-The intent is for us to enjoy writing software that is useful to us (the
-AUTHORS) and allow others to use it freely and also benefit from the work we
-put into making it. We don't want to restrict others using it. They should
-not *HAVE* to make the source code of the applications they write that
-simply link to these libraries (be that statically or dynamically), or for
-them to be limited as to what license they choose to use (be it open, closed
-or anything else). But we would like to know you are using these libraries.
-We simply would like to know that it has been useful to someone. This is why
-we ask for acknowledgement of some sort.
-
-You can do what you want with the source of this software - it doesn't
-matter. We still have it here for ourselves and it is open and free to use
-and download and play with. It can't be taken away. We don't really mind what
-you do with the source to your software. We would simply like to know that
-you are using it - especially if it makes it to a commerical product. If you
-simply e-mail all the AUTHORS (see COPYING and AUTHORS files) telling us, and
-then make sure you include a paragraph or page in the manual for the product
-with the copyright notice and state that you used this software, we will be
-very happy. If you want to contribute back modifications and fixes you may have
-made we will welcome those too with open arms (generally). If you want help
-with changes needed, ports needed or features to be added, arrangements can
-be easily made with some dialogue.
-
-Carsten Haitzler <raster@rasterman.com>
diff --git a/Doxyfile b/Doxyfile
deleted file mode 100644 (file)
index 45f743b..0000000
--- a/Doxyfile
+++ /dev/null
@@ -1,139 +0,0 @@
-PROJECT_NAME           = Eet
-PROJECT_NUMBER         =
-OUTPUT_DIRECTORY       = doc
-INPUT                  = eet.c src/lib/Eet.h
-IMAGE_PATH             = doc/img
-OUTPUT_LANGUAGE        = English
-GENERATE_HTML          = YES
-HTML_OUTPUT            = html
-HTML_FILE_EXTENSION    = .html
-HTML_HEADER            = doc/head.html
-HTML_FOOTER            = doc/foot.html
-HTML_STYLESHEET        = doc/e.css
-HTML_ALIGN_MEMBERS     = YES
-ENUM_VALUES_PER_LINE   = 1
-GENERATE_HTMLHELP      = NO
-CHM_FILE               = 
-HHC_LOCATION           = 
-GENERATE_CHI           = NO
-BINARY_TOC             = NO
-TOC_EXPAND             = NO
-DISABLE_INDEX          = YES
-EXTRACT_ALL            = NO
-EXTRACT_PRIVATE        = NO
-EXTRACT_STATIC         = NO
-EXTRACT_LOCAL_CLASSES  = NO
-HIDE_UNDOC_MEMBERS     = YES
-HIDE_UNDOC_CLASSES     = YES
-HIDE_FRIEND_COMPOUNDS  = YES
-BRIEF_MEMBER_DESC      = YES
-REPEAT_BRIEF           = YES
-ALWAYS_DETAILED_SEC    = NO
-INLINE_INHERITED_MEMB  = NO
-FULL_PATH_NAMES        = NO
-STRIP_FROM_PATH        = 
-INTERNAL_DOCS          = NO
-STRIP_CODE_COMMENTS    = YES
-CASE_SENSE_NAMES       = YES
-SHORT_NAMES            = NO
-HIDE_SCOPE_NAMES       = NO
-VERBATIM_HEADERS       = NO
-SHOW_INCLUDE_FILES     = NO
-JAVADOC_AUTOBRIEF      = YES
-MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP         = NO
-INHERIT_DOCS           = YES
-INLINE_INFO            = YES
-SORT_MEMBER_DOCS       = YES
-DISTRIBUTE_GROUP_DOC   = NO
-TAB_SIZE               = 2
-GENERATE_TODOLIST      = YES
-GENERATE_TESTLIST      = YES
-GENERATE_BUGLIST       = YES
-GENERATE_DEPRECATEDLIST= YES
-ALIASES                = 
-ENABLED_SECTIONS       = 
-MAX_INITIALIZER_LINES  = 30
-OPTIMIZE_OUTPUT_FOR_C  = YES
-OPTIMIZE_OUTPUT_JAVA   = NO
-SHOW_USED_FILES        = NO
-QUIET                  = NO
-WARNINGS               = YES
-WARN_IF_UNDOCUMENTED   = YES
-WARN_FORMAT            = "$file:$line: $text"
-WARN_LOGFILE           = 
-FILE_PATTERNS          =
-RECURSIVE              = NO
-EXCLUDE                = 
-EXCLUDE_SYMLINKS       = NO
-EXCLUDE_PATTERNS       = 
-EXAMPLE_PATH           = 
-EXAMPLE_PATTERNS       = 
-EXAMPLE_RECURSIVE      = NO
-INPUT_FILTER           = 
-FILTER_SOURCE_FILES    = NO
-SOURCE_BROWSER         = NO
-INLINE_SOURCES         = NO
-REFERENCED_BY_RELATION = YES
-REFERENCES_RELATION    = YES
-ALPHABETICAL_INDEX     = YES
-COLS_IN_ALPHA_INDEX    = 2
-IGNORE_PREFIX          = 
-GENERATE_TREEVIEW      = NO
-TREEVIEW_WIDTH         = 250
-GENERATE_LATEX         = YES
-LATEX_OUTPUT           = latex
-LATEX_CMD_NAME         = latex
-MAKEINDEX_CMD_NAME     = makeindex
-COMPACT_LATEX          = NO
-PAPER_TYPE             = a4wide
-EXTRA_PACKAGES         = 
-LATEX_HEADER           = 
-PDF_HYPERLINKS         = YES
-USE_PDFLATEX           = NO
-LATEX_BATCHMODE        = NO
-GENERATE_RTF           = NO
-RTF_OUTPUT             = rtf
-COMPACT_RTF            = NO
-RTF_HYPERLINKS         = NO
-RTF_STYLESHEET_FILE    = 
-RTF_EXTENSIONS_FILE    = 
-GENERATE_MAN           = YES
-MAN_OUTPUT             = man
-MAN_EXTENSION          = .3
-MAN_LINKS              = YES
-GENERATE_XML           = NO
-XML_SCHEMA             = 
-XML_DTD                = 
-GENERATE_AUTOGEN_DEF   = NO
-ENABLE_PREPROCESSING   = YES
-MACRO_EXPANSION        = NO
-EXPAND_ONLY_PREDEF     = NO
-SEARCH_INCLUDES        = NO
-INCLUDE_PATH           =
-INCLUDE_FILE_PATTERNS  = 
-PREDEFINED             = 
-EXPAND_AS_DEFINED      = 
-SKIP_FUNCTION_MACROS   = YES
-TAGFILES               = 
-GENERATE_TAGFILE       = 
-ALLEXTERNALS           = NO
-EXTERNAL_GROUPS        = YES
-PERL_PATH              = /usr/bin/perl
-CLASS_DIAGRAMS         = NO
-HIDE_UNDOC_RELATIONS   = YES
-HAVE_DOT               = NO
-CLASS_GRAPH            = NO
-COLLABORATION_GRAPH    = NO
-TEMPLATE_RELATIONS     = NO
-INCLUDE_GRAPH          = NO
-INCLUDED_BY_GRAPH      = NO
-GRAPHICAL_HIERARCHY    = NO
-DOT_IMAGE_FORMAT       = png
-DOT_PATH               = 
-DOTFILE_DIRS           = 
-MAX_DOT_GRAPH_WIDTH    = 512
-MAX_DOT_GRAPH_HEIGHT   = 512
-GENERATE_LEGEND        = YES
-DOT_CLEANUP            = YES
-SEARCHENGINE           = NO
diff --git a/README.in b/README.in
deleted file mode 100644 (file)
index de400ff..0000000
--- a/README.in
+++ /dev/null
@@ -1,45 +0,0 @@
-Eet @VERSION@
-
-Requirements:
--------------
-Must:
-  libc libm zlib libjpeg
-  Windows: evil
-
-******************************************************************************
-***
-*** FOR ANY ISSUES WITH EET PLEASE EMAIL:
-*** enlightenment-devel@lists.sourceforge.net
-***
-******************************************************************************
-
-Eet is a tiny library designed to write an arbitary set of chunks of
-data to a file and optionally compress each chunk (very much like a
-zip file) and allow fast random-access reading of the file later
-on. It does not do zip as a zip itself has more complexity than is
-needed, and it was much simpler to implement this once here.
-
-It also can encode and decode data structures in memory, as well as
-image data for saving to eet files or sending across the network to
-other machines, or just writing to arbitary files on the system. All
-data is encoded in a platform independant way and can be written and
-read by any architecture.
-
-------------------------------------------------------------------------------
-COMPILING AND INSTALLING:
-
-  ./configure
-  make
-(do this as root unless you are installing in your users directories):
-  make install
-
-------------------------------------------------------------------------------
-BUILDING PACKAGES:
-
-RPM: To build rpm packages:
-
-  sudo rpm -ta @PACKAGE@-@VERSION@.tar.gz
-
-You will find rpm packages in your system /usr/src/redhat/* dirs (note you may
-not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents
-for more details)
diff --git a/configure.in b/configure.in
deleted file mode 100644 (file)
index ebf301e..0000000
+++ /dev/null
@@ -1,254 +0,0 @@
-# get rid of that stupid cache mechanism
-rm -f config.cache
-
-AC_INIT(eet, 1.0.1, enlightenment-devel@lists.sourceforge.net)
-AC_PREREQ(2.52)
-AC_CONFIG_SRCDIR(configure.in)
-AC_CANONICAL_BUILD
-AC_CANONICAL_HOST
-AC_ISC_POSIX
-
-AM_INIT_AUTOMAKE(1.6 dist-bzip2)
-AM_CONFIG_HEADER(config.h)
-
-AC_PROG_CC
-AM_PROG_CC_STDC
-AC_HEADER_STDC
-AC_C_CONST
-AM_PROG_CC_C_O
-
-AC_LIBTOOL_WIN32_DLL
-define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
-define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
-AC_PROG_LIBTOOL
-
-VMAJ=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $1);}'`
-VMIN=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $2);}'`
-VMIC=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $3);}'`
-SNAP=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $4);}'`
-version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN"
-AC_SUBST(version_info)
-
-PKG_PROG_PKG_CONFIG
-
-WIN32_CFLAGS=""
-WIN32_LIBS=""
-lt_no_undefined=""
-lt_enable_auto_import=""
-case "$host_os" in
-       mingw*|cegcc)
-               PKG_CHECK_MODULES([EVIL], [evil])
-               AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if evil package is installed])
-               dnl needed for correct definition of EAPI
-               AC_DEFINE(EFL_EET_BUILD, 1, [Define to mention that eet is built])
-               if test "$host_os" = "cegcc" ; then
-                       WIN32_CFLAGS="-mwin32"
-                       WIN32_LIBS="-lws2"
-                       lt_enable_auto_import="-Wl,--enable-auto-import"
-               else
-                       WIN32_LIBS="-lws2_32"
-               fi
-               lt_no_undefined="-no-undefined"
-               ;;
-esac
-AC_SUBST(WIN32_CFLAGS)
-AC_SUBST(WIN32_LIBS)
-AC_SUBST(lt_no_undefined)
-AC_SUBST(lt_enable_auto_import)
-
-dnl Checking for __attribute__ support
-AC_MSG_CHECKING([for __attribute__])
-AC_CACHE_VAL(_cv_have___attribute__,
-  [
-    AC_TRY_COMPILE([#include <stdlib.h>],
-      [int func(int x); int foo(int x __attribute__ ((unused))) { exit(1); }],
-      [_cv_have___attribute__="yes"],
-      [_cv_have___attribute__="no"])
-  ]
-)
-
-if test "x${_cv_have___attribute__}" = "xyes" ; then
-   AC_DEFINE(HAVE___ATTRIBUTE__, 1, [Define to 1 if your compiler has __attribute__])
-fi
-AC_MSG_RESULT(${_cv_have___attribute__})
-
-AC_FUNC_ALLOCA
-
-AC_CHECK_HEADER(zlib.h,, AC_MSG_ERROR("Cannot find zlib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file"))
-AC_CHECK_HEADER(jpeglib.h,, AC_MSG_ERROR("Cannot find jpeglib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file"))
-
-AC_CHECK_HEADERS(netinet/in.h)
-
-AC_CHECK_HEADER(fnmatch.h,, AC_MSG_ERROR([Cannot find fnmatch.h. Make sure your CFLAGS environment variable contains include lines for the location of this file. MinGW users: see the INSTALL file]))
-
-fnmatch_libs=""
-AC_CHECK_FUNCS(fnmatch, res=yes, res=no)
-if test "x$res" = "xno"; then
-       AC_CHECK_LIB(fnmatch, fnmatch, res=yes fnmatch_libs="-lfnmatch", res=no)
-dnl Test for compilation with MinGW.
-dnl fnmatch function is in the libiberty library
-       if test "x$res" = "xno"; then
-               AC_CHECK_LIB(iberty, fnmatch, res=yes fnmatch_libs="-liberty", res=no)
-       fi
-       if test "x$res" = "xno"; then
-               AC_MSG_ERROR([Cannot find fnmatch() in neither libc nor libfnmatch, nor libiberty])
-       fi
-fi
-
-AC_SUBST(fnmatch_libs)
-
-dnl These are needed for fmemopen/open_memstream
-AC_DEFINE(_GNU_SOURCE, , [Enable GNU extensions])
-
-AC_CHECK_FUNCS(fmemopen open_memstream realpath)
-
-dnl Check whether the null pointer is zero on this arch
-AC_MSG_CHECKING([value of the null pointer])
-AC_TRY_RUN([
-#include <stdlib.h>
-int main (int argc, char **argv) {
-  void *foo = NULL;
-  int bar = (int)foo;
-  return (int)foo;
-}
-], AC_MSG_RESULT([yes]), [
-       AC_MSG_RESULT([no])
-       AC_MSG_WARN([Your system is a bit too funny, eet might not work properly])
-], AC_MSG_WARN([Cannot check when cross-compiling -- assuming null is okay])
-)
-
-dnl Unit Tests
-
-AC_ARG_ENABLE(tests,
-  [AC_HELP_STRING([--enable-tests], [Enable tests @<:@default=no@:>@])],
-  [
-   if test "x${enableval}" = "xyes" ; then
-     enable_tests="yes"
-   else
-     enable_tests="no"
-   fi
-  ],
-  [enable_tests="no"]
-)
-AC_MSG_CHECKING([if tests are built])
-AC_MSG_RESULT([${enable_tests}])
-
-if test "x${enable_tests}" = "xyes" ; then
-  PKG_CHECK_MODULES([CHECK],
-    [check >= 0.9.5],
-    [dummy="yes"],
-    [enable_tests="no"]
-  )
-fi
-
-AM_CONDITIONAL(EET_ENABLE_TESTS, test "x${enable_tests}" = "xyes")
-
-dnl Coverage
-
-AC_ARG_ENABLE(coverage,
-  [AC_HELP_STRING([--enable-coverage],
-    [compile with coverage profiling instrumentation @<:@default=no@:>@])],
-  [
-   if test "x${enableval}" = "xyes" ; then
-     enable_coverage="yes"
-   else
-     enable_coverage="no"
-   fi],
-  [enable_coverage="no"]
-)
-AC_MSG_CHECKING([whether to use profiling instrumentation])
-AC_MSG_RESULT($enable_coverage)
-
-if test "x$enable_tests" = "xno" -a "x$enable_coverage" = "xyes"; then
-  enable_coverage="no"
-fi
-
-if test "x$enable_coverage" = "xyes"; then
-  AC_CHECK_PROG(have_lcov,
-    [lcov],
-    [yes],
-    [no]
-  )
-  if test "x$have_lcov" = "xyes" ; then
-    COVERAGE_CFLAGS="-fprofile-arcs -ftest-coverage"
-    COVERAGE_LIBS="-lgcov"
-dnl remove any optimisation flag and force debug symbols
-    CFLAGS="-g -O0"
-  else
-    AC_MSG_WARN([lcov is not found, disable profiling instrumentation])
-    enable_coverage="no"
-  fi
-fi
-AC_SUBST(COVERAGE_CFLAGS)
-AC_SUBST(COVERAGE_LIBS)
-
-AM_CONDITIONAL(EET_ENABLE_COVERAGE, test "x$enable_coverage" = "xyes")
-
-dnl Disable support for old eet file format.
-old_eet_file_format="yes"
-AC_ARG_ENABLE(old-eet-file-format,
-  AC_HELP_STRING(
-    [--disable-old-eet-file-format],
-    [disable old eet file format support. [[default=enabled]]]
-  ),
-  [ old_eet_file_format=$enableval ]
-)
-AM_CONDITIONAL(EET_OLD_EET_FILE_FORMAT, test "x$old_eet_file_format" = "xyes")
-if test "x$old_eet_file_format" = "xyes"; then
-  AC_DEFINE(EET_OLD_EET_FILE_FORMAT, 1, [support old eet file format])
-else
-  AC_DEFINE(EET_OLD_EET_FILE_FORMAT, 0, [support old eet file format])
-fi
-
-dnl Assert or fail.
-prefer_assert="no"
-AC_ARG_ENABLE(assert,
-  AC_HELP_STRING(
-    [--enable-assert],
-    [enable assert, [[default=disabled]]]
-  ),
-  [ prefer_assert=$enableval ]
-)
-AM_CONDITIONAL(EET_ASSERT, test "x$prefer_assert" = "xyes")
-if test "x$prefer_assert" = "xno"; then
-  cflags="$cflags -DNDEBUG"
-fi
-
-#AM_CHECK_DOXYGEN()
-
-AC_OUTPUT([
-Makefile
-eet.pc
-eet.c
-src/Makefile
-src/lib/Makefile
-src/bin/Makefile
-src/tests/Makefile
-README
-eet.spec
-])
-
-
-#####################################################################
-## Info
-
-echo
-echo
-echo
-echo "------------------------------------------------------------------------"
-echo "$PACKAGE_NAME $PACKAGE_VERSION"
-echo "------------------------------------------------------------------------"
-echo
-echo "Configuration Options Summary:"
-echo
-echo "  Tests................: ${enable_tests}"
-echo "  Coverage.............: ${enable_coverage}"
-echo
-echo "  Old eet file format..: ${old_eet_file_format}"
-echo
-echo "  Compilation..........: make"
-echo
-echo "  Installation.........: make install"
-echo
-echo "    prefix.............: $prefix"
-echo
diff --git a/debian/.cvsignore b/debian/.cvsignore
deleted file mode 100644 (file)
index 85c5efb..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-files
-libeet0
-libeet0-dev
-libeet0.postinst.debhelper
-libeet0.postrm.debhelper
-libeet0.substvars
-tmp
-changelog
diff --git a/debian/changelog.in b/debian/changelog.in
deleted file mode 100644 (file)
index 37c09ac..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-eet (@VERSION@-1) unstable; urgency=low
-
-  * a CVS snapshot release.
-
- -- Falko Schmidt <falko@alphagemini.org>  Fri,  4 Apr 2008 15:13:56 +0000
diff --git a/doc/.cvsignore b/doc/.cvsignore
deleted file mode 100644 (file)
index 8723dbe..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Makefile
-Makefile.in
-html
-latex
-man
diff --git a/doc/Doxyfile b/doc/Doxyfile
deleted file mode 100644 (file)
index b553e4c..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-PROJECT_NAME           = Eet
-PROJECT_NUMBER         =
-OUTPUT_DIRECTORY       = .
-INPUT                  = ../eet.c ../src/lib
-IMAGE_PATH             = img
-OUTPUT_LANGUAGE        = English
-GENERATE_HTML          = YES
-HTML_OUTPUT            = html
-HTML_FILE_EXTENSION    = .html
-HTML_HEADER            = head.html
-HTML_FOOTER            = foot.html
-HTML_STYLESHEET        = eet.css
-HTML_ALIGN_MEMBERS     = YES
-ENUM_VALUES_PER_LINE   = 1
-GENERATE_HTMLHELP      = NO
-CHM_FILE               = 
-HHC_LOCATION           = 
-GENERATE_CHI           = NO
-BINARY_TOC             = NO
-TOC_EXPAND             = NO
-DISABLE_INDEX          = NO
-EXTRACT_ALL            = NO
-EXTRACT_PRIVATE        = NO
-EXTRACT_STATIC         = NO
-EXTRACT_LOCAL_CLASSES  = NO
-HIDE_UNDOC_MEMBERS     = YES
-HIDE_UNDOC_CLASSES     = YES
-HIDE_FRIEND_COMPOUNDS  = YES
-BRIEF_MEMBER_DESC      = YES
-REPEAT_BRIEF           = YES
-ALWAYS_DETAILED_SEC    = NO
-INLINE_INHERITED_MEMB  = NO
-FULL_PATH_NAMES        = NO
-STRIP_FROM_PATH        = 
-INTERNAL_DOCS          = NO
-STRIP_CODE_COMMENTS    = YES
-CASE_SENSE_NAMES       = YES
-SHORT_NAMES            = NO
-HIDE_SCOPE_NAMES       = NO
-VERBATIM_HEADERS       = NO
-SHOW_INCLUDE_FILES     = NO
-JAVADOC_AUTOBRIEF      = YES
-MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP         = NO
-INHERIT_DOCS           = YES
-INLINE_INFO            = YES
-SORT_MEMBER_DOCS       = YES
-DISTRIBUTE_GROUP_DOC   = NO
-TAB_SIZE               = 2
-GENERATE_TODOLIST      = YES
-GENERATE_TESTLIST      = YES
-GENERATE_BUGLIST       = YES
-GENERATE_DEPRECATEDLIST= YES
-ALIASES                = 
-ENABLED_SECTIONS       = 
-MAX_INITIALIZER_LINES  = 30
-OPTIMIZE_OUTPUT_FOR_C  = YES
-OPTIMIZE_OUTPUT_JAVA   = NO
-SHOW_USED_FILES        = NO
-QUIET                  = NO
-WARNINGS               = YES
-WARN_IF_UNDOCUMENTED   = YES
-WARN_FORMAT            = "$file:$line: $text"
-WARN_LOGFILE           = 
-FILE_PATTERNS          =
-RECURSIVE              = NO
-EXCLUDE                = 
-EXCLUDE_SYMLINKS       = NO
-EXCLUDE_PATTERNS       = 
-EXAMPLE_PATH           = 
-EXAMPLE_PATTERNS       = 
-EXAMPLE_RECURSIVE      = NO
-INPUT_FILTER           = 
-FILTER_SOURCE_FILES    = NO
-SOURCE_BROWSER         = NO
-INLINE_SOURCES         = NO
-REFERENCED_BY_RELATION = YES
-REFERENCES_RELATION    = YES
-ALPHABETICAL_INDEX     = YES
-COLS_IN_ALPHA_INDEX    = 2
-IGNORE_PREFIX          = 
-GENERATE_TREEVIEW      = NO
-TREEVIEW_WIDTH         = 250
-GENERATE_LATEX         = YES
-LATEX_OUTPUT           = latex
-LATEX_CMD_NAME         = latex
-MAKEINDEX_CMD_NAME     = makeindex
-COMPACT_LATEX          = NO
-PAPER_TYPE             = a4wide
-EXTRA_PACKAGES         = 
-LATEX_HEADER           = 
-PDF_HYPERLINKS         = YES
-USE_PDFLATEX           = NO
-LATEX_BATCHMODE        = NO
-GENERATE_RTF           = NO
-RTF_OUTPUT             = rtf
-COMPACT_RTF            = NO
-RTF_HYPERLINKS         = NO
-RTF_STYLESHEET_FILE    = 
-RTF_EXTENSIONS_FILE    = 
-GENERATE_MAN           = YES
-MAN_OUTPUT             = man
-MAN_EXTENSION          = .3
-MAN_LINKS              = YES
-GENERATE_XML           = YES
-XML_SCHEMA             = 
-XML_DTD                = 
-GENERATE_AUTOGEN_DEF   = NO
-ENABLE_PREPROCESSING   = YES
-MACRO_EXPANSION        = NO
-EXPAND_ONLY_PREDEF     = NO
-SEARCH_INCLUDES        = NO
-INCLUDE_PATH           =
-INCLUDE_FILE_PATTERNS  = 
-PREDEFINED             = 
-EXPAND_AS_DEFINED      = 
-SKIP_FUNCTION_MACROS   = YES
-TAGFILES               = 
-GENERATE_TAGFILE       = 
-ALLEXTERNALS           = NO
-EXTERNAL_GROUPS        = YES
-PERL_PATH              = /usr/bin/perl
-CLASS_DIAGRAMS         = NO
-HIDE_UNDOC_RELATIONS   = YES
-HAVE_DOT               = NO
-CLASS_GRAPH            = NO
-COLLABORATION_GRAPH    = NO
-TEMPLATE_RELATIONS     = NO
-INCLUDE_GRAPH          = NO
-INCLUDED_BY_GRAPH      = NO
-GRAPHICAL_HIERARCHY    = NO
-DOT_IMAGE_FORMAT       = png
-DOT_PATH               = 
-DOTFILE_DIRS           = 
-MAX_DOT_GRAPH_WIDTH    = 512
-MAX_DOT_GRAPH_HEIGHT   = 512
-GENERATE_LEGEND        = YES
-DOT_CLEANUP            = YES
-SEARCHENGINE           = NO
diff --git a/doc/eet.css b/doc/eet.css
deleted file mode 100644 (file)
index 6117b39..0000000
+++ /dev/null
@@ -1,178 +0,0 @@
-td.md { 
- background-color: #ffffff;
- font-family: monospace;
- text-align: left;
- vertical-align: center;
- font-size: 10;
- padding-right  : 1px; 
- padding-top    : 1px; 
- padding-left   : 1px; 
- padding-bottom : 1px; 
- margin-left    : 1px; 
- margin-right   : 1px; 
- margin-top     : 1px; 
- margin-bottom  : 1px  
-}
-td.mdname { 
- font-family: monospace;
- text-align: left;
- vertical-align: center;
- font-size: 10;
- padding-right  : 1px; 
- padding-top    : 1px; 
- padding-left   : 1px; 
- padding-bottom : 1px; 
- margin-left    : 1px; 
- margin-right   : 1px; 
- margin-top     : 1px; 
- margin-bottom  : 1px  
-}
-h1
-{
- text-align: center;
- color: #333333
-}
-h2
-{
- text-align: left;
- color: #333333
-}
-h3
-{
- text-align: left;
- color: #333333
-}
-a:link
-{
- text-decoration: none;
- color: #444444;
- font-weight: bold;
-}
-a:visited
-{
- text-decoration: none;
- color: #666666;
- font-weight: bold;
-}
-a:hover
-{
- text-decoration: none;
- color: #000000;
- font-weight: bold;
-}
-a.nav:link
-{
- text-decoration: none;
- color: #444444;
- font-weight: normal;
-}
-a.nav:visited
-{
- text-decoration: none;
- color: #666666;
- font-weight: normal;
-}
-a.nav:hover
-{
- text-decoration: none;
- color: #000000;
- font-weight: normal;
-}
-a.qindex:link
-{
- text-decoration: none;
- color: #444444;
- font-weight: normal;
-}
-a.qindex:visited
-{
- text-decoration: none;
- color: #666666;
- font-weight: normal;
-}
-a.qindex:hover
-{
- text-decoration: none;
- color: #000000;
- font-weight: normal;
-}
-p
-{
- color: #000000;
- font-family: sans-serif;
- font-size: 10;
-}
-body { 
- background-image: url("hilite.png");
- background-repeat: no-repeat;
- background-position: left top;
- background-color: #dddddd;
- color: #000000;
- font-family: sans-serif;
- padding: 8px;
- margin: 0;
-}
-div.fragment
-{
- background-image: url("hilite.png");
- background-repeat: no-repeat;
- background-position: left top;
- border: thin solid #888888;
- background-color: #eeeeee;
- padding: 4px;
- text-align: left;
- vertical-align: center;
- font-size: 12;
-}
-hr
-{
- border: 0;
- background-color: #000000;
- width: 80%;
- height: 1;
-}
-dl
-{
- background-image: url("hilite.png");
- background-repeat: no-repeat;
- background-position: left top;
- border: thin solid #aaaaaa;
- background-color: #eeeeee;
- padding: 4px;
- text-align: left;
- vertical-align: center;
- font-size: 12;
-}
-em
-{
-  color: #334466;
-  font-family: courier;
-  font-size: 10;
-  font-style: normal;
-}
-
-div.nav
-{
- border: thin solid #000000;
- background-color: #ffffff;
- padding: 1px;
- text-align: center;
- vertical-align: center;
- font-size: 12;
-}
-div.body
-{
- border: thin solid #000000;
- background-color: #ffffff;
- padding: 4px;
- text-align: left;
- font-size: 10; 
-}
-div.diag
-{
- border: thin solid #888888;
- background-color: #eeeeee;
- padding: 4px;
- text-align: center;
- font-size: 8; 
-}
diff --git a/doc/img/_.gif b/doc/img/_.gif
deleted file mode 100644 (file)
index 60fa7a1..0000000
Binary files a/doc/img/_.gif and /dev/null differ
diff --git a/doc/img/b.png b/doc/img/b.png
deleted file mode 100644 (file)
index 04e5ac8..0000000
Binary files a/doc/img/b.png and /dev/null differ
diff --git a/doc/img/eet_big.png b/doc/img/eet_big.png
deleted file mode 100644 (file)
index cd818f7..0000000
Binary files a/doc/img/eet_big.png and /dev/null differ
diff --git a/doc/img/eet_mini.png b/doc/img/eet_mini.png
deleted file mode 100644 (file)
index f4f99f0..0000000
Binary files a/doc/img/eet_mini.png and /dev/null differ
diff --git a/doc/img/eet_small.png b/doc/img/eet_small.png
deleted file mode 100644 (file)
index 8bea367..0000000
Binary files a/doc/img/eet_small.png and /dev/null differ
diff --git a/doc/img/n.gif b/doc/img/n.gif
deleted file mode 100644 (file)
index 28608c4..0000000
Binary files a/doc/img/n.gif and /dev/null differ
diff --git a/doc/img/n.png b/doc/img/n.png
deleted file mode 100644 (file)
index 2bb256f..0000000
Binary files a/doc/img/n.png and /dev/null differ
diff --git a/doc/img/t.gif b/doc/img/t.gif
deleted file mode 100644 (file)
index cff3068..0000000
Binary files a/doc/img/t.gif and /dev/null differ
diff --git a/doc/img/t.png b/doc/img/t.png
deleted file mode 100644 (file)
index 06b6079..0000000
Binary files a/doc/img/t.png and /dev/null differ
diff --git a/doc/img/tl.gif b/doc/img/tl.gif
deleted file mode 100644 (file)
index 4455dbc..0000000
Binary files a/doc/img/tl.gif and /dev/null differ
diff --git a/doc/img/tl.png b/doc/img/tl.png
deleted file mode 100644 (file)
index 95ae5b6..0000000
Binary files a/doc/img/tl.png and /dev/null differ
diff --git a/eet.c.in b/eet.c.in
deleted file mode 100644 (file)
index 3d6c026..0000000
--- a/eet.c.in
+++ /dev/null
@@ -1,188 +0,0 @@
-/**
-@file eet.c
-@brief Eet Data Handling Library Public API Calls
-
-These routines are used for Eet Library interaction
-*/
-
-/**
-
-@mainpage Eet Library Documentation
-@image html  eet.png
-@version @PACKAGE_VERSION@
-@author Carsten Haitzler <raster\@rasterman.com>
-@date 2000-2008
-
-
-
-
-
-@section intro What is Eet?
-
-It is a tiny library designed to write an arbitary set of chunks of data
-to a file and optionally compress each chunk (very much like a zip file)
-and allow fast random-access reading of the file later on. It does not
-do zip as a zip itself has more complexity than is needed, and it was much
-simpler to impliment this once here.
-
-Eet is extremely fast, small and simple. Eet files can be very small and
-highly compressed, making them very optimal for just sending across the
-internet without having to archive, compress or decompress and install them.
-They allow for lightning-fast random-acess reads once created, making them
-perfect for storing data that is written once (or rarely) and read many
-times, but the program does not want to have to read it all in at once.
-
-It also can encode and decode data structures in memory, as well as image
-data for saving to Eet files or sending across the network to other
-machines, or just writing to arbitary files on the system. All data is
-encoded in a platform independant way and can be written and read by any
-architecture.
-
-
-
-
-
-@section example A simple example on using Eet
-
-Here is a simple example on how to use Eet to save a series of strings to a
-file and load them again. The advantage of using Eet over just fprintf() and
-fscanf() is that not only can these entries be strings, they need no special
-parsing to handle delimiter characters or escaping, they can be binary data,
-image data, data structures containing integers, strings, other data
-structures, linked lists and much more, without the programmer having to
-worry about parsing, and best of all, Eet is very fast.
-
-@code
-#include <Eet.h>
-
-int
-main(int argc, char **argv)
-{
-  Eet_File *ef;
-  int       i;
-  char      buf[32];
-  char     *ret;
-  int       size;
-  char    **entries =
-    {
-      "Entry 1",
-      "Big text string here compared to others",
-      "Eet is cool"
-    };
-
-  eet_init();
-
-  // blindly open an file for output and write strings with their NUL char
-  ef = eet_open("test.eet", EET_FILE_MODE_WRITE);
-  eet_write(ef, "Entry 1", entries[0], strlen(entries[0]) + 1, 0);
-  eet_write(ef, "Entry 2", entries[1], strlen(entries[1]) + 1, 1);
-  eet_write(ef, "Entry 3", entries[2], strlen(entries[2]) + 1, 0);
-  eet_close(ef);
-
-  // open the file again and blindly get the entries we wrote
-  ef = eet_open("test.eet", EET_FILE_MODE_READ);
-  ret = eet_read(ef, "Entry 1", &size);
-  printf("%s\n", ret);
-  ret = eet_read(ef, "Entry 2", &size);
-  printf("%s\n", ret);
-  ret = eet_read(ef, "Entry 3", &size);
-  printf("%s\n", ret);
-  eet_close(ef);
-
-  eet_shutdown();
-}
-@endcode
-
-
-
-
-
-@section format What does an Eet file look like?
-
-The file format is very simple. There is a directory block at the start of
-the file listing entries and offsets into the file where they are stored,
-their sizes, compression flags etc. followed by all the entry data strung one
-element after the other.
-
-All Eet files start with t a 4 byte magic number. It is written using network
-byte-order (big endian, or from most significant byte first to least
-significant byte last) and is 0x1ee7ff00 (or byte by byte 0:1e 1:e7 2:ff
-3:00). The next 4 bytes are an integer (in big endian notation) indicating
-how many entries are stored in the Eet file. 0 indicates it is empty. This is
-a signed integer and thus values less than 0 are invalid, limiting the number
-of entries in an Eet file to 0x7fffffff entries at most. The next 4 bytes is
-the size of the directory table, in bytes, encoded in big-endian format. This
-is a signed integer and cannot be less than 0.
-
-The directory table for the file follows immediately, with a continuous list
-of all entries in the Eet file, their offset in the file etc. The order of
-these entries is not important, but convention would have them be from first
-to last entry in the file. Each directory entry consiste of 5 integers, one
-after the other, each stored as a signed, big endian integer. The first is
-the offset in the file that the data for this entry is stored at (based from
-the very start of the file, not relative to the end of the directory block).
-The second integer holds flags for the entry. currently only the least
-significant bit (bit 0) holds any useful information, and it is set to 1 if
-the entry is compressed using zlib compression calls, or 0 if it is not
-compressed. The next integer is the size of the entry in bytes stored in the
-file. The next integer is the size of the data when decompressed (if it was
-compressed) in bytes. This may be the same as the previous integer if the
-entry was not compressed. The final integer is the number of bytes used by
-the string identifier for the entry, without the NUL byte terminator, which
-is not stored. The next series of bytes is the string name of the entry, with
-the number of bytes being the same as specified in the last integer above.
-This list of entries continues until there are no more entries left to list.
-To read an entry from an Eet file, simply find the appropriate entry in the
-directory table, find it's offset and size, and read it into memory. If it is
-compressed, decompress it using zlib and then use that data.
-
-Here is a data map of an Eet file. All integers are encoded using big-endian
-notation (most significant byte first) and are signed. There is no alignment
-of data, so all data types follow immediately on, one after the other. All
-compressed data is compressed using the zlib compress2() function, and
-decompressed using the zlib uncompress() function. Please see zlib
-documentation for more information as to the encoding of compressed data.
-
-@verbatim
-HEADER:
-[INT] Magic number (0x1ee7ff00)
-[INT] Number of entries in the directory table
-[INT] The size of the directory table, in bytes
-
-DIRECTORY TABLE ENTRIES (as many as specified in the header):
-[INT] Offest from file start at which entry is stored (in bytes)
-[INT] Entry flags (1 = compressed, 0 = not compressed)
-[INT] Size of data chunk in file (in bytes)
-[INT] Size of the data chunk once decompressed (or the same as above, if not)
-[INT] The length of the string itendifier, in bytes, without NUL terminator
-[STR] Series of bytes for the string identifier, no NUL terminator
-... more directory entries
-
-DATA STORED, ONE AFTER ANOTHER:
-[DAT] DATA ENTRY 1...
-[DAT] DATA ENTRY 2...
-[DAT] DATA ENTRY 3...
-... more data chunks
-@endverbatim
-
-The contents of each entry in an Eet file has no defined format as such. It
-is an opaque chunk of data, that is up to the application to deocde, unless
-it is an image, ecoded by Eet, or a data structure encoded by Eet. The data
-itself for these entries can be encoded and decoded by Eet with extra helper
-functions in Eet. eet_data_image_read() and eet_data_image_write() are used
-to handle reading and writing image data from a known Eet file entry name.
-eet_data_read() and eet_data_write() are used to decode and encode program
-data structures from an Eet file, making the loading and saving of program
-information stored in data structures a simple 1 function call process.
-
-Please see src/lib/eet_data.c for information on the format of these
-specially encoded data entries in an Eet file (for now).
-
-
-
-
-
-@todo Add hash table, fixed and variable array encode/decode support.
-@todo Document data format for images and data structures.
-
-*/
diff --git a/gendoc b/gendoc
deleted file mode 100755 (executable)
index a308a05..0000000
--- a/gendoc
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-rm -rf ./doc/html ./doc/latex ./doc/man
-doxygen
-cp doc/img/* doc/html/
-rm -f eet_docs.tar eet_docs.tar.gz
-tar -cvf eet_docs.tar doc/html doc/man doc/latex
-gzip -9 eet_docs.tar
-exit 0
diff --git a/m4/doxygen.m4 b/m4/doxygen.m4
deleted file mode 100644 (file)
index 32c1349..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-dnl Configure script for doxygen
-dnl Vincent Torri 2005-22-09
-dnl
-dnl AM_CHECK_DOXYGEN([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
-dnl Test for the doxygen program, and define BUILD_DOCS and DOXYGEN.
-dnl
-AC_DEFUN([AM_CHECK_DOXYGEN],
-   [
-    DOXYGEN="doxygen"
-    dnl
-    dnl Disable the build of the documentation
-    dnl
-    AC_ARG_ENABLE(
-       [build_docs],
-       AC_HELP_STRING(
-          [--disable-build-docs],
-          [Disable the build of the documentation]),
-       [if test "${disable_build_docs}" = "yes" ; then
-           enable_build_docs="no"
-        else
-           enable_build_docs="yes"
-        fi],
-       [enable_build_docs="yes"])
-    dnl
-    dnl Get the prefix where doxygen is installed.
-    dnl
-    AC_ARG_WITH(
-       [doxygen],
-       AC_HELP_STRING(
-          [--with-doxygen=FILE],
-          [doxygen program to use (eg /usr/bin/doxygen)]),
-       dnl
-       dnl Check the given doxygen program.
-       dnl
-       [DOXYGEN=${withval}
-        AC_CHECK_PROG(
-           [BUILD_DOCS],
-           [${DOXYGEN}],
-           [yes],
-           [no])
-        if test $BUILD_DOCS = no; then
-           echo "WARNING:"
-           echo "The doxygen program you specified:"
-           echo "$DOXYGEN"
-           echo "was not found.  Please check the path and make sure "
-           echo "the program exists and is executable."
-           AC_MSG_WARN(
-              [Warning: no doxygen detected. Documentation will not be built])
-        fi],
-       [AC_CHECK_PROG(
-           [BUILD_DOCS],
-           [${DOXYGEN}],
-           [yes],
-           [no])
-        if test ${BUILD_DOCS} = no; then
-           echo "WARNING:"
-           echo "The doxygen program was not found in your execute"
-           echo "You may have doxygen installed somewhere not covered by your path."
-           echo ""
-           echo "If this is the case make sure you have the packages installed, AND"
-           echo "that the doxygen program is in your execute path (see your"
-           echo "shell's manual page on setting the \$PATH environment variable), OR"
-           echo "alternatively, specify the program to use with --with-doxygen."
-           AC_MSG_WARN(
-              [Warning: no doxygen detected. Documentation will not be built])
-        fi])
-    dnl
-    dnl Substitution
-    dnl
-    AC_SUBST([DOXYGEN])
-    AM_CONDITIONAL(BUILD_DOCS, test "x$BUILD_DOCS" = "xyes")
-   ])
-dnl End of doxygen.m4
diff --git a/src/.cvsignore b/src/.cvsignore
deleted file mode 100644 (file)
index 4137794..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-eet
-eet-config
-libeet.so.0.0.0
-Makefile
-Makefile.in
diff --git a/src/bin/.cvsignore b/src/bin/.cvsignore
deleted file mode 100644 (file)
index 2657148..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.deps
-.libs
-Makefile
-Makefile.in
-eet
diff --git a/src/lib/.cvsignore b/src/lib/.cvsignore
deleted file mode 100644 (file)
index f776647..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-eet
-eet-config
-libeet.so.0.0.0
-.deps
-.libs
-Makefile
-Makefile.in
-*.lo
-libeet.la
-*.gcno
diff --git a/src/lib/eet_memfile.c b/src/lib/eet_memfile.c
deleted file mode 100644 (file)
index 6edbfa6..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-/*
- * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
- */
-
-#define _GNU_SOURCE
-
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#include <stdio.h>
-
-#include "Eet.h"
-#include "Eet_private.h"
-
-FILE *
-_eet_memfile_read_open(const void *data, size_t size)
-{
-#ifdef HAVE_FMEMOPEN
-   return fmemopen((void*)data, size, "rb");
-#else
-   FILE *f;
-
-   f = tmpfile();
-   if (!f)
-     {
-       printf("EET: Error opening tmp file (no fmemopen support fallback):\n");
-       perror("tmpfile()");
-       return NULL;
-     }
-   fwrite(data, size, 1, f);
-   rewind(f);
-   return f;
-#endif
-}
-
-void
-_eet_memfile_read_close(FILE *f)
-{
-#ifdef HAVE_FMEMOPEN
-   fclose(f);
-#else
-   fclose(f);
-#endif
-}
-
-
-typedef struct _Eet_Memfile_Write_Info Eet_Memfile_Write_Info;
-struct _Eet_Memfile_Write_Info
-{
-   FILE *f;
-   void **data;
-   size_t *size;
-};
-
-#ifndef HAVE_OPEN_MEMSTREAM
-static int                     _eet_memfile_info_alloc_num = 0;
-static int                     _eet_memfile_info_num       = 0;
-static Eet_Memfile_Write_Info *_eet_memfile_info           = NULL;
-#endif
-
-void _eet_memfile_shutdown()
-{
-#ifdef HAVE_OPEN_MEMSTREAM
-   return;
-#else
-   int i;
-
-   for (i = 0; i < _eet_memfile_info_num; i++)
-     free(_eet_memfile_info[i].data);
-
-   free(_eet_memfile_info);
-   _eet_memfile_info = NULL;
-#endif
-}
-
-FILE *
-_eet_memfile_write_open(void **data, size_t *size)
-{
-#ifdef HAVE_OPEN_MEMSTREAM
-   return open_memstream((char **)data, size);
-#else
-   FILE *f;
-
-   _eet_memfile_info_num++;
-   if (_eet_memfile_info_num > _eet_memfile_info_alloc_num)
-     {
-       Eet_Memfile_Write_Info *tmp;
-
-       _eet_memfile_info_alloc_num += 16;
-       tmp = realloc(_eet_memfile_info,
-                     _eet_memfile_info_alloc_num *
-                     sizeof(Eet_Memfile_Write_Info));
-       if (!tmp)
-         {
-            _eet_memfile_info_alloc_num -= 16;
-            _eet_memfile_info_num--;
-            return NULL;
-         }
-       _eet_memfile_info = tmp;
-     }
-   f = tmpfile();
-   if (!f)
-     {
-       _eet_memfile_info_num--;
-       return NULL;
-     }
-   _eet_memfile_info[_eet_memfile_info_num - 1].f = f;
-   _eet_memfile_info[_eet_memfile_info_num - 1].data = data;
-   _eet_memfile_info[_eet_memfile_info_num - 1].size = size;
-   return f;
-#endif
-}
-
-void
-_eet_memfile_write_close(FILE *f)
-{
-#ifdef HAVE_OPEN_MEMSTREAM
-   fclose(f);
-#else
-   int i;
-
-   for (i = 0; i < _eet_memfile_info_num; i++)
-     {
-       if (_eet_memfile_info[i].f == f)
-         {
-            int j;
-
-            fseek(f, 0, SEEK_END);
-            (*(_eet_memfile_info[i].size)) = ftell(f);
-            rewind(f);
-            (*(_eet_memfile_info[i].data)) = malloc(*(_eet_memfile_info[i].size));
-            if (!(*(_eet_memfile_info[i].data)))
-              {
-                 fclose(f);
-                 (*(_eet_memfile_info[i].size)) = 0;
-                 return;
-              }
-            fread((*(_eet_memfile_info[i].data)), (*(_eet_memfile_info[i].size)), 1, f);
-            for (j = i + 1; j < _eet_memfile_info_num; j++)
-              _eet_memfile_info[j - 1] = _eet_memfile_info[j];
-            _eet_memfile_info_num--;
-            fclose(f);
-            return;
-         }
-     }
-   fclose(f);
-#endif
-}
diff --git a/src/tests/.cvsignore b/src/tests/.cvsignore
deleted file mode 100644 (file)
index 98ae5f2..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.deps
-.libs
-Makefile
-Makefile.in
-eet_suite
diff --git a/win32/MANIFEST.txt b/win32/MANIFEST.txt
deleted file mode 100644 (file)
index e1272fe..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
- This folder content:
-
-   vs8                          - Visual Studio 8 project files
-     start.bat                    - batch script to start work with the solution
-     eet.sln                      - Eet MSVC solution
-     libeet.vcproj                - libeet project
-
-   set_env.bat                  - common environment startup
-   MANIFEST.txt                 - this file
-   README.txt                   - about this folder
\ No newline at end of file
diff --git a/win32/README.txt b/win32/README.txt
deleted file mode 100644 (file)
index baf3060..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
- This folder contains Microsoft Visual Studion projects for building Eet.
-
-Important:
-
- Do not launch manually any solutions or projects in the folder, to start
- a solution run proper start.bat script, it will setup environment for
- projects and will check system requirements.
diff --git a/win32/set_env.bat b/win32/set_env.bat
deleted file mode 100644 (file)
index ab862d8..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-@echo off
-
-rem Set external libraries directory.
-set EXT_DIR=%cd%\..\..\..\..\extern
-
-if not exist %EXT_DIR% (
-       set EXT_DIR=
-       echo ERROR: External libs dir is not set.
-       pause
-       goto END
-)
-
-rem Add installation directory pathes.
-set INCLUDE=%EXT_DIR%\include;%INCLUDE%
-set LIB=%EXT_DIR%\lib;%LIB%
-
-rem Add Evil lib path
-set EvilInclude=%cd%\..\..\..\proto\evil\src\lib
-set EvilCommon=%cd%\..\..\..\proto\evil\win32\common
-set EvilOut=%cd%\..\..\..\proto\evil\win32\%PROJECT_TYPE%\out
-
-set INCLUDE=%EvilCommon%;%EvilInclude%;%EvilInclude%\dlfcn;%EvilInclude%\mman;%INCLUDE%
-set LIB=%EvilOut%;%LIB%
-
-:END
diff --git a/win32/vs8/eet.sln b/win32/vs8/eet.sln
deleted file mode 100644 (file)
index 24b01bb..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libeet", "libeet.vcproj", "{689B4F2B-666D-439F-9BF3-1203D813DE3F}"
-EndProject
-Global
-       GlobalSection(SolutionConfigurationPlatforms) = preSolution
-               Debug|Win32 = Debug|Win32
-               Release|Win32 = Release|Win32
-       EndGlobalSection
-       GlobalSection(ProjectConfigurationPlatforms) = postSolution
-               {689B4F2B-666D-439F-9BF3-1203D813DE3F}.Debug|Win32.ActiveCfg = Debug|Win32
-               {689B4F2B-666D-439F-9BF3-1203D813DE3F}.Debug|Win32.Build.0 = Debug|Win32
-               {689B4F2B-666D-439F-9BF3-1203D813DE3F}.Release|Win32.ActiveCfg = Release|Win32
-               {689B4F2B-666D-439F-9BF3-1203D813DE3F}.Release|Win32.Build.0 = Release|Win32
-       EndGlobalSection
-       GlobalSection(SolutionProperties) = preSolution
-               HideSolutionNode = FALSE
-       EndGlobalSection
-EndGlobal
diff --git a/win32/vs8/libeet.vcproj b/win32/vs8/libeet.vcproj
deleted file mode 100644 (file)
index 3d0c6a9..0000000
+++ /dev/null
@@ -1,239 +0,0 @@
-<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
-       ProjectType="Visual C++"
-       Version="8,00"
-       Name="libeet"
-       ProjectGUID="{689B4F2B-666D-439F-9BF3-1203D813DE3F}"
-       RootNamespace="libeet"
-       Keyword="Win32Proj"
-       >
-       <Platforms>
-               <Platform
-                       Name="Win32"
-               />
-       </Platforms>
-       <ToolFiles>
-       </ToolFiles>
-       <Configurations>
-               <Configuration
-                       Name="Debug|Win32"
-                       OutputDirectory="$(DebugOutputDirectory)"
-                       IntermediateDirectory="$(TemporaryDirectory)\$(TargetName)\$(ConfigurationName)"
-                       ConfigurationType="2"
-                       CharacterSet="1"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="0"
-                               AdditionalIncludeDirectories="$(INCLUDE)"
-                               PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EFL_EET_BUILD;DLL_EXPORT;HAVE_EVIL;__CRT_INLINE=static;inline=__inline;snprintf=_snprintf_c;EET_OLD_EET_FILE_FORMAT"
-                               MinimalRebuild="true"
-                               BasicRuntimeChecks="3"
-                               RuntimeLibrary="3"
-                               UsePrecompiledHeader="0"
-                               WarningLevel="3"
-                               Detect64BitPortabilityProblems="true"
-                               DebugInformationFormat="4"
-                               CompileAs="0"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLinkerTool"
-                               IgnoreImportLibrary="false"
-                               LinkLibraryDependencies="true"
-                               AdditionalDependencies="zlib.lib jpeg.lib wsock32.lib libmman.lib libevil.lib"
-                               OutputFile="$(OutDir)\libeet.dll"
-                               LinkIncremental="2"
-                               AdditionalLibraryDirectories="$(LIB); $(DebugLibraryDirectory)"
-                               GenerateDebugInformation="true"
-                               SubSystem="2"
-                               TargetMachine="1"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
-                       />
-                       <Tool
-                               Name="VCManifestTool"
-                       />
-                       <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCAppVerifierTool"
-                       />
-                       <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-               <Configuration
-                       Name="Release|Win32"
-                       OutputDirectory="$(ReleaseOutputDirectory)"
-                       IntermediateDirectory="$(TemporaryDirectory)\$(TargetName)\$(ConfigurationName)"
-                       ConfigurationType="2"
-                       CharacterSet="1"
-                       WholeProgramOptimization="1"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               AdditionalIncludeDirectories="$(INCLUDE)"
-                               PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EFL_EET_BUILD;DLL_EXPORT;HAVE_EVIL;__CRT_INLINE=static;inline=__inline;snprintf=_snprintf_c;EET_OLD_EET_FILE_FORMAT"
-                               RuntimeLibrary="2"
-                               UsePrecompiledHeader="0"
-                               WarningLevel="3"
-                               Detect64BitPortabilityProblems="true"
-                               DebugInformationFormat="3"
-                               CompileAs="0"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLinkerTool"
-                               IgnoreImportLibrary="false"
-                               LinkLibraryDependencies="true"
-                               AdditionalDependencies="zlib.lib jpeg.lib wsock32.lib libmman.lib libevil.lib"
-                               OutputFile="$(OutDir)\libeet.dll"
-                               LinkIncremental="1"
-                               AdditionalLibraryDirectories="$(LIB); $(ReleaseLibraryDirectory)"
-                               GenerateDebugInformation="true"
-                               SubSystem="2"
-                               OptimizeReferences="2"
-                               EnableCOMDATFolding="2"
-                               TargetMachine="1"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
-                       />
-                       <Tool
-                               Name="VCManifestTool"
-                       />
-                       <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCAppVerifierTool"
-                       />
-                       <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-       </Configurations>
-       <References>
-       </References>
-       <Files>
-               <Filter
-                       Name="Source Files"
-                       Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
-                       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
-                       >
-                       <File
-                               RelativePath="..\..\src\lib\eet_data.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\src\lib\eet_dictionary.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\src\lib\eet_image.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\src\lib\eet_lib.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\src\lib\eet_memfile.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\src\lib\eet_utils.c"
-                               >
-                       </File>
-               </Filter>
-               <Filter
-                       Name="Header Files"
-                       Filter="h;hpp;hxx;hm;inl;inc;xsd"
-                       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
-                       >
-                       <File
-                               RelativePath="..\..\src\lib\Eet.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\src\lib\Eet_private.h"
-                               >
-                       </File>
-               </Filter>
-               <Filter
-                       Name="Resource Files"
-                       Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
-                       UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
-                       >
-               </Filter>
-       </Files>
-       <Globals>
-       </Globals>
-</VisualStudioProject>
diff --git a/win32/vs8/start.bat b/win32/vs8/start.bat
deleted file mode 100644 (file)
index 7d63109..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-@echo off
-rem Warning: environment is set for Win32 platform.
-
-set PROJECT_TYPE=vs8
-
-pushd ..
-call set_env.bat
-popd
-
-if "%EXT_DIR%" == "" goto END
-
-rem Setup common Win32 environment variables
-
-set SolutionDirectory=%cd%
-set DebugOutputDirectory=%SolutionDirectory%\out
-set ReleaseOutputDirectory=%SolutionDirectory%\out
-set DebugLibraryDirectory=%SolutionDirectory%\out
-set ReleaseLibraryDirectory=%SolutionDirectory%\out
-set TemporaryDirectory=%SolutionDirectory%\temp
-
-rem Check for basic requirements
-if "%VS80COMNTOOLS%" == "" (
-       echo ERROR: Microsoft Visual Studio 2005 is not installed.
-       pause
-       goto END
-)
-
-rem Setting environment for using Microsoft Visual Studio 2005 x86 tools.
-call "%VS80COMNTOOLS%vsvars32.bat"
-
-eet.sln
-
-:END
\ No newline at end of file