[qet] [GIT] qet/qet.git branch 081 updated. 0.9-dev-9-g264392c |
[ 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, 081 has been updated
via 264392cd0e5075fc54d8e8d0481289c86a9f5a26 (commit)
via f53e42977165c6d559fe8f5dee23a08a72c64be6 (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 264392cd0e5075fc54d8e8d0481289c86a9f5a26
Author: Laurent Trinques <scorpio@xxxxxxxxxxxxxxxx>
Date: Sun Feb 28 18:05:18 2021 +0100
Update SingleApplication to upstream master
commit f53e42977165c6d559fe8f5dee23a08a72c64be6
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