[qet] [GIT] qet/qet.git branch 0.8.1 updated. 0.9-dev-9-g875eaac |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, 0.8.1 has been updated
via 875eaac7665389adc5e5312b6b303363e03ada7a (commit)
via fa9f6b9c03961cc711e973ee02de4290ba6b1abd (commit)
from a6e55e191895a1055e4181c1014401b6f6bb2047 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 875eaac7665389adc5e5312b6b303363e03ada7a
Author: Laurent Trinques <scorpio@xxxxxxxxxxxxxxxx>
Date: Sun Feb 28 18:05:18 2021 +0100
Update SingleApplication to upstream master
commit fa9f6b9c03961cc711e973ee02de4290ba6b1abd
Author: Laurent Trinques <scorpio@xxxxxxxxxxxxxxxx>
Date: Sun Feb 28 17:12:53 2021 +0100
Upgrade pugixml XML parser to 1.11 release
https://pugixml.org/docs/manual.html#v1.11
-----------------------------------------------------------------------
Summary of changes:
SingleApplication/CHANGELOG.md | 69 +-
SingleApplication/CMakeLists.txt | 43 +-
SingleApplication/LICENSE | 2 +-
SingleApplication/README.md | 63 +-
SingleApplication/SingleApplication | 1 +
SingleApplication/examples/basic/CMakeLists.txt | 12 +
SingleApplication/examples/basic/basic.pro | 0
SingleApplication/examples/basic/main.cpp | 2 +
.../examples/calculator/CMakeLists.txt | 21 +
.../examples/calculator/calculator.cpp | 64 +-
.../examples/sending_arguments/CMakeLists.txt | 20 +
.../examples/sending_arguments/main.cpp | 3 +
.../sending_arguments/sending_arguments.pro | 0
SingleApplication/singleapplication.cpp | 351 +-
SingleApplication/singleapplication.h | 202 +-
SingleApplication/singleapplication.pri | 5 +-
SingleApplication/singleapplication_p.cpp | 650 +-
SingleApplication/singleapplication_p.h | 107 +-
sources/pugixml/pugiconfig.hpp | 151 +-
sources/pugixml/pugixml.cpp | 25968 ++++++++++---------
sources/pugixml/pugixml.hpp | 2998 +--
21 files changed, 15551 insertions(+), 15181 deletions(-)
create mode 100644 SingleApplication/SingleApplication
create mode 100644 SingleApplication/examples/basic/CMakeLists.txt
mode change 100644 => 100755 SingleApplication/examples/basic/basic.pro
mode change 100644 => 100755 SingleApplication/examples/basic/main.cpp
create mode 100644 SingleApplication/examples/calculator/CMakeLists.txt
create mode 100644 SingleApplication/examples/sending_arguments/CMakeLists.txt
mode change 100644 => 100755 SingleApplication/examples/sending_arguments/main.cpp
mode change 100644 => 100755 SingleApplication/examples/sending_arguments/sending_arguments.pro
hooks/post-receive
--
qet/qet.git