- Jun 09, 2016
-
-
Ansgar Burchardt authored
-
- Jun 08, 2016
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
Remove remaining occurances of `RCS_ID` that were handled wrongly or not at all by the previous commit.
-
Ansgar Burchardt authored
Most occurances of `RCS_ID` were removed with the following `sed` script: ``` \!/\* \(data for CVS\|RCS string\)!,\!static char! d; \!/\* RCS_ID!,\!\*/! d; ```
-
Christoph Grüninger authored
It's deprecated in C++17. According to H. Sutter, you should "never write register. It's exactly as meaningful as whitespace."
-
- May 06, 2016
-
-
Markus Blatt authored
-
- May 04, 2016
-
-
Markus Blatt authored
-
- May 01, 2016
-
-
Markus Blatt authored
Configure stage runs through, the rest is still untested.
-
- Feb 29, 2016
-
-
Ansgar Burchardt authored
This was reported by Debian's lintian tool.
-
- Jan 03, 2015
-
-
Christoph Grüninger authored
-
- Dec 29, 2014
-
-
Christoph Grüninger authored
-
Oliver Sander authored
During the first run of 'uncrustify', there were a few files which the uncrustify tool couldn't handle, mainly due to weird macro-magic effects. Those files where left as-is, with lots of weird formatting und tabs. This patch now uncrustifies them, too, by neutralizing the macro-magic with some manual intervention.
-
- Dec 27, 2014
-
-
Christoph Grüninger authored
-
- Dec 07, 2014
-
-
Christoph Grüninger authored
-
- Dec 06, 2014
-
-
Christoph Grüninger authored
-
Oliver Sander authored
-
- Dec 05, 2014
-
-
Oliver Sander authored
-
Oliver Sander authored
-
- May 12, 2014
-
-
Ansgar Burchardt authored
This should fix a build failure on ppc64el: +--- | wop.c: In function 'UG::INT OrderFathersXSH(UG::D3::MULTIGRID*, UG::D3::ELEMENT**)': | wop.c:16705:60: error: invalid conversion from 'UG::INT (*)(const void*, const void*) {aka long int (*)(const void*, const void*)}' to '__compar_fn_t {aka int (*)(const void*, const void*)}' [-fpermissive] | qsort((void *)OE_Map, OE_nBndElem, sizeof(MAP), CompareIDs); +--- Reference: https://launchpadlibrarian.net/174208169/buildlog_ubuntu-utopic-ppc64el.ug_3.10.0-1_FAILEDTOBUILD.txt.gz
-
- Apr 09, 2014
-
-
Ansgar Burchardt authored
These common spelling errors were found by Debian's lintian tool.
-
- Mar 25, 2014
-
-
Oliver Sander authored
-
- Mar 10, 2014
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
In particular, replace compiler.h by ugtypes, architecture.h, and ugtime.h. The stuff in compiler.h will from now on be handled by config.h and friends exclusively.
-
- Mar 07, 2014
-
-
Oliver Sander authored
Because nobody uses that compiler for Apple anymore. Apparently they never even did a version for Apples with Intel processor.
-
- Feb 17, 2014
-
-
Oliver Sander authored
-
- Dec 16, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8462]]
-
Oliver Sander authored
[[Imported from SVN: r8461]]
-
Oliver Sander authored
That should allow for about one million processors. When that proves to be insufficient I'll gladly increase the number again. [[Imported from SVN: r8460]]
-
Oliver Sander authored
Allocate them on the heap instead. I want't to make the _MAX value much larger, to accommodate for higher processors numbers. Allocating arrays of that size on the stack would possibly make the stack overflow. [[Imported from SVN: r8459]]
-
Oliver Sander authored
Appearently this originated as a backup of wop.c which ended up in the VCS by accident. I hasn't been touched since 1997, and the code compiles happily without it. [[Imported from SVN: r8458]]
-
- Dec 10, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8455]]
-
- Jul 04, 2010
-
-
Christian Engwer authored
- install all headers to $(prefix)/include/ug [[Imported from SVN: r8374]]
-
- Apr 29, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r8350]]
-
Oliver Sander authored
move ddd stuff into dimension-dependent namespace. This is needed for proper 3d parallel support in Dune. Thanks to Andreas Lauser for the patch [[Imported from SVN: r8348]]
-
- Jan 05, 2009
-
-
Oliver Sander authored
on 64bit architectures (casts from pointer types) with the AutoTools build system. The old build system used to change the definition of INT for this. Not having to do this is more elegant, however, because these casts really only occur at these three places. Thanks to Bernd Flemisch and Andreas Lauser for the patch. [[Imported from SVN: r8343]]
-
- Dec 19, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r8336]]
-
- Jun 02, 2006
-
-
Oliver Sander authored
autoconf convention: include config.h as the first header, ensuring all other included headers know whether we're compiling with the autotools [[Imported from SVN: r8198]]
-
Oliver Sander authored
autoconf convention: include config.h as the first header, ensuring all other included headers know whether we're compiling with the autotools [[Imported from SVN: r8194]]
-
- May 08, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r8184]]
-