Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
twemcache v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Manju Rajashekhar committed Jul 10, 2012
0 parents commit 6b33222
Show file tree
Hide file tree
Showing 83 changed files with 19,358 additions and 0 deletions.
71 changes: 71 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Compiled Object files
*.lo
*.o

# Compiled Dynamic libraries
*.so

# Compiled Static libraries
*.la
*.a

# Compiled misc
*.dep
*.gcda
*.gcno
*.gcov

# Packages
*.tar.gz
*.tar.bz2

# Logs
*.log

# Temporary
*.swp
*.~
*.project
*.cproject

# Core and executable
core*
twemcache

# Autotools
.deps
.libs

/aclocal.m4
/autom4te.cache
/stamp-h1
/autoscan.log
/libtool

/config/compile
/config/config.guess
/config/config.sub
/config/depcomp
/config/install-sh
/config/ltmain.sh
/config/missing
/config

/config.h
/config.h.in
/config.h.in~
/config.log
/config.status
/configure.scan
/configure

Makefile
Makefile.in

# Tests
*.pyc
tests/config/server/default.py
tests/config/data/default.py
tests/config/defaults.py
tests/data/data.default
tests/data/data.config
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: java
before_install:
- sudo apt-get install libevent-dev libevent
script: CFLAGS="-ggdb3 -O0" autoreconf -fvi && ./configure --enable-debug=full && make && sudo make install
Loading

0 comments on commit 6b33222

Please sign in to comment.