Skip to content

Commit

Permalink
[version] Update version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Valat committed Dec 2, 2022
1 parent 538f4ef commit 56f47e4
Show file tree
Hide file tree
Showing 125 changed files with 243 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .vscode/snippets/cmake.json
Expand Up @@ -8,7 +8,7 @@
"body": [
"######################################################",
"# PROJECT : numaprof #",
"# VERSION : 1.1.3 #",
"# VERSION : 1.1.4 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/snippets/python.json
Expand Up @@ -8,7 +8,7 @@
"body": [
"######################################################",
"# PROJECT : numaprof #",
"# VERSION : 1.1.3 #",
"# VERSION : 1.1.4 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/snippets/shellscript.json
Expand Up @@ -8,7 +8,7 @@
"body": [
"######################################################",
"# PROJECT : numaprof #",
"# VERSION : 1.1.3 #",
"# VERSION : 1.1.4 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -15,7 +15,7 @@ if (POLICY CMP0048)
endif (POLICY CMP0048)

######################################################
project(numaprof VERSION 1.1.3 LANGUAGES C CXX)
project(numaprof VERSION 1.1.4 LANGUAGES C CXX)

######################################################
#global setup
Expand Down
9 changes: 8 additions & 1 deletion ChangeLog.md
@@ -1,7 +1,14 @@
Change log
==========

1.1.3 - 12/09/2020
1.1.4 - 02/12/2022
------------------

* Fix detection of bower_components/ and deps/ directory in realease version (which already contains them) (#41).
* Upgrade embeded gtest version (1.12.1) to avoid warnings on recent distributions
* Fix unit test on recent ubuntu (22.04) due to move_pages changes.

1.1.3 - 12/09/2022
------------------

* Support of recent version of pintool (> 3.16), tested is 3.24 on ubuntu 22.04.
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
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.3
PROJECT_NUMBER = 1.1.4

# 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
4 changes: 2 additions & 2 deletions cmake/macros.cmake
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions cmake/unittest-macros.cmake
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions configure
@@ -1,8 +1,8 @@
#!/bin/sh
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien #
# LICENSE : Apache 2.0 #
######################################################
Expand Down
6 changes: 3 additions & 3 deletions dev/gen-archive.sh
@@ -1,8 +1,8 @@
#!/bin/bash
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -14,7 +14,7 @@

######################################################
#extract version
version=1.1.3
version=1.1.4
prefix=numaprof-${version}

######################################################
Expand Down
4 changes: 2 additions & 2 deletions dev/update-version.sh
@@ -1,8 +1,8 @@
#!/bin/bash
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions extern-deps/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions extern-deps/from-malt-v2/SymbolRegistry.cpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : MATT
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions extern-deps/iniparser/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions extern-deps/iniparser/src/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions options
@@ -1,8 +1,8 @@
#!/bin/sh
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Sébastien Valat #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/integration/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/integration/pintool/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/integration/pintool/numaprof.cpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien - CERN
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/integration/pintool/scala.sh
@@ -1,8 +1,8 @@
#!/bin/bash
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/integration/scripts/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/integration/scripts/numaprof-pintool.sh.in
@@ -1,8 +1,8 @@
#!/bin/bash
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/integration/scripts/numaprof-to-callgrind.py
Expand Up @@ -2,8 +2,8 @@
# -*- coding: utf-8 -*-
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
6 changes: 3 additions & 3 deletions src/lib/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# 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.3 SOVERSION 1)
set_target_properties(numaprof PROPERTIES VERSION 1.1.4 SOVERSION 1)

######################################################
add_subdirectory(common)
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCache.cpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCache.hpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCacheBuilder.cpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCacheBuilder.hpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCacheDummy.cpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCacheDummy.hpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuSimpleFlatCache.cpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuSimpleFlatCache.hpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuSimpleFlatCacheStatic.hpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuSimpleFlatCacheStatic_impl.hpp
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.3
DATE : 09/2022
VERSION : 1.1.4
DATE : 12/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down

0 comments on commit 56f47e4

Please sign in to comment.