aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/documentation/doxygen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: 1.8.19 -> 1.8.20ajs1242020-10-301-15/+13
| | | | | | | also move doxygen_gui to qt5 and modernize the expression a bit enableParallel was disabled, since it reproducably failed on my dual-socket Xeon machine
* doxygen: 1.8.18 -> 1.8.19R. RyanTM2020-08-151-2/+2
|
* doxygen: 1.8.17 -> 1.8.18R. RyanTM2020-04-211-2/+2
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* doxygen: 1.8.15 -> 1.8.17R. RyanTM2020-02-061-2/+2
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-311-1/+1
|
* doxygen: switch to python3Jan Tojnar2019-12-151-4/+8
| | | | Also move the build-time dependencies to nativeBuildInputs, and drop perl as it no longer seems to be necessary (CMake is not looking for it any more).
* doxygen: 1.8.14 -> 1.8.15Vladimír Čunát2019-01-021-2/+2
| | | | | | | | I thought of filing a PR, but it would seem a useless step, even though the release seems to bring lots of changes: http://www.doxygen.nl/manual/changelog.html#log_1_8_15 My relatively simple use case still works (atop 18.09).
* doxygen: add sourceforge as mirrorVladimír Čunát2019-01-021-1/+4
| | | | | It turns out the upstream URL is very slow (for me at least). We get caching through nixos.org, but this shouldn't hurt anyway.
* doxygen: change URLVladimír Čunát2019-01-021-2/+2
| | | | The homepage was 301 Moved Permanently. Note: https won't work.
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-251-0/+1
| | | | trivial part)
* doxygen: 1.8.11 -> 1.8.14Venkateswara Rao Mandela2018-02-031-2/+2
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-1/+1
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-161-1/+0
|
* doxygen: fix finding libiconv after #13856Vladimír Čunát2016-04-081-2/+3
| | | | | The changed the build system to cmake, and it somehow won't find the includes. I'm lazy to investigate details ATM.
* doxygen: fix on darwinAnthony Cowley2016-03-281-0/+3
| | | | | | | This avoids an issue where an old OS X SDK is assumed, leading to a linker error of the form: Undefined symbols: __Unwind_Resume
* doxygen: 1.8.6 -> 1.8.11Raymond Gauthier2016-03-142-53/+9
| | | | | | As per upstream change, now uses cmake. Tested proper function of both `doxygen` and `doxygen_gui`.
* Doxygen: fix build on SmartOSDanny Wilson2015-11-161-0/+2
|
* darwin purity: doxygenJude Taylor2015-09-281-2/+7
|
* Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar2015-01-081-1/+3
| | | | | | This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
* Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar2015-01-021-3/+1
| | | | | (cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
* Fix many package descriptionsBjørn Forsman2014-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
|
* doxygen: Remove 1.7Eelco Dolstra2014-02-281-52/+0
| | | | Current 1.8 seems to generate LaTeX output fine.
* doxygen: Update to 1.8.6Eelco Dolstra2014-02-281-5/+8
|
* doxygen: update from 1.8.3.1 to 1.8.5Nixpkgs Monitor2013-12-151-2/+2
|
* doxygen: update to 1.8.3.1Carles Pagès2013-03-221-2/+2
| | | | There are many bugfixes and some new features over 1.8.1.
* Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-282-2/+2
| | | | Pet peeve...
* Updating doxygen to 1.8.1. It fixes some parsing issues in 1.8.0.Lluís Batlle i Rossell2012-06-131-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=34496
* Doxygen: Reinstate version 1.7.Ludovic Courtès2012-02-281-0/+52
| | | | svn path=/nixpkgs/trunk/; revision=32672
* Updating doxygen to 1.8.0Lluís Batlle i Rossell2012-02-271-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=32619
* State qt version (3/4) in packages, not in all-packages.nixYury G. Kudryashov2012-01-071-7/+7
| | | | svn path=/nixpkgs/trunk/; revision=31406
* doxygen: qt depends on udev(!), so we cannot build the doxygen GUI on other ↵Peter Simons2011-08-091-4/+7
| | | | | | Unix variants svn path=/nixpkgs/trunk/; revision=28448
* * doxygen: only build the Qt GUI in doxygen_gui.Eelco Dolstra2011-07-071-14/+16
| | | | svn path=/nixpkgs/branches/kde-4.7/; revision=27641
* doxygen: updated to version 1.7.4Peter Simons2011-05-051-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=27157
* pkgs/development/tools/documentation/doxygen: move --mandir and --infodir to ↵Peter Simons2010-12-061-1/+1
| | | | | | standard locations svn path=/nixpkgs/trunk/; revision=25010
* pkgs/development/tools/documentation/doxygen: strip trailing whitespacePeter Simons2010-08-261-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=23442
* pkgs/development/tools/documentation/doxygen: updated to version 1.7.1Peter Simons2010-08-261-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=23441
* pkgs/development/tools/documentation/doxygen: updated meta section for HydraPeter Simons2010-08-261-3/+4
| | | | | | Build doxygen on all Unix'ish platforms. svn path=/nixpkgs/trunk/; revision=23440
* Cleaned up the unspecified-extra-argument calls where there is no way to ↵Michael Raskin2010-07-081-3/+3
| | | | | | access extra arguments. Tarball and full instantiation checks passed. svn path=/nixpkgs/trunk/; revision=22539
* Updating doxygen.Lluís Batlle i Rossell2010-02-101-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=19907
* Updating doxygen from 1.5.8 to 1.6.1Lluís Batlle i Rossell2009-11-041-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=18099
* Doxygen 1.5.8.Ludovic Courtès2009-03-052-4/+58
| | | | svn path=/nixpkgs/trunk/; revision=14350
* Added build expression for doxygen 1.5.7.1.Peter Simons2008-10-231-0/+15
svn path=/nixpkgs/trunk/; revision=13106