Skip to content

Commit

Permalink
[release] Update version to 1.1.5 & regen manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
svalat committed Jun 28, 2023
1 parent 0c6719b commit feb3c97
Show file tree
Hide file tree
Showing 125 changed files with 262 additions and 236 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.4 #",
"# VERSION : 1.1.5 #",
"# 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.4 #",
"# VERSION : 1.1.5 #",
"# 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.4 #",
"# VERSION : 1.1.5 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# 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 : numaprof #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# VERSION : 1.1.5 #
# DATE : 06/2023 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -21,7 +21,7 @@ if (CMAKE_VERSION VERSION_LESS 3.0)
set(ENABLE_TESTS OFF)
else (CMAKE_VERSION VERSION_LESS 3.0)
cmake_policy(SET CMP0048 NEW)
project(numaprof VERSION 1.1.4 LANGUAGES C CXX)
project(numaprof VERSION 1.1.5 LANGUAGES C CXX)
endif (CMAKE_VERSION VERSION_LESS 3.0)

######################################################
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

x.y.z - dd/mm/yyyy
1.1.5 - 28/06/2023
------------------

* Support for naming profile files with MPI ranks intead of PID (#36).
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.4
PROJECT_NUMBER = 1.1.5

# 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# VERSION : 1.1.5 #
# DATE : 06/2023 #
# AUTHOR : Valat Sébastien - CERN #
# 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 : numaprof #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# VERSION : 1.1.5 #
# DATE : 06/2023 #
# AUTHOR : Valat Sébastien - CERN #
# 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 : numaprof #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# VERSION : 1.1.5 #
# DATE : 06/2023 #
# AUTHOR : Valat Sébastien #
# LICENSE : Apache 2.0 #
######################################################
Expand Down
6 changes: 3 additions & 3 deletions dev/gen-archive.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# VERSION : 1.1.5 #
# DATE : 06/2023 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -14,7 +14,7 @@

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

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

######################################################
add_subdirectory(common)
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# VERSION : 1.1.5 #
# DATE : 06/2023 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCache.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.4
DATE : 12/2022
VERSION : 1.1.5
DATE : 06/2023
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCache.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.4
DATE : 12/2022
VERSION : 1.1.5
DATE : 06/2023
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCacheBuilder.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.4
DATE : 12/2022
VERSION : 1.1.5
DATE : 06/2023
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCacheBuilder.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.4
DATE : 12/2022
VERSION : 1.1.5
DATE : 06/2023
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCacheDummy.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.4
DATE : 12/2022
VERSION : 1.1.5
DATE : 06/2023
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuCacheDummy.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.4
DATE : 12/2022
VERSION : 1.1.5
DATE : 06/2023
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuSimpleFlatCache.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.4
DATE : 12/2022
VERSION : 1.1.5
DATE : 06/2023
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuSimpleFlatCache.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.4
DATE : 12/2022
VERSION : 1.1.5
DATE : 06/2023
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuSimpleFlatCacheStatic.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.4
DATE : 12/2022
VERSION : 1.1.5
DATE : 06/2023
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CpuSimpleFlatCacheStatic_impl.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : numaprof
VERSION : 1.1.4
DATE : 12/2022
VERSION : 1.1.5
DATE : 06/2023
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.4 #
# DATE : 12/2022 #
# VERSION : 1.1.5 #
# DATE : 06/2023 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
Loading

0 comments on commit feb3c97

Please sign in to comment.