Skip to content

Commit

Permalink
[vesion] Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svalat committed Nov 1, 2020
1 parent df4181b commit 510d89d
Show file tree
Hide file tree
Showing 122 changed files with 499 additions and 279 deletions.
2 changes: 1 addition & 1 deletion .vscode/snippets/cmake.json
Expand Up @@ -8,7 +8,7 @@
"body": [
"######################################################",
"# PROJECT : numaprof #",
"# VERSION : 1.1.0-dev #",
"# VERSION : 1.1.0 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
Expand Down
1 change: 0 additions & 1 deletion .vscode/snippets/css.json

This file was deleted.

48 changes: 48 additions & 0 deletions .vscode/snippets/css.json
@@ -0,0 +1,48 @@
{
"sep-function": {
"prefix": "sep-function",
"body": "/******************* FUNCTION *********************/",
"description": ""
},
"sep-consts": {
"prefix": "sep-consts",
"body":"/******************** CONSTS **********************/",
"description": ""
},
"sep-using-namespace": {
"prefix": "sep-using-namespace",
"body":"/***************** USING NAMESPACE ******************/"
},
"sep-headers":{
"prefix": "sep-headers",
"body": "/******************** HEADERS *********************/"
},
"sep-namespace": {
"prefix": "sep-namespace",
"body": "/******************** NAMESPACE *******************/"
},
"sep-types": {
"prefix": "sep-types",
"body": "/********************* TYPES **********************/"
},
"sep-class":{
"prefix": "sep-types",
"body": "/********************* CLASS **********************/"
},
"sep-struct": {
"prefix": "sep-struct",
"body": "/********************* STRUCT *********************/"
},
"file-header": {
"prefix":"file-header",
"body": [
"/*****************************************************",
" PROJECT : numaprof",
" VERSION : 1.1.0-dev",
" DATE : ${CURRENT_MONTH}/${CURRENT_YEAR}",
" AUTHOR : ${1:name}",
" LICENSE : CeCILL-C",
"*****************************************************/"
]
}
}
1 change: 0 additions & 1 deletion .vscode/snippets/javascript.json

This file was deleted.

48 changes: 48 additions & 0 deletions .vscode/snippets/javascript.json
@@ -0,0 +1,48 @@
{
"sep-function": {
"prefix": "sep-function",
"body": "/******************* FUNCTION *********************/",
"description": ""
},
"sep-consts": {
"prefix": "sep-consts",
"body":"/******************** CONSTS **********************/",
"description": ""
},
"sep-using-namespace": {
"prefix": "sep-using-namespace",
"body":"/***************** USING NAMESPACE ******************/"
},
"sep-headers":{
"prefix": "sep-headers",
"body": "/******************** HEADERS *********************/"
},
"sep-namespace": {
"prefix": "sep-namespace",
"body": "/******************** NAMESPACE *******************/"
},
"sep-types": {
"prefix": "sep-types",
"body": "/********************* TYPES **********************/"
},
"sep-class":{
"prefix": "sep-types",
"body": "/********************* CLASS **********************/"
},
"sep-struct": {
"prefix": "sep-struct",
"body": "/********************* STRUCT *********************/"
},
"file-header": {
"prefix":"file-header",
"body": [
"/*****************************************************",
" PROJECT : numaprof",
" VERSION : 1.1.0-dev",
" DATE : ${CURRENT_MONTH}/${CURRENT_YEAR}",
" AUTHOR : ${1:name}",
" LICENSE : CeCILL-C",
"*****************************************************/"
]
}
}
1 change: 0 additions & 1 deletion .vscode/snippets/python.json

This file was deleted.

18 changes: 18 additions & 0 deletions .vscode/snippets/python.json
@@ -0,0 +1,18 @@
{
"sep": {
"prefix": "sep",
"body": "######################################################"
},
"file-header": {
"prefix":"file-header",
"body": [
"######################################################",
"# PROJECT : numaprof #",
"# VERSION : 1.1.0 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
"######################################################"
]
}
}
1 change: 0 additions & 1 deletion .vscode/snippets/shellscript.json

This file was deleted.

18 changes: 18 additions & 0 deletions .vscode/snippets/shellscript.json
@@ -0,0 +1,18 @@
{
"sep": {
"prefix": "sep",
"body": "######################################################"
},
"file-header": {
"prefix":"file-header",
"body": [
"######################################################",
"# PROJECT : numaprof #",
"# VERSION : 1.1.0 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
"######################################################"
]
}
}
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.md
@@ -1,8 +1,8 @@
Change log
==========

master
------
1.1.0 - 01/11/2020
------------------

* Now handle local/remote MCDRAM access instead of just MCDRAM.
* Add instruction cache to go faster
Expand Down
4 changes: 2 additions & 2 deletions cmake/macros.cmake
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
6 changes: 3 additions & 3 deletions dev/gen-archive.sh
@@ -1,8 +1,8 @@
#!/bin/bash
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -14,7 +14,7 @@

######################################################
#extract version
version=1.1.0-dev
version=1.1.0
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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev
DATE : 02/2018
VERSION : 1.1.0
DATE : 11/2020
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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 10/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev
DATE : 02/2018
VERSION : 1.1.0
DATE : 11/2020
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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# 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.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/lib/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien - CERN #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/lib/caches/CMakeLists.txt
@@ -1,7 +1,7 @@
######################################################
# PROJECT : numaprof #
# VERSION : 1.1.0-dev #
# DATE : 02/2018 #
# VERSION : 1.1.0 #
# DATE : 11/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down

0 comments on commit 510d89d

Please sign in to comment.