Skip to content

Commit

Permalink
[version] Tag version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svalat committed Oct 17, 2020
1 parent 1e99e3c commit b56e40e
Show file tree
Hide file tree
Showing 212 changed files with 429 additions and 429 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 : MALT #",
"# VERSION : 1.3.0-dev #",
"# VERSION : 1.2.1 #",
"# DATE : ${CURRENT_MONTH}/${CURRENT_YEAR} #",
"# AUTHOR : ${1:name} #",
"# LICENSE : CeCILL-C #",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/snippets/cpp.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"body": [
"/*****************************************************",
" PROJECT : MALT",
" VERSION : 1.3.0-dev",
" VERSION : 1.2.1",
" 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 : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -13,7 +13,7 @@ project(MALT)

######################################################
#set versions to dispatch in code
set(MALT_VERSION "1.3.0-dev")
set(MALT_VERSION "1.2.1")
set(MALT_VERSION_NOTE "-dev")
set(MALT_SO_VERSION "1")
set(MALT_JSON_FORMAT_VERSION "1.1")
Expand Down
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Change log
==========

master
------
1.2.1 - 17/10/2020
------------------

- Build support for aarch64
- Fix inlining issue with internal bactrace functions on recent GCC.

1.2.0 - 28/03/2019
1.2.0 - 28/03/2020
------------------

- Fix address solving due to ASLR & fPIE
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 = MALT
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.3.0
PROJECT_NUMBER = 1.2.1

# 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 : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# 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 : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# 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 : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Sebastien Valat #
# LICENSE : CeCILL-C #
######################################################
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 : MATT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -14,7 +14,7 @@

######################################################
#extract version
version=1.3.0-dev
version=1.2.1
prefix=malt-${version}

######################################################
Expand Down
6 changes: 3 additions & 3 deletions dev/packaging.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash
######################################################
# PROJECT : MATT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################

#setup version
VERSION=1.3.0
VERSION=1.2.1
VERSION=$(echo $VERSION | cut -f 1 -d '-')

#exit on error
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 : MATT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# 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.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Sébastien Valat #
# LICENSE : CeCILL-C #
######################################################
Expand Down
32 changes: 16 additions & 16 deletions packaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I. UBUNTU / DEBIAN :
--------------------

This project support the debian packing to build .dev files. To build such package you may use the files in packaging/debian.
First create a directory in your home dir, place the project archive in it and rename it to _1.3.0.orig.tar.gz.
First create a directory in your home dir, place the project archive in it and rename it to _1.2.1.orig.tar.gz.

To setup your working environneemnt, you will found documentation on
https://wiki.ubuntu.com/PbuilderHowto or https://wiki.debian.org/IntroDebianPackaging. We mosly need :
Expand All @@ -21,12 +21,12 @@ https://wiki.ubuntu.com/PbuilderHowto or https://wiki.debian.org/IntroDebianPack

If you work with git version you can build the archive with :

git archive --prefix=malt-1.3.0/ v1.3.0 | gzip > malt_1.3.0.orig.tar.gz
git archive --prefix=malt-1.2.1/ v1.2.1 | gzip > malt_1.2.1.orig.tar.gz

Go to your directory and extract _1.3.0.orig.tar.gz with and go in the directory.
Go to your directory and extract _1.2.1.orig.tar.gz with and go in the directory.

tar -xvzf malt_1.3.0.orig.tar.gz
cd malt-1.3.0
tar -xvzf malt_1.2.1.orig.tar.gz
cd malt-1.2.1

Now go to the -0.0.1 directory and copy the packaging/debian into debian :

Expand Down Expand Up @@ -61,7 +61,7 @@ First ensure to get the required tools :

Now generate the archive file (or download it from internet) :

git archive --prefix=-1.3.0/ 1.3.0 | bzip2 > ~/rpmbuild/SOURCES/-1.3.0.tar.bz2
git archive --prefix=-1.2.1/ 1.2.1 | bzip2 > ~/rpmbuild/SOURCES/-1.2.1.tar.bz2

And build the package :

Expand All @@ -88,25 +88,25 @@ Now get the project archive and place it in /usr/portage/distfiles (or correspon
you work on the git version, you can build the project archive with :

--------------------------------------------------------------------
$user> git archive --prefix=malt-1.3.0/ v1.3.0 | gzip > malt-1.3.0.tar.gz
$user> git archive --prefix=malt-1.2.1/ v1.2.1 | gzip > malt-1.2.1.tar.gz
--------------------------------------------------------------------

Now got to the /usr/local/portage/myoverlay/dev-libs and build the Manifest file :

--------------------------------------------------------------------
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.3.0.ebuild manifest
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.2.1.ebuild manifest
--------------------------------------------------------------------

Ok now you can test the build septs one by one :

--------------------------------------------------------------------
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.3.0.ebuild clean
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.3.0.ebuild fetch
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.3.0.ebuild unpack
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.3.0.ebuild prepare
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.3.0.ebuild configure
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.3.0.ebuild compile
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.3.0.ebuild test
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.2.1.ebuild clean
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.2.1.ebuild fetch
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.2.1.ebuild unpack
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.2.1.ebuild prepare
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.2.1.ebuild configure
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.2.1.ebuild compile
#root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.2.1.ebuild test
--------------------------------------------------------------------

... (I don't do install here bu you also can do preinst, install, postinst, qmerge (maybe qmerge is not a goot idea for the
Expand All @@ -115,6 +115,6 @@ fist testings steps).
Or you can simply run :

--------------------------------------------------------------------
#root> echo "=dev-libs/malt-1.3.0" >> /etc/portage/package.keywords
#root> echo "=dev-libs/malt-1.2.1" >> /etc/portage/package.keywords
#root> emerge -a malt
--------------------------------------------------------------------
6 changes: 3 additions & 3 deletions packaging/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
######################################################
# PROJECT : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################

# Maintainer: Sebastien Valat <sebastien.valat-dev@orange.fr>
pkgname=MALT
pkgver=1.3.0
pkgver=1.2.1
pkgrel=1
pkgdesc="Memory profiling tool to track memory allocations (malloc,free,realloc...)."
arch=('i686' 'x86_64')
Expand Down
4 changes: 2 additions & 2 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
malt (1.3.0) UNRELEASED; urgency=low
malt (1.2.1) UNRELEASED; urgency=low

* Version 1.3.0 of malt
* Version 1.2.1 of malt

-- Sébastien Valat <sebastien.valat.dev@orange.fr> Wed, 07 Feb 2018 20:58:56 +0100
6 changes: 3 additions & 3 deletions packaging/fedora/malt.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
######################################################
# PROJECT : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################

Name: malt
Version: 1.3.0
Version: 1.2.1
Release: 1%{?dist}
Summary: Memory profiling tool to track memory allocations (malloc, realloc, free...)

Expand Down
6 changes: 3 additions & 3 deletions packaging/gentoo/dev-util/malt/malt-1.3.0-dev.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################
# PROJECT : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand All @@ -13,7 +13,7 @@ inherit cmake-utils
RESTRICT="primaryuri"
DESCRIPTION="Memory profiling tool to track memory allocations (malloc,free,realloc...)."
HOMEPAGE="https://github.com/svalat/malt"
SRC_URI="https://github.com/downloads/svalat/malt/malt-1.3.0.tar.bz2"
SRC_URI="https://github.com/downloads/svalat/malt/malt-1.2.1.tar.bz2"

LICENSE="CeCILL-C"
SLOT="0"
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 : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# 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 : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/integration/malt-passwd.sh.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
######################################################
# PROJECT : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/integration/malt-webview.sh.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
######################################################
# PROJECT : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/integration/malt.sh.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
######################################################
# PROJECT : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# 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,7 +1,7 @@
######################################################
# PROJECT : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/lib/common/Array.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : MALT
VERSION : 1.3.0-dev
DATE : 03/2020
VERSION : 1.2.1
DATE : 10/2020
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 : MALT #
# VERSION : 1.3.0-dev #
# DATE : 03/2020 #
# VERSION : 1.2.1 #
# DATE : 10/2020 #
# AUTHOR : Valat Sébastien #
# LICENSE : CeCILL-C #
######################################################
Expand Down
4 changes: 2 additions & 2 deletions src/lib/common/CodeTiming.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : MALT
VERSION : 1.3.0-dev
DATE : 03/2020
VERSION : 1.2.1
DATE : 10/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/common/CodeTiming.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*****************************************************
PROJECT : MALT
VERSION : 1.3.0-dev
DATE : 03/2020
VERSION : 1.2.1
DATE : 10/2020
AUTHOR : Valat Sébastien
LICENSE : CeCILL-C
*****************************************************/
Expand Down
Loading

0 comments on commit b56e40e

Please sign in to comment.