Skip to content

Commit

Permalink
[version] Update version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svalat committed Nov 14, 2020
1 parent 7021f65 commit 1803f66
Show file tree
Hide file tree
Showing 125 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .vscode/snippets/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"body": [
"######################################################",
"# PROJECT : numaprof #",
"# VERSION : 1.1.1 #",
"# VERSION : 1.1.2 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/snippets/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"body": [
"######################################################",
"# PROJECT : numaprof #",
"# VERSION : 1.1.1 #",
"# VERSION : 1.1.2 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/snippets/shellscript.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"body": [
"######################################################",
"# PROJECT : numaprof #",
"# VERSION : 1.1.1 #",
"# VERSION : 1.1.2 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change log
==========

master
------
1.1.2 - 14/11/2020
------------------

* Fix issue with ALSR & fPIE on new linux distribution like debian/ubuntu

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Numaprof
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.1.1
PROJECT_NUMBER = 1.1.2

# 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 a
Expand Down
2 changes: 1 addition & 1 deletion cmake/macros.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion cmake/unittest-macros.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
4 changes: 2 additions & 2 deletions dev/gen-archive.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand All @@ -14,7 +14,7 @@

######################################################
#extract version
version=1.1.1
version=1.1.2
prefix=numaprof-${version}

######################################################
Expand Down
2 changes: 1 addition & 1 deletion dev/update-version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/from-malt-v2/SymbolRegistry.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : MATT
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/iniparser/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion extern-deps/iniparser/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion options
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Sébastien Valat #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion src/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion src/integration/pintool/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion src/integration/pintool/numaprof.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien - CERN
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/integration/pintool/scala.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion src/integration/scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion src/integration/scripts/numaprof-pintool.sh.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion src/integration/scripts/numaprof-to-callgrind.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
4 changes: 2 additions & 2 deletions src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand All @@ -21,7 +21,7 @@ add_library(numaprof SHARED $<TARGET_OBJECTS:numaprof-core>
$<TARGET_OBJECTS:iniparser>)
target_link_libraries(numaprof ${NUMACTL_LIBRARY})
target_link_libraries(numaprof dl)
set_target_properties(numaprof PROPERTIES VERSION 1.1.1 SOVERSION 1)
set_target_properties(numaprof PROPERTIES VERSION 1.1.2 SOVERSION 1)

######################################################
add_subdirectory(common)
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CpuCache.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CpuCache.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CpuCacheBuilder.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CpuCacheBuilder.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CpuCacheDummy.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CpuCacheDummy.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CpuSimpleFlatCache.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CpuSimpleFlatCache.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CpuSimpleFlatCacheStatic.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/caches/CpuSimpleFlatCacheStatic_impl.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.1 #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/Debug.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien - CERN
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/Debug.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien - CERN
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/FormattedMessage.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : MALT
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/FormattedMessage.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : NUMAPROF
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/Helper.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien - CERN
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/Helper.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien - CERN
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/Options.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien - CERN
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/Options.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien - CERN
LICENSE : CeCILL-C
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/StaticAssoCache.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.1
VERSION : 1.1.2
DATE : 11/2020
AUTHOR : Valat Sébastien - CERN
LICENSE : CeCILL-C
Expand Down
Loading

0 comments on commit 1803f66

Please sign in to comment.