Commit Graph

662 Commits

Author SHA1 Message Date
Jonas Heinrich
eab3e4bffa
Merge pull request #190087 from victormignot/systemc
systemc: Init at 2.3.3
2022-09-07 21:16:40 +02:00
Victor Mignot
777ba23c17
systemc: Init at 2.3.3 2022-09-07 08:04:56 -04:00
Sandro
6b52fe0b72
Merge pull request #188855 from risicle/ris-hal-fmt-8.0.1-override 2022-09-04 16:30:36 +02:00
Sandro
8e4ec09365
Merge pull request #187023 from panicgh/dataexplorer 2022-09-04 12:01:50 +02:00
Nicolas Benes
16013ac6c4 dataexplorer: init at 3.6.2 2022-09-04 10:53:16 +02:00
R. Ryantm
33c6733a54 nvc: 1.7.0 -> 1.7.1 2022-09-01 14:56:35 +00:00
Robert Scott
29d9c25626 hal-hardware-analyzer: use overridden fmt 8.0.1 for spdlog 2022-08-29 19:44:19 +01:00
Jonas Heinrich
3e1cc19497
Merge pull request #183690 from r-ryantm/auto-update/openhantek6022
openhantek6022: 3.2.5 -> 3.3.1
2022-08-28 14:22:00 +02:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
K900
05aa6c1026 xyce: fix eval after #187842 2022-08-23 09:43:48 +03:00
Sandro
b3da007795
Merge pull request #186604 from panicgh/sigrok 2022-08-17 14:44:28 +02:00
Nicolas Benes
d8f986d902 pulseview: 0.4.1 -> 0.4.2 2022-08-16 15:51:13 +02:00
Artturin
c6568adb00 treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
Christian Kögler
10bf9a30cd
Merge pull request #179082 from k3a/openboardview
openboardview: init at 9.0.3
2022-08-15 16:54:43 +02:00
R. Ryantm
6130491cdf openhantek6022: 3.2.5 -> 3.3.1 2022-08-14 16:16:19 +00:00
Sandro
6a8e911454
Merge pull request #185995 from wegank/nvc-1.7.0 2022-08-14 00:49:15 +02:00
Sebastián Mancilla
b9ce2756a1
Merge pull request #178884 from dtzWill/update/verliator-4.224
verilator: 4.222 -> 4.224
2022-08-12 12:00:50 -04:00
Weijia Wang
0e12c8993e nvc: 1.6.2 -> 1.7.0 2022-08-11 01:27:57 +02:00
R. Ryantm
ea50144392 xschem: 3.0.0 -> 3.1.0 2022-08-06 09:02:23 +00:00
Guillaume Girol
a9cb4fcace
Merge pull request #182348 from muscaln/fritzing-bump
fritzing: unstable-2021-09-22 -> unstable-2022-07-01
2022-08-03 22:16:57 +00:00
evils
bd87e0b8ab
kicad: 6.0.6 -> 6.0.7 (#184935)
and fix handling of the '6.0.7' branch
  not sure how the --heads got in there
2022-08-03 12:36:35 -04:00
Mustafa Çalışkan
8c3afe0978 fritzing: unstable-2021-09-22 -> unstable-2022-07-01 2022-08-03 16:13:41 +03:00
Artturi
aeed5a4f93
Merge pull request #179584 from Artturin/fmtupdate 2022-07-22 21:24:12 +03:00
Robert Scott
6d626b5e11
Merge pull request #182062 from jiegec/hal-hardware-analyzer
hal-hardware-analyzer: fix build with python 3.10
2022-07-20 19:22:04 +01:00
Jiajie Chen
7519d550fa hal-hardware-analyzer: fix build with python 3.10
The build fails with Python 3.10. Applied upstream pr to fix it.
2022-07-20 08:29:28 +08:00
Artturin
9f86e929b0 openroad: 2.0 -> unstable-2022-07-19 2022-07-19 20:48:54 +03:00
K900
0ff0b14968 treewide: more cmake rpath fixups 2022-07-17 17:42:15 +03:00
Aiken Cairncross
d73e58de0a
vhd2vl: Fix executable name (#177493)
* vhd2vl: Fix executable name

* vhd2vl: Fix tests

This partially reverts commit 5d44c9a222.
2022-07-15 16:22:23 +02:00
Sebastián Mancilla
fdfd961ee1 gaw: mark as Linux-only
The error when building on Darwin is:

    sockcon.c:19:10: fatal error: 'linux/tcp.h' file not found

So, it uses Linux-specific headers.
2022-07-09 23:34:54 -04:00
Weijia Wang
22c2fef365 nvc: init at 1.6.2 2022-07-08 07:22:45 +02:00
Rick van Schijndel
5cbfadba69
Merge pull request #178552 from jiegec/gtkwave-darwin
gtkwave: support darwin build
2022-07-07 09:04:12 +02:00
Sergei Trofimovich
8aaed36df3 archimedes: use latest toolchain, not gcc-6
Without the change archimedes fails to build with latest toolchains as:

    ld: archimedes.c:(.text+0xdac7): undefined reference to `rnd'
    ld: archimedes.c:(.text+0xdeab): undefined reference to `rnd'
    ld: archimedes.c:(.text+0xdf13): undefined reference to `rnd'
    ld: archimedes.c:(.text+0xe3ef): undefined reference to `rnd'
    ld: archimedes.o:archimedes.c:(.text+0xe456): more undefined references to `rnd' follow
    ld: archimedes.o: in function `EMC':
    archimedes.c:(.text+0xf11b): undefined reference to `creation'
    ld: archimedes.c:(.text+0xf5f5): undefined reference to `creation'
    ld: archimedes.c:(.text+0xf826): undefined reference to `creation'
    ld: archimedes.c:(.text+0xf9ce): undefined reference to `creation'

The change happens to fix build against clang as well.
2022-07-04 08:20:07 +01:00
Bobby Rong
54503f0e7f
Merge pull request #178505 from evils/kicad-unstable
kicad-unstable: 2022-05-06 -> 2022-06-21
2022-06-30 19:58:26 +08:00
Bobby Rong
f99a7033ff
Merge pull request #178501 from evils/kicad-6.0.6
kicad: 6.0.5 -> 6.0.6
2022-06-30 19:45:21 +08:00
ajs124
0aac41a5d9 maintainers: remove winden
no github account linked
2022-06-29 00:52:14 +02:00
Mario Hros
0570ae054a openboardview: init at 9.0.3 2022-06-27 20:48:38 +02:00
Jiajie Chen
0aec6813da gtkwave: support darwin build
Import two upstream commits to fix compilation under darwin
2022-06-27 15:58:49 +08:00
Will Dietz
d926f00526 verilator: 4.222 -> 4.224
https://github.com/verilator/verilator/blob/v4.224/Changes
2022-06-24 12:26:25 -05:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
Evils
6a66c08222 kicad-unstable: 2022-05-06 -> 2022-06-21
contains fix for upstream issue 9888 (intermittent test failure)
2022-06-22 00:11:15 +02:00
Evils
a746fa431d kicad: 6.0.5 -> 6.0.6 2022-06-21 20:36:17 +02:00
Bobby Rong
e88df1605b
Merge pull request #177930 from lschuermann/dev/update/horizon-eda-2.3.1
horizon-eda: 2.3.0 -> 2.3.1
2022-06-18 22:18:08 +08:00
Sandro
b2e046efae
Merge pull request #176852 from trofi/workaround-fno-common-for-fped
fped: add -fcommon workaround
2022-06-17 22:14:21 +02:00
Leon Schuermann
0f89a22e70 horizon-eda: 2.3.0 -> 2.3.1 2022-06-16 23:05:11 +02:00
Sergei Trofimovich
4c33f198e3 fped: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: postscript.o:postscript.h:29: multiple definition of
      `postscript_params'; fped.o:postscript.h:29: first defined here
2022-06-08 08:32:57 +01:00
Sergei Trofimovich
8b7b76a612 geda: pull upstream fixes for -fno-common toolchains
Without the change builda fails on upstream gcc-10 as:

    ld: gattrib/src/../include/globals.h:97:
      multiple definition of `window'; gattrib/src/../include/globals.h:97: first defined here
2022-06-05 19:42:55 +01:00
Robert Scott
53573e4866
Merge pull request #176278 from risicle/ris-jar-source-provenance
treewide: set `sourceProvenance` for packages containing downloaded jars
2022-06-05 12:04:38 +01:00
Luz
a001dc6e37 ngspice: 36 -> 37 2022-06-05 12:58:26 +02:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Sandro
0950dcd37b
Merge pull request #174261 from LumiGuide/lumi-team
picoscope, openrazer, it87, esptool: move maintainership to new LumiGuide team
2022-05-31 15:40:04 +02:00