- Jan 21, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5407]]
-
Oliver Sander authored
[[Imported from SVN: r5406]]
-
Oliver Sander authored
[[Imported from SVN: r5405]]
-
Oliver Sander authored
[[Imported from SVN: r5404]]
-
Oliver Sander authored
[[Imported from SVN: r5403]]
-
- Jan 14, 2009
-
-
Jorrit Fahlke authored
[[Imported from SVN: r5402]]
-
- Jan 04, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r5401]]
-
- Dec 28, 2008
-
-
Jorrit Fahlke authored
* SunOS basic regexps are very /basic/: no support for character classes like [:alnum:], no '+' (not even '\+') and the greediness of stuff like '\{m,n\}' is not well defined, which is a problem in sed 's/.../.../' (according to the man page, it should work only with regular expressions matching a single character, i.e. not with '\(...\)'). Therefore, a lot of parsers had to be rewritten, especially the one for (versioned) dependencies. * Don't use grep's -q option, it's not portable. Use >/dev/null instead. * Awk on SunOS is very basic as well. Currently it still fails in configure, but at least it gets there... [[Imported from SVN: r5400]]
-
- Dec 24, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r5399]]
-
Oliver Sander authored
Don't include static_assert.hh at the end of the file. Whoever needs this should include it explicitly [[Imported from SVN: r5398]]
-
- Dec 22, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r5397]]
-
Oliver Sander authored
add enable_if as an stl-conforming replacement of EnableIf. Take it from the library header if present. Deprecate EnableIf [[Imported from SVN: r5396]]
-
Jorrit Fahlke authored
[[Imported from SVN: r5395]]
-
Oliver Sander authored
[[Imported from SVN: r5394]]
-
- Dec 16, 2008
-
-
Sven Marnach authored
the git configuration variable dune.autoupdate to "true", for example by git config --add dune.autoupdate true in the directory of the repository which you want to enable auto updating for. I will leave FS#479 open, because git-svn support still is broken. [[Imported from SVN: r5393]]
-
- Dec 10, 2008
-
-
Markus Blatt authored
Fixes flyspray #443. [[Imported from SVN: r5392]]
-
- Dec 05, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5391]]
-
Markus Blatt authored
-o might be at the beginning of the string, which prevented its removal until now and caused linker errors on jugene [[Imported from SVN: r5390]]
-
Martin Nolte authored
[[Imported from SVN: r5389]]
-
- Dec 03, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r5388]]
-
Oliver Sander authored
[[Imported from SVN: r5387]]
-
- Dec 02, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r5386]]
-
Markus Blatt authored
[[Imported from SVN: r5385]]
-
Oliver Sander authored
[[Imported from SVN: r5384]]
-
- Dec 01, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r5383]]
-
- Nov 25, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5382]]
-
Christian Engwer authored
[[Imported from SVN: r5381]]
-
- Nov 23, 2008
-
-
Christian Engwer authored
make headercheck SILENT=1 CXXFLAGS="-Wall -pedantic": * remove spurious ';' [[Imported from SVN: r5380]]
-
- Nov 22, 2008
-
-
Christian Engwer authored
this should fix #466 [[Imported from SVN: r5379]]
-
Christian Engwer authored
[[Imported from SVN: r5378]]
-
- Nov 20, 2008
-
-
Martin Nolte authored
[[Imported from SVN: r5377]]
-
- Nov 18, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5376]]
-
Martin Nolte authored
[[Imported from SVN: r5375]]
-
- Nov 16, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5374]]
-
Martin Nolte authored
[[Imported from SVN: r5373]]
-
- Nov 15, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5372]]
-
Christian Engwer authored
* "make clean all test DEPS=''" runs all tests without config.h * nullptr fails without config.h [[Imported from SVN: r5371]]
-
Christian Engwer authored
[[Imported from SVN: r5370]]
-
Christian Engwer authored
[[Imported from SVN: r5369]]
-
Christian Engwer authored
[[Imported from SVN: r5368]]
-