diff --git a/.gitignore b/.gitignore index b8bd026..b08d134 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..b20750a --- /dev/null +++ b/README.md @@ -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. + diff --git a/test/main.cpp b/test/main.cpp new file mode 100644 index 0000000..e69de29 diff --git a/test/test_base.cpp b/test/test_base.cpp new file mode 100644 index 0000000..e69de29