Go to file
2016-04-04 22:24:50 +02:00
catkin [BUILD] correct cakin build 2015-04-14 22:01:37 +02:00
doc [DOC] doc error after correct build 2016-04-04 22:24:50 +02:00
etk [DOC] doc error after correct build 2016-04-04 22:24:50 +02:00
test [DOC] basic step ended all documented 2016-04-04 21:55:27 +02:00
tools [DOC] reduce doxygen warning 2016-04-01 21:30:23 +02:00
.gitignore [DEV] update 'lutin' build system 2013-04-21 22:22:12 +02:00
.travis.yml [CI] reduce log level 2015-12-29 14:33:13 +01:00
CMakeLists.txt [DEV] remove etkRegExp ==> now use generic std::regex 2014-10-08 21:03:32 +02:00
doxy_etk.py [DOC] basic step ended all documented 2016-04-04 21:55:27 +02:00
license.txt [DEV] change licence in APACHE-2.0 2014-08-08 23:57:57 +02:00
lutin_etk-test.py [DEV] update new lutin 0.8.0 2015-10-14 21:21:03 +02:00
lutin_etk.py [DEV] update of external of elog and ethread 2016-03-08 21:29:34 +01:00
lutinParseSubFolders.txt [DEV] add subParser for test 2016-01-18 21:07:45 +01:00
monk_etk.py [DOC] add monk website 2013-12-28 16:07:50 +01:00
README.md [CI] better travis file 2015-12-29 14:32:55 +01:00

etk

etk is a simple basic toolkit to wrap some things (I maybe need not doing it ...)

Release (master)

Build Status Coverage Status Test Status Warning Status

Build Status Build Status Build Status

Build Status Build Status

Developement (dev)

Build Status Coverage Status Test Status Warning Status

Build Status Build Status Build Status

Build Status Build Status

Instructions

download Build system:

sudo pip install lutin
sudo pip install pillow

download the software:

mkdir WORKING_DIRECTORY
cd WORKING_DIRECTORY
git clone https://github.com/atria-soft/etk.git
git clone https://github.com/generic-library/gtest-lutin.git --recursive
git clone https://github.com/generic-library/z-lutin.git --recursive

Compile software:

cd WORKING_DIRECTORY
lutin -C -P etk-test

License (APACHE v2.0)

Copyright etk 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.