summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/castxml
AgeCommit message (Collapse)Author
2022-09-01castxml: 0.4.4 -> 0.4.6R. Ryantm
2022-01-04Revert "castxml: mark as broken on Darwin"Dmitry Kalinkin
The package was marked as broken on master, but is fixed in this iteration of staging. This reverts commit d5eaacf7db1db3e291501cf9d5d7f1bad37e97af.
2022-01-03castxml: mark as broken on DarwinAndersonTorres
2022-01-03castxml: 0.4.3 -> 0.4.4AndersonTorres
2021-05-08castxml: fix buildJonathan Ringer
2021-04-30llvmPackages: Multuple outputs for everythtingAndrew Childs
Also begin to start work on cross compilation, though that will have to be finished later. The patches are based on the first version of https://reviews.llvm.org/D99484. It's very annoying to do the back-porting but the review has uncovered nothing super major so I'm fine sticking with what I've got. Beyond making the outputs work, I also strove to re-sync the packages, as they have been drifting pointlessly apart for some time. ---- Other misc notes, highly incomplete - lvm-config-native and llvm-config are put in `dev` because they are tools just for build time. - Clang no longer has an lld dep. That was introduced in db29857eb391ed002046090851a44c452b80bdbd, but if clang needs help finding lld when it is used we should just pass it flags / put in the resource dir. Providing it at build time increases critical path length for no good reason. ---- A note on `nativeCC`: `stdenv` takes tools from the previous stage, so: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)` while: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)` 3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-03-14castxml: 0.3.4 -> 0.4.3AndersonTorres
Also, - Add myself to maintainers - Make the dependencies explicit, instead of using "indirections"
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob
2020-10-29CastXML: refactor to avoid python2 dependency (#101996)braunse
Switch pythonPackages.sphinx to python3Packages.sphinx. Should only affect the build of the man-page.
2020-08-13castxml: 0.2.0 -> 0.3.4 (#95080)David Rusu
2019-08-15castxml: set correct -DCLANG_RESOURCE_DIRAlexander Krotov
Fixes #66456
2019-05-22castxml: 20180403 -> 0.2.0Renaud
0.2.0 is the first tagged release from upstream Published 2019-04-18
2018-09-09castxml: Fix build (#46442)Josef Kemetmüller
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-04-30treewide: http to httpsRyan Mulligan
2018-04-05castxml: init at 20180403Matthieu Coudron
4 tests are ignored because the regex don't match with custom clang output see: https://github.com/CastXML/CastXML/issues/90