Skip to content

Commit

Permalink
[version] Update version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
svalat committed Sep 12, 2022
1 parent 75079f8 commit 71f2279
Show file tree
Hide file tree
Showing 126 changed files with 295 additions and 293 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.2 #",
"# VERSION : 1.1.3 #",
"# 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.2 #",
"# VERSION : 1.1.3 #",
"# 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.2 #",
"# VERSION : 1.1.3 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
Expand Down
8 changes: 7 additions & 1 deletion Authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ List of authors
* Sébastien Valat (CERN) [2017-2018] -- Original author
* Sébastien Valat (http://svalat.github.io) [2018-*] -- Original author

Thanks for the occasional contributions
---------------------------------------

* Rohan Verma [2022] - Build issue on Fedora

Special thanks
--------------

* Othamn Bouizi [2017] -- Source of the original wishlist

Thanks to CERN for providing access to Intel KNL and NUMA machine to make original test and developement.
Thanks to CERN for providing access to Intel KNL and NUMA machine to make
original tests and developement.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Change log
==========

master
------
1.1.3 - 12/09/2020
------------------

* Support of recent version of pintool (> 3.16), tested is 3.24 on ubuntu 22.04.
* Support of gtest and gmock installed by system when possible to run unit tests.
* Fixe missing include to build on Fedora Gcc 12.

1.1.2 - 14/11/2020
------------------
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.2
PROJECT_NUMBER = 1.1.3

# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 01/2022 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -14,7 +14,7 @@

######################################################
#extract version
version=1.1.2
version=1.1.3
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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/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.2 SOVERSION 1)
set_target_properties(numaprof PROPERTIES VERSION 1.1.3 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.2 #
# DATE : 11/2020 #
# VERSION : 1.1.3 #
# DATE : 09/2022 #
# 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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
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.2
DATE : 11/2020
VERSION : 1.1.3
DATE : 09/2022
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
Loading

0 comments on commit 71f2279

Please sign in to comment.