forked from pool/doxygen
Accepting request 425143 from home:mathletic:branches:devel:tools
update to Doxygen 1.8.12 OBS-URL: https://build.opensuse.org/request/show/425143 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=107
This commit is contained in:
parent
a115fdab30
commit
5548a911c0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:65d08b46e48bd97186aef562dc366681045b119e00f83c5b61d05d37ea154049
|
|
||||||
size 4834291
|
|
3
doxygen-1.8.12.src.tar.gz
Normal file
3
doxygen-1.8.12.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:792d4091cbdf228549ff2033dd71ff7ea5029c6b436317cc5ec866e71302df6c
|
||||||
|
size 4880613
|
@ -4,19 +4,13 @@ Date: Wed, 07 Oct 2015 14:11:22 +0200
|
|||||||
|
|
||||||
doxygen ppc64le ignore DOT NUM THREADS to 0 as a bypass to boo#921577
|
doxygen ppc64le ignore DOT NUM THREADS to 0 as a bypass to boo#921577
|
||||||
|
|
||||||
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
|
|
||||||
---
|
|
||||||
src/dot.cpp | 5 ++++-
|
|
||||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: doxygen-1.8.10/src/dot.cpp
|
|
||||||
===================================================================
|
===================================================================
|
||||||
--- doxygen-1.8.10.orig/src/dot.cpp
|
--- doxygen-1.8.12/src/dot.cpp 2016-05-10 21:51:52.000000000 +0200
|
||||||
+++ doxygen-1.8.10/src/dot.cpp
|
+++ doxygen-1.8.12_new/src/dot.cpp 2016-09-06 19:42:27.244474872 +0200
|
||||||
@@ -1240,9 +1240,12 @@ DotManager::DotManager() : m_dotMaps(100
|
@@ -1192,9 +1192,12 @@
|
||||||
m_queue = new DotRunnerQueue;
|
m_queue = new DotRunnerQueue;
|
||||||
int i;
|
int i;
|
||||||
int numThreads = QMIN(32,Config_getInt("DOT_NUM_THREADS"));
|
int numThreads = QMIN(32,Config_getInt(DOT_NUM_THREADS));
|
||||||
+ if (numThreads==0) {
|
+ if (numThreads==0) {
|
||||||
+ numThreads = 1;
|
+ numThreads = 1;
|
||||||
+ msg("use single threaded despite DOT_NUM_THREADS=0 (bypass boo#921577)\n");
|
+ msg("use single threaded despite DOT_NUM_THREADS=0 (bypass boo#921577)\n");
|
||||||
@ -27,4 +21,3 @@ Index: doxygen-1.8.10/src/dot.cpp
|
|||||||
for (i=0;i<numThreads;i++)
|
for (i=0;i<numThreads;i++)
|
||||||
{
|
{
|
||||||
DotWorkerThread *thread = new DotWorkerThread(m_queue);
|
DotWorkerThread *thread = new DotWorkerThread(m_queue);
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 17:31:33 UTC 2016 - foss@grueninger.de
|
||||||
|
|
||||||
|
- Update to 1.8.12
|
||||||
|
See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
|
||||||
|
- update patch doxygen-dot-one-thread.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 21 12:43:38 UTC 2016 - normand@linux.vnet.ibm.com
|
Thu Apr 21 12:43:38 UTC 2016 - normand@linux.vnet.ibm.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.8.11
|
Version: 1.8.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automated C, C++, and Java Documentation Generator
|
Summary: Automated C, C++, and Java Documentation Generator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user