Skip to content

Commit

Permalink
* Make release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Valat committed Dec 18, 2015
1 parent b7b499f commit a565738
Show file tree
Hide file tree
Showing 113 changed files with 229 additions and 215 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -10,7 +10,7 @@
#Cmake basic options
cmake_minimum_required(VERSION 2.6)
project(htopml)
set(HTMLTOP_VERSION "0.1.0-dev")
set(HTMLTOP_VERSION "0.1.0")

######################################################
#global setup
Expand Down
14 changes: 14 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################

Version 0.1.0 (December 21, 2015)

* First release
* Provide basic example of htop
* Provide some plugin examples (malloc, statm, open files, env...)
* First real usage in one project (lhcb-daqpipe-v2)
4 changes: 2 additions & 2 deletions DEPENDENCIES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = htopml
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 0.1.0-dev
PROJECT_NUMBER = 0.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindsvUnitTest.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : svUnitTest #
# VERSION : 0.5.0-dev #
# DATE : 11/2012 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions cmake/check-deps.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htmltop #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
6 changes: 3 additions & 3 deletions cmake/cpack-options.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htmltop #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -16,7 +16,7 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Provide a quick way to get a HTML tool li
SET(CPACK_PACKAGE_VENDOR "Sébastien Valat")
# SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/ReadMe.txt")
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING-EN.txt")
SET(CPACK_PACKAGE_VERSION "0.1.0-dev")
SET(CPACK_PACKAGE_VERSION "0.1.0")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "1")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
Expand Down
4 changes: 2 additions & 2 deletions cmake/enable-options.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htmltop #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions cmake/unittest-macros.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htmltop #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions cmake/user-options.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htmltop #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
######################################################
# PROJECT : htmltop #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions dev-scripts/run_test_coverage.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
######################################################
# PROJECT : htmltop #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions dev-scripts/update_version_number.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
######################################################
# PROJECT : htmltop #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions extern-deps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions extern-deps/mongoose/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions extern-deps/mongoose/README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/svUnitTest_fake/svUnitTest/svUnitTest.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : svUnitTest
VERSION : 0.5.0-dev
DATE : 11/2012
DATE : 12/2015
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/svUnitTest_fake/svUnitTest/svutAssert.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : svUnitTest
VERSION : 0.5.0-dev
DATE : 11/2012
DATE : 12/2015
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/svUnitTest_fake/svUnitTest/svutAsserter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : svUnitTest
VERSION : 0.5.0-dev
DATE : 11/2012
DATE : 12/2015
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/svUnitTest_fake/svUnitTest/svutDefaultMain.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : svUnitTest
VERSION : 0.5.0-dev
DATE : 11/2012
DATE : 12/2015
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/svUnitTest_fake/svUnitTest/svutExAssert.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : svUnitTest
VERSION : 0.5.0-dev
DATE : 11/2012
DATE : 12/2015
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/svUnitTest_fake/svUnitTest/svutFlatTestCase.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : svUnitTest
VERSION : 0.5.0-dev
DATE : 11/2012
DATE : 12/2015
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/svUnitTest_fake/svUnitTest/svutTestCase.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : svUnitTest
VERSION : 0.5.0-dev
DATE : 11/2012
DATE : 12/2015
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions modules/environ/environ.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!--
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions modules/generic-values/generic-values.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!--
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions modules/malloc/malloc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!--
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions modules/openedfiles/openedfiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!--
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions modules/statm/statm.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : htopml
VERSION : 0.1.0-dev
DATE : 11/2012
VERSION : 0.1.0
DATE : 12/2015
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions modules/statm/statm.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : htopml
VERSION : 0.1.0-dev
DATE : 11/2012
VERSION : 0.1.0
DATE : 12/2015
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions modules/statm/statm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!--
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions modules/sysinfo/sysinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!--
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/generators/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/generators/htopml-generate.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/generators/htopml-project.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!--
######################################################
# PROJECT : htopml #
# VERSION : 0.1.0-dev #
# DATE : 11/2012 #
# VERSION : 0.1.0 #
# DATE : 12/2015 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
Loading

0 comments on commit a565738

Please sign in to comment.