summary refs log tree commit diff
path: root/pkgs/development/tools/boomerang
Commit message (Collapse)AuthorAge
* boomerang: 0.5.1 -> 0.5.2Will Dietz2020-01-12
| | | | https://github.com/BoomerangDecompiler/boomerang/releases/tag/v0.5.2
* boomerang: be less verbose/explicit, save for problematic upstreamWill Dietz2019-10-24
| | | Co-Authored-By: Jon <jonringer@users.noreply.github.com>
* boomerang: use qt's mkDerivationWill Dietz2019-10-23
|
* boomerang: 0.5.0 -> 0.5.1Will Dietz2019-10-23
|
* boomerang: remove deprecated fixups/workaroundsWill Dietz2019-10-23
| | | | If they're still needed they should be reworked so they apply :)
* boomerang: 0.4.0-alpha-2018-10-25 -> 0.5.0Will Dietz2019-10-23
| | | | https://github.com/BoomerangDecompiler/boomerang/releases/tag/v0.5.0
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* boomerang: 2018-01-18 -> 2018-07-03Will Dietz2018-07-03
|
* boomerang: switch to new active fork, cleanup, maintainWill Dietz2018-01-21
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* boomerang: update to latest git, un-mark brokenWill Dietz2017-03-30
| | | | | | | * Now with Qt UI * Rework kludges to help boomerang find itself * update/rework cmake bits for installation * Fix output directory path defaults
* boomerang: mark as brokenRobin Gloster2017-03-30
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-24
| | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
* boomerang: Refactor and fix build.aszlig2013-08-27
| | | | | | | | | | | | | | | | | | | | | Thanks to @phreedom for reporting the broken URL used fetchgit, which was because I deleted my fork repository. Fortunately, in the meantime other forks got to a more "working" state and being more actively maintained than my fork. So that's why I switched using @nemerle's fork now, as it is the the most usable one out there, at least in our case. One stupid thing I've done in the first place was to use "1.0pre" as the version and the fork uses "alpha 0.3.2", so it essentially is some kind of a "downgrade" if you just look at the version. Fortunately, peer-unreviewed research based on guesswork has shown that I'm the only one using Boomerang on NixOS, so this shouldn't have a big impact on the other non-existent users. Also, this drops dependencies on boehmgc and cppunit, because building with either one or both will fail at the moment. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* boomerang: Fix prefix in dlopen().aszlig2012-08-10
| | | | | We already have the correct library dir in our search path, so we don't need to prepend lib/ again.
* boomerang: Fix endless loop in createDirectory().aszlig2012-08-10
| | | | Fix is on GitHub, so changing the git URL to point to the commit ID of my fix.
* boomerang: New package from the fork.aszlig2012-08-09
This adds the boomerang decompiler, which has been forked on github because of some years of inactivity.