[DEV] add readme and add template test

This commit is contained in:
Edouard DUPIN 2016-03-14 21:43:23 +01:00
parent 31bdec208d
commit 7b80e94528
4 changed files with 112 additions and 24 deletions

84
.gitignore vendored
View File

@ -1,28 +1,64 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
###################################
# folders
###################################
CVS
.svn
Object_*
doxygen/API/
doxygen/ALL/
# Compiled Dynamic libraries
*.so
*.dylib
###################################
# backup files
###################################
*~
*.swp
*.old
*.bck
###################################
# Compiled source #
###################################
*.com
*.class
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
*.o
*.so
*.pyc
tags
#ewol
out
ewol_debug
ewol_release
###################################
# Packages #
###################################
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
###################################
# Logs and databases #
###################################
*.log
*.sql
*.sqlite
###################################
# OS generated files #
###################################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
Sources/libewol/ewol/os/AndroidAbstraction.cpp
org_ewol_EwolConstants.h

52
README.md Normal file
View File

@ -0,0 +1,52 @@
Elog
====
`e-log` (ewol Log) is a FREE software.
Release (master)
----------------
[![Build Status](https://travis-ci.org/atria-soft/elog.svg?branch=master)](https://travis-ci.org/atria-soft/elog)
[![Coverage Status](http://atria-soft.com/ci/coverage/atria-soft/elog.svg?branch=master)](http://atria-soft.com/ci/atria-soft/elog)
[![Test Status](http://atria-soft.com/ci/test/atria-soft/elog.svg?branch=master)](http://atria-soft.com/ci/atria-soft/elog)
[![Warning Status](http://atria-soft.com/ci/warning/atria-soft/elog.svg?branch=master)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=master&tag=Linux)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=master&tag=MacOs)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=master&tag=Mingw)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=master&tag=Android)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=master&tag=IOs)](http://atria-soft.com/ci/atria-soft/elog)
Developement (dev)
------------------
[![Build Status](https://travis-ci.org/atria-soft/elog.svg?branch=dev)](https://travis-ci.org/atria-soft/elog)
[![Coverage Status](http://atria-soft.com/ci/coverage/atria-soft/elog.svg?branch=dev)](http://atria-soft.com/ci/atria-soft/elog)
[![Test Status](http://atria-soft.com/ci/test/atria-soft/elog.svg?branch=dev)](http://atria-soft.com/ci/atria-soft/elog)
[![Warning Status](http://atria-soft.com/ci/warning/atria-soft/elog.svg?branch=dev)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=dev&tag=Linux)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=dev&tag=MacOs)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=dev&tag=Mingw)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=dev&tag=Android)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=dev&tag=IOs)](http://atria-soft.com/ci/atria-soft/elog)
License (APACHE v2.0)
=====================
Copyright elog Edouard DUPIN
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

0
test/main.cpp Normal file
View File

0
test/test_base.cpp Normal file
View File