[DEV] add readme and add template test
This commit is contained in:
parent
31bdec208d
commit
7b80e94528
84
.gitignore
vendored
84
.gitignore
vendored
@ -1,28 +1,64 @@
|
|||||||
# Compiled Object files
|
|
||||||
*.slo
|
|
||||||
*.lo
|
|
||||||
*.o
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# Precompiled Headers
|
###################################
|
||||||
*.gch
|
# folders
|
||||||
*.pch
|
###################################
|
||||||
|
CVS
|
||||||
|
.svn
|
||||||
|
Object_*
|
||||||
|
doxygen/API/
|
||||||
|
doxygen/ALL/
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
###################################
|
||||||
*.so
|
# backup files
|
||||||
*.dylib
|
###################################
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
*.old
|
||||||
|
*.bck
|
||||||
|
|
||||||
|
###################################
|
||||||
|
# Compiled source #
|
||||||
|
###################################
|
||||||
|
*.com
|
||||||
|
*.class
|
||||||
*.dll
|
*.dll
|
||||||
|
|
||||||
# Fortran module files
|
|
||||||
*.mod
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.lai
|
|
||||||
*.la
|
|
||||||
*.a
|
|
||||||
*.lib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.o
|
||||||
*.app
|
*.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
52
README.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
Elog
|
||||||
|
====
|
||||||
|
|
||||||
|
`e-log` (ewol Log) is a FREE software.
|
||||||
|
|
||||||
|
Release (master)
|
||||||
|
----------------
|
||||||
|
|
||||||
|
[](https://travis-ci.org/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
|
||||||
|
Developement (dev)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
[](https://travis-ci.org/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
|
||||||
|
[](http://atria-soft.com/ci/atria-soft/elog)
|
||||||
|
[](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
0
test/main.cpp
Normal file
0
test/test_base.cpp
Normal file
0
test/test_base.cpp
Normal file
Loading…
x
Reference in New Issue
Block a user