Commit Graph

28 Commits

Author SHA1 Message Date
R. Ryantm
e92129e0fd castxml: 0.6.4 -> 0.6.5 2024-04-12 17:20:54 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
91e1f0cae6 castxml: 0.6.3 -> 0.6.4 2024-01-25 12:35:31 +00:00
R. Ryantm
1588ecdbcc castxml: 0.6.2 -> 0.6.3 2024-01-18 02:53:01 +00:00
R. Ryantm
f8d8471b9f castxml: 0.6.1 -> 0.6.2 2023-09-22 12:19:32 +00:00
R. Ryantm
fa7e3d1973 castxml: 0.5.1 -> 0.6.1 2023-03-26 00:41:47 -03:00
Anderson Torres
f4bc305421 castxml: run nixpkgs-fmt
As suggested by RFC 101.
2023-01-25 10:58:44 -03:00
AndersonTorres
dae55bc2bd castxml: remove inherit (.*) reference on all-packages.nix
According to the issue linked at the end, filling arguments for `callPackage` in
all-packages.nix breaks splicing and makes the expressions incompatible with
cross-compilation.

This issue is more pronounced in the many `inherit (darwin)` calls. However, it
is present in similar contexts too.

The idea here is not the smartest: it just hides those inheritances from
`all-packages.nix` and sends them to the `default.nix` expressions.

Issue: https://github.com/NixOS/nixpkgs/issues/204303
2022-12-30 00:08:26 -03:00
R. Ryantm
41698c76ae castxml: 0.5.0 -> 0.5.1 2022-12-15 15:26:47 +00:00
R. Ryantm
61e4c9017f castxml: 0.4.8 -> 0.5.0 2022-12-07 21:03:20 +00:00
R. Ryantm
752988463a castxml: 0.4.7 -> 0.4.8 2022-11-23 18:11:33 +00:00
AndersonTorres
bb0cdad58a castxml: 0.4.6 -> 0.4.7 2022-11-12 21:20:24 -03:00
R. Ryantm
c2e8ee4230 castxml: 0.4.4 -> 0.4.6 2022-09-01 09:49:28 +00:00
Dmitry Kalinkin
a3f99775da
Revert "castxml: mark as broken on Darwin"
The package was marked as broken on master, but is fixed in this
iteration of staging.

This reverts commit d5eaacf7db.
2022-01-04 16:20:42 -05:00
AndersonTorres
d5eaacf7db castxml: mark as broken on Darwin 2022-01-03 22:51:22 -03:00
AndersonTorres
8665f3888b castxml: 0.4.3 -> 0.4.4 2022-01-03 21:16:21 -03:00
Jonathan Ringer
c507165567 castxml: fix build 2021-05-08 01:29:18 -07:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
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
  db29857eb3, 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-04-30 05:41:00 +00:00
AndersonTorres
a6ada3b655 castxml: 0.3.4 -> 0.4.3
Also,
- Add myself to maintainers
- Make the dependencies explicit, instead of using "indirections"
2021-03-14 22:08:22 -03:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
braunse
a74a5c9d92
CastXML: refactor to avoid python2 dependency (#101996)
Switch pythonPackages.sphinx to python3Packages.sphinx. Should
only affect the build of the man-page.
2020-10-29 10:01:18 +01:00
David Rusu
48dfc9fa97
castxml: 0.2.0 -> 0.3.4 (#95080) 2020-08-13 18:51:08 +02:00
Alexander Krotov
6a5213c740 castxml: set correct -DCLANG_RESOURCE_DIR
Fixes #66456
2019-08-15 20:35:07 +09:00
Renaud
d7f6429c0e
castxml: 20180403 -> 0.2.0
0.2.0 is the first tagged release from upstream
Published 2019-04-18
2019-05-22 23:43:18 +02:00
Josef Kemetmüller
4ab5625c95 castxml: Fix build (#46442) 2018-09-09 22:18:34 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan
038a0c9a60 treewide: http to https 2018-04-30 21:39:20 -07:00
Matthieu Coudron
37210d4938 castxml: init at 20180403
4 tests are ignored because the regex don't match with custom clang
output see:
https://github.com/CastXML/CastXML/issues/90
2018-04-05 18:26:37 +09:00