Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libHTTPDFaust0-2.85.9-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: libHTTPDFaust0 Distribution: openSUSE Tumbleweed
Version: 2.85.9 Vendor: openSUSE
Release: 1.1 Build date: Sun Jul 19 15:28:27 2026
Group: Development/Libraries/Other Build host: reproducible
Size: 428702 Source RPM: faust-2.85.9-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://faust.grame.fr/
Summary: Faust HTTPD Library
Dynamic Faust HTTPD Library.

Provides

Requires

License

GPL-2.0-only

Changelog

* Sun Jul 19 2026 Tobias Görgens <suse.snooper541@passmail.net>
  - update to 2.85.9
    - New
    * Add spcap.dsp example.
    * architecture/rust: register N×M JACK ports based on DSP channel count.
    - Fixed bugs
    * Fix division by zero in uiNumEntry when step is 0.
    * Changed types on inputs and outputs to compute! from overly constrained Matrix to the more useable AbstractMatrix.
    * Correct faustmini/faustmaxi prototypes.
    * Rework JACK and PortAudio Rust architectures.
    - Libraries
    * Add spcap et spcap_ui in spats.lib.
* Mon May 04 2026 Edgar Aichinger <edogawa@aon.at>
  - update to 2.85.5
    - New
    * Implement -it option in Rust backend.
    * Improvements in faust2daisy.
    * Add AssemblyScript backend.
    * Add nam_faust_dsp.h and nam-jack-gtk.cpp to wrap and use NeuralAmpModelerCore code.
    * Add compilation statistics in FIR backend.
    * Add dsp_factory::getJSON method.
    * Extended pattern matching for route.
    * Add Claude generated brightOrgan.
    * Add delay-line options and -scalar mode to faustbench-llvm.
    * Improve rust codegen for wasm target.
    * Update juce-midi.h for recent Juce compatibility.
    - Fixed bugs
    * Various fixes in Rust backed.
    * Incorrect cast of bargraph in FIR generation.
    * Correct SR generation in subcontainers. Add subcontainer1 test and clang-tidy and ASan based tests.
    * Renaming min_i/max_i in faustmini/faustmaxi in C and ocpp backends.
    * Correct -single option in faustbench.
    - Libraries
    * Add bitonic sorter functions, returning the sorted values or the indices of the sorted values.
    * Add klonCentaur effect.
    * Add WDF capacitor_Iout and inductor_Iout
    * Add rpm.sawtooth oscillator.
    * Add ef.doppler_shift pitch shifter.
    * New TwinOsc oscillator.
    * New hysteresis.lib.
    * New debug.lib library.
  - update to 2.83.1
    - New
    * Update faust2android architecture.
    * Rework faust2daisy: fixed bugs related to evolution of libDaisy, options to set where to flash program (FLASH, SRAM, QSPI), Improved SDRAM options. Tests passed for all configurations on Daisy POD, except polyphonic MIDI.
    * Change dsp_memory_manager::info prototype and generation.
    * New -fpga-mem-th option.
    * Adapting JUCE midi to JUCE version 8.
    * Add smoothing_dsp decorator and CLI smoothing flags in dynamic-jack-gtk.
    * Add springreverb.dsp example.
    * In C++ backend, add copy constructor, copy assignment and virtual destructor in the generated C++ class. The clone method now copy the current dsp state.
    * Add tests for -clang option in faustbench.
    * Rework faust2esp32: update for esp-idf 5.2.
    * Complete libfaust-signal.h header for MLIR export.
    - Fixed bugs
    * faust2alsa/alsaconsole/alqt/paconsole/paqt/raqt : add nvoices, effect, soundfile support.
    * Fix Dockerfile: replace ncurses5 with libncurses-dev.
    * Remove -os option in faustbench.
    * Rework ui.js for Max/MSP architecture. Improve documentations.
    * Fix faust2pwgtk -h handing on macOS.
    * Improves UITree construction performance: perf(ui): replace O(n²) sorted insert with O(1) add + final folder sort, so O(n log n) globally.
    - Libraries
    * New motion.lib library.
    * Add Daniel Leonov springreverb and springreverb_demo.
    * Generalize wfs function to use a inProc parameter.
    * Add a bench target which uses faustbench-llvm on all test specs and capture memory/CPU stats.
    * Add tests for each library function, extract them into separate DSP files, and add tools to build and test reference responses. Done with the help of GPT-5 codex.
  - update to 2.81.10
    - New
    * Add dx7.dsp example.
    * Cleanup/rework faust2wwise GSoC project.
    * Cleanup faust2clap GSoC project.
    - Fixed bugs
    * Added init section for polyphonic MIDI in JSFX backed
* Fri Oct 03 2025 Tobias Görgens <suse.snooper541@passmail.net>
  - update to 2.81.8
    - New
    * Paschalis Melissas (melissaspaschalis@gmail.com) faust2wwise GSoC project.
    * Facundo Franchino faust2clap GSoC project.
    * New SignalFIRCompiler (WIP).
    * Use fmin/fmax for real numbers and macros min_i/max_i for integer in ocpp and C backends.
    * Add generateCAuxFilesFromFile2/generateAuxFilesFromString2 functions.
    - Fixed bugs
    * JSFX backend: fixed initialization missing for visible sliders & fixed string matching for polyphonic midi reserved names (exact match)
    * Typos in codebox backend.
    * Add missing shortname entry for soundfile in JSON.
    * remNode should use fmod if one of the two arguments is a float number, cleanup
    - Libraries
    * Major DX7 update.
    * Add ma.unwrap().
    * Correct aa.Rsinh and aa.Rtan.
    * New linsweep/logsweep contributions by Oleg Nesterov.
    * Add an.resonator().
    * Add ba.pick() and ba.pickN().
* Tue Jul 08 2025 Konstantin Voinov <kv@kott.no-ip.biz>
  - update to 2.81.2
    - New
    * Add all MCP related code in McpUI.h, put in the faust/gui.
    * Improve Rust backend for static tables handling.
    * Add recursion, tables, waveform, select2 and prefix handlling in
      SignalRenderer.
    * Add wasmtime architecture.
    * Rework MidiHandler and audio driver memory handling.
    * Allow widget modulation targets to be defined by path. For example
      "chan 3/gain" wiil target any widget "gain" inside a group "chan 3".
    * WebAssembly mixCheckVoice now use RMS for level computation.
    * faustgen~: reworked polyphonic handling.
    * Rework polyphonic handling: VOICE_STOP_LEVEL set to -90 dB, RMS
      used for level computation, correct legato.
    * Add pipewire support with console, qt and gtk GUI.
    * Add kb_rom_rev1.dsp example.
    * Add RNBO/codebox export in faustgen~ and
      generateAuxFilesFromFile2/generateAuxFilesFromString2 in libfaust.
    - Fixed bugs
    * Fixed sliders that were not being created in MIDI context (skipped),
      so they now behave as normal sliders controlled manually OR by midi messages,
      the exception being MIDI controls targetting a specific voice in
      polyphonic context (not created as sliders). Added program change MIDI support.
      Added pitchweel MIDI support. Fixed an issue (typo) in ysfx-dsp.h).
    * JSFXInstVisitor::_midi_poly_assign should only generate polyphonic
      (freq/gate/gain) parameters.
    * Incorrect use of integer abs function instead of floating-point std::abs.
    * Widget Modulation Bug. Labels in format 'v:group1/h:group2/name'
      were not handled correctly
    - Libraries
    * Deterministic noise function.
    * Add multiTapSincDelay.
    * Add Vicanek's matched (decramped) second-order Butterworth low
      and high shelving filters.
    * Add Vicanek's decramped second-order resonant filters.
* Sun Mar 30 2025 Konstantin Voinov <kv@kott.no-ip.biz>
  - update to 2.79.3
    - New
    * faustgen~: more robust code in multichannels mode.
    * Add reverbTank.dsp example.
    * Add wfs.dsp example.
    * Add new mesh2faust API method to generate modal model and Faust
      DSP code independently.
    * Add parameter tracking and FFun/FVar in SDF3 backend.
    * SignalPromotion now checks and possibly casts values in the waveform,
      allowing for simplification in FIR generation.
    * Option -rnlm (--rust-no-libm) added in Rust backend.
    * Add sflooper.dsp and inlooper.dsp examples.
    * Defining sdt::less<CTree*> operator to provide an unique and
      stable ordering is enough to garanty determinism.
    * Add -nopost option to faust2w32max6 and faust2w64max6.
    * Install architecture/hothouse folder so that faust2hothouse can use it.
    - Fixed bugs
    * Correct rnbo.py for faust2rnbo.
    * Add missing parameters in
      Unity FaustUtilities_template.cs/FaustPolyUtilities_template.cs so
      JSON parse does not fail.
    * faust2atomsnippets now removes the (pf) prefix.
    * faust2w32max6 and faust2w64max6 now export DLL that can be
      correct loaded.
    * JUCE: correct setSelectedItemIndex use in uiMenu which should
      take the value - 1.
    - Libraries
    * Define generic gen_fb_comb and reimplement fb_comb and fb_fcomb
      with it.
    * Add Keith Barr Allpass Loop Reverb.
    * Add WFS algorithm.
    * Add os.dsf environment, oscsillators with exponentially decaying
      harmonics.
    * Add pm.rk_solve() function, Runge-Kutta solver.
    * Revert to the old CF mapping for the moogLadder filter, add the
      same filter as a new function that takes parameters in Hz and
      feedback gain raw values.
    * Correct dx.dx7_algo documentation.
    * Add svf morph functions.
    * David Braun fix on
      mixLinearClamp/mixLinearLoop/mixPowerClamp/mixPowerLoop to
      properly accept the N buses as inputs.
* Sun Feb 02 2025 Konstantin Voinov <kv@kott.no-ip.biz>
  - remove 02-disable-llvm-static.patch and 03-support-for-LLVM19.patch
    not needed anymore
  - update to 2.77.3
    - New
    * Remove undeeded SVG generation in faustgen.
    * Add -miniaudio option to faust2api.
    * MiniaudioReader and miniaudio device using miniaudio library.
    * Compilation is now deterministic.
    * Add lint test for nondeterministic pointer comparison
    * Add signal interpreter (WIP).
    * Rust: provide a inplace interface for rust
    * Implement soundfile handling at init stage in C, C++, LLVM
      and Interp backends.
    * Add the 'varname' field to the JSON format.
    * Update MIR backend for 1.0.0 API.
    * Implement -ec, -cm and -os options in Rust backend.
    * Rework minimal.c to demonstrate use of UIGlue.
    * Updated class daisy_midi to be compatible with libDaisy v7.1.0
    * Implement SDF3 generation backend.
    * Rework Rust code generation.
    * Use shortnames instead of labels in Cmajor backend.
    * Add Faust DSP Testbench in JUCE architecture.
    - Fixed bugs
    * Remove empty groups when merging UI subcontainers.
    * Fix duplicated bar graphs bug caused by double simplification.
    * Fix missing type annotation step. This step is needed to draw
      the retimed sig graph.
    * Reserved keyword used in labels do not trigger impossible
      simplications anymore.
    * uiCheckButton in JuceGUI state handling.
    * Correct -fgpa-mem option handing combined with fDLThreshold.
    * Add -universal option in faust2unity, formatting.
    * Update fastmath.cpp to be used with a C compiler.
    * Update fastmath.cpp for GCC >= 14.2.x.
    * Add a cmake LINK_LLVM_STATIC option.
    * Add  :: prefix to dsp class to help with integration in JUCE.
    - Libraries
    * Add oneEuro filter.
    * Add ba.mulaw_bitcrusher function.
    * Add Kalman filter.
    * Add linear algebra library.
    * Topology-preserving transform SVF following Zavalishin's method;
      Andy Simper's Dynamic Smoothing.
    * Add ba.tAndH and fix ma.zc.
    * Add second-order anti-aliased softclip.
    * aa.softclipQuadratic2 renamed in aa.softclipQuadratic1.
    * Add anti-aliased quadratic softclip.
    * Add linear piecewise interpolation function.
* Thu Nov 14 2024 Konstantin Voinov <kv@kott.no-ip.biz>
  - add 03-support-for-LLVM19.patch fixing build
* Sat Sep 21 2024 Konstantin Voinov <kv@kott.no-ip.biz>
  - adapt the .spec for Fedora
  - add 02-disable-llvm-static.patch
  - update to 2.75.7
    - New
    * Add -mc option in faust2w32max6 and faust2w64max6.
    * Add FAUST_DTREE_SIZE env variable.
    * Deterministic compilation activated with the FAUST_DTREE environment
      variable.
    * Faster hashkey computation taken from boost::hash_combine.
    * Update faust2object for Apple ARM targets.
    * Add llvm-test-poly test.
    * Introduction of sigRegister and retiming algorithm.
    * Another gameaudio - complex rain sounds.
    * Another gameaudio - modal synthesis of wind chimes.
    * Another gameaudio example - thunder.
    * Christof Ressi multichannel implementation in faust2puredata.
      New -newio option to activate the new model.
    * Document ratio related methods in APIUI.
    - Fixed bugs
    * Man page generation now uses '--' for long options.
    * Use 'struct' instead of 'class' for C++ code generation in -uim mode.
    * Steven Kraninger fix for JUCE architecture bus channel changes
      for VST3 compatibility up to 8 channels. The original code would create
      errors in debug and only provide 2 channels even when more
      channels were selected.
    - Libraries
    * New scatN function for general N-port scattering
    * New scat primitive facilitates acyclic tree scattering networks.
    * Add balanced par, sum, prod to signals.lib.
    * Add selectxbus (selectbus with crossfade).
* Fri Sep 13 2024 Konstantin Voinov <kv@kott.no-ip.biz>
  - Update 01-fix-no-return.patch
  - Update to 2.74.6
    - New
    * Improve JuceOSCUI to use OSC alias when they are used instead of
      the path.
    * Create architecture file and faust2stratus script for Chaos
      Audio Stratus pedal (Martin Bartlett).
    * Add multichannels support in faustgen~.
    * Add -mc (multi-channels model) option in faust2max6.
    * Reworked mesh2fausttool by Karl Hiner.
    * Added faust2caconsole (Core Audio + Console architecture).
    * new DirectedGraph based code in progress in -ocpp backend.
    * Reworked -fx mode with new -fx-size option. Merge Agathe Herrou
      interval and precision branch.
    * Rework -os (with new 'frame' method) and -it options.
      New -ec option to separate 'control' and 'compute'.
    * Improve Rust backend to have ffi remainder/rint properly compile
      on Windows.
    - Fixed bugs
    * Correct impulse-tests to correctly use -O3 optimisation level.
    * Add a generic 'one update per single updateAllGuis refresh'
      model in GUI class. Use it for -bundle mode in OSCUI.
    * Correct faust2max6 (OPTIONS was not used everywhere needed).
    - Libraries
    * Add ba.selectbus (David Braun).
    * New spulse function added in basics.lib.
    * Add reverbTank_demo (David Braun).
    * Add ba.downSampleCV (David Braun).
    * Add tapeStop effect and demo (David Braun).
    * Add Vital reverb (David Braun).
* Sat Apr 06 2024 Konstantin Voinov <kv@kott.no-ip.biz>
  - Remove 01-SubtargetFeature-include-path.patch
  - Update to 2.72.14
  - Add 01-fix-no-return.patch
  - 2.72.14 Changes:
    - New
    * Deactivate 'Const' optimization in InstructionsCompiler::generateVariableStore.
    * Rework interp-tracer (-trace 7 not needed).
    * Adding a new architecture file (faust2paconsole) and front-end
      script for PortAudio console application building
    * createPolyDSPInstance can use -1 so that the voice number is
      found in the [nvoices:N] metadata.
    * In Cmajor backend, processors are generated in 'namespace faust {...}'.
    * Add createDspFromSignals API in faust-dynamic-engine.
    * Add -double support for faust2jackrust and faust2portaudiorust.
    * Add output control handling in faust2supercollider.
    * New TypeScript based model for Web glue, linked to the separated
      faustwasm project.
    * Complete faust-dynamic-engine-test with test of createDspFromBoxes API.
    - Fixed bugs
    * Correct-cnoption in LLVM backend.
    * Handling of -c option in faust2sndfile.
    * Bug in -inj option handling. Make faust2max6 properly
      manage -inj option.
    * Fix remainder and rint in Rust backend.
    * Fix remainder in JAX backend (using a PR from David Braun).
    * Correct simplification function for 'lowest/highest' primitives.
    * Type information was not correctly returned in LLVMInstVisitor::visitIndexedAddress.
  - 2.70.3 Changes:
    - WebAssembly
    * This is the latest release which contains the JavaScript
      written Faust/WebAssembly glue code using the compiled
      libfaust-wasm.js, libfaust-wasm.wasm and libfaust-wasm.data files,
      also used in the faust2webaudio separated project. See documentation.
    * A new TypeScript/JavaScript based model will be used in the next versions.
    - New
    * Support of LLVM 18
    * Add tests in faustbench, correct use of createSRAdapter.
    * Add initial implementation of a Control UI for the daisy patch init device
    * Change BinOp("|") to have fLeftAbsorbing/fRightAbsorbing predicates
    * Teach kAND/kOR to optimize &(1) and |(1)
    * Add boxFFun/CboxFFun and sigFFun/CsigFFun APIs
    * Support rtaudio ver > 6.0 in rtaudio-dsp driver
    * Add soundfile support in faust2supercollider
    * Add createDspFromBoxes API in faust-dynamic-engine.h
    - Fixed bugs
    * mesh2faust: Fix out-of-order arg in main. Fix eigen dirs not
      being included in executable target (was only included with library).
    * Correct uiVUMeter in JuceGUI text display
    * Correct Teensy architectures files, especially when several
      DSP are compiled and used together
    * Identifier naming in Cmajor backend
    - Libraries
    * Add co.ratio2strength and co.strength2ratio functions
    * Add ba.kr2ar function
    * Add os.sidebands function
  - 2.69.3 Changes:
    - New
    * Reworked mesh2faust tool.
    * Rework faust-dynamic-engine.
    * Experimental -diff option for 'Automatic Differentiation in
      the Faust Compiler'
    * Add sigDelay1 in signal API.
    * Add printCBox/printCSignal API in box and signal API.
    * Add getSigInterval/setSigInterval in signal API.
    * New faust2rnbo tool (see https://faustdoc.grame.fr/tutorials/rnbo/)
    * Reworked faust2vhdlcode.
    * Add -it option to inline rdtable/rwtable code in the main class.
    * Add missing round primitive in the language.
    * Add -vec mode in Rust backend.
    * Codebox backend (for RNBO support).
    * MIDI and polyphonic support in JSFX backend.
    - Fixed bugs
    * Revert incorrect route primitive incorrect fix.
    * Add checkNullBargraphLabel to better handle null labels in bargraph.
    * Complete -quad support in C++ backend.
    * Rework broken -inj option.
    - Libraries
    * Add ba.ifNc and ba.ifNcNo functions
    * Adding new mathematical oscillators to oscillators.lib
* Fri Oct 27 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - Add 01-SubtargetFeature-include-path.patch
  - Update to 2.68.1
  - WebAssembly
    * This is the latest release which contains the JavaScript
      written Faust/WebAssembly glue code using the compiled
      libfaust-wasm.js, libfaust-wasm.wasm and libfaust-wasm.data
      files, also used in the faust2webaudio separated project.
      See documentation.
    * A new TypeScript/JavaScript based model will be used in
      the next versions.
  - New
    * Reworked mesh2faust tool.
    * Rework faust-dynamic-engine.
    * Experimental -diff option for 'Automatic Differentiation in the
      Faust Compiler'
    * Add sigDelay1 in signal API.
    * Add printCBox/printCSignal API in box and signal API.
    * Add getSigInterval/setSigInterval in signal API.
    * New faust2rnbo tool (see https://faustdoc.grame.fr/tutorials/rnbo/)
    * Reworked faust2vhdlcode.
    * Add -it option to inline rdtable/rwtable code in the main class.
    * Add missing round primitive in the language.
    * Add -vec mode in Rust backend.
    * Codebox backend (for RNBO support).
    * MIDI and polyphonic support in JSFX backend.
  - Fixed bugs
    * Revert incorrect route primitive incorrect fix.
    * Add checkNullBargraphLabel to better handle null labels in bargraph.
    * Complete -quad support in C++ backend.
    * Rework broken -inj option.
  - Libraries
    * Add ba.ifNc and ba.ifNcNo functions
    * Adding new mathematical oscillators to oscillators.lib
* Mon Jul 03 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - Use cmake macros in .spec
  - Update to 2.60.3
  - New
    * Rework -dlt threshold handling.
    * JSFX backend contributed by Johann Philippe.
    * Properly test -mcd values in best found vector option.
    * Improve dsp_optimizer to properly test -mcd values in scalar mode.
    * Add size (in bytes) item in JSON.
  - Fixed bugs
    * More robust FaustPlugin_template.cs, correct faust2unity.
    * Using boxpp to display real values in SVG diagrams.
    * Make preset management thread safe.
  - Libraries
    * New version of reducemaps.lib with parReduce.
    * Fix RMS_FBcompressor_peak_limiter_N_chan.
    * Add tabulateNd.
    * tabulate: use int(id+0.5) in .val
* Tue May 23 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - add constraints
* Tue May 23 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - remove fix-include-cstdint-for-gcc13.patch - fixed in upstream
  - switch build to cmake
  - no libfaust.a in -devel (for now?)
* Fri May 19 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - Update to 2.59.6
  - New
    * Improve cmajor-faust-tester tool to display performance ratio.
    * Optimize atan2(x,x) as PI/4.
    * Remove sigTable and use sigWRTbl to code rdtable and rwtable.
    * Adding submodule for `faust2ck pointing to Stanford-CCRMA.
    * Add classInit method in dsp_factory class (needed for LLVM backend)
    * Add -double support in faust2bench.
    * Micro optimisation for logical operators.
    * Support for LLVM 17 API.
    * Rework -ftz 0/1/2 mode to directly apply on signals.
    * Rework same path rule for UI items: two input control cannot
      have a same path (trigger an ERROR), an input control and
      a bargraph can have the same path (WARNING), two bargraph can
      have the same path (WARNING)
    * Add fixed-point -fxmode [WIP]
    * Add Trill RING and HEX sensors support in faust2bela
    * Print ASSERT message when faustassert is triggered.
    * Add -fpga-mem option to replace FAUST_MAX_SIZE environment variable.
    * Support for LLVM 16 API.
    * faust2max6 now compiles and keeps a self-contained DSP version
      in the compiled external
    * Soundfile support added in Interp/LLVM backend. Cleanup
      Interp/MIR backend.
    * Add experimental -fui option, to freeze UI sliders/nentry to
      a given value.
    * Interp LLVM backend updated to LLVM 15 API.
    * Add a -cir option to check float to integer range conversion.
    * Add tools in impulse-tests to test signal type.
    * Use of the new interval library, developed as a separated project
  - Fixed bugs
    * Fixes bug in defines logic which would fail faust2daisy with
    - patch and -pod
    * Remove gtk_progress_set_percentage in GTKUI.
    * `mspUI handling in Max/MSP architectures.
    * Use FAUST prefix in lex/yacc parser, to allow Faust parser
      to cohabit with other generated lex/yacc parsers.
    * Correct MIDI items reflectZone method. MIDI output activated again.
    * Correct C/C++ backend with soundfile. Make faustbench usable
      with DSP usingsoundfiles.
    * Fix AndroidManifest.xml and faust2ios.
    * More flexible channel layout in JUCE export.
    * Correct VCVRack architecture.
    * Correct -osX generation and architecture files.
    * Correct faust2plot and faust2csvplot.
  - Libraries
    * Add tabulateNd.
    * Fix tabulate: use int(id+0.5) in .val
    * Add it.remap.
    * More general dryWetMixer/dryWetMixerConstantPower functions.
    * Add sp.constantPowerPan.
    * Add dry wet mixers.
    * Add deg2rad and rad2deg.
    * Correct 'os.phasor_imp' to start at 'phase' at first sample.
* Wed Mar 22 2023 Konstantin Voinov <kv@kott.no-ip.biz>
  - Add fix-include-cstdint-for-gcc13.patch
  - Remove llvm14 workaround for TW
  - Update to 2.54.9
  - New
    * Android architecture updated for API 33
    * Add [hidden:xx] metadata handling in JUCE architecture
    * Karl Hiner support LLVM 15 by disabling opaque pointers (temporary solution)
    * Update dplug architecture file
    * Dynamic detection of -double mode in dynamic-jack-gtk tool
    * Complete Faust/Cmajor hybrid patches
    * Add -input option in interp-tracer tool
    * Add a -wall option to print all warnings generated while compiling the code
    * Rework -ct option and activate it by default
    * Remove -cat option and rework -ct one to check the rdtable/rwtable range and generate safe access code
    * Improve memory trace in Interp backend, correct SignalTreeChecker::visit to properly recurse
    * Add -sts option to force strict compilation of 'selectX' primitives. Default is non-strict for stateless branches
    * Add template backend
    * Add missing createSourceFromBoxes API
    * Add -universal (arm/intel) option in faust2supercollider
    * BELA architecture: add support of checkbox widget for digital
      in and trill craft sensor, slider mode for trill craft sensor (contributed by Pascal Faivre)
    * New Cmajor backend
    * New JAX backend contributed by David Braun
  - Fixed bugs
    * Complete InstComplexityVisitor::visit(LoadVarInst* inst)
    * Oleg Nesterov correction on intCast
    * Correct assertStoreXX/assertLoadXX in Interp backend
    * Add a thread in CMDUI to update GUI
    * Table generation in -os0 and -os1 in C++ backend
    * Oleg Nesterov correction for functions with no input parameters:
      in this case the compiler generates code to call the function at sample rate
    * Interval computation for % operator
    * Faust::getMetadata in vst.cpp (faust2vst architecture file)
    * Use a cast bool binary operations (comparison operations) to int pass in Cmajor backend
    * Correct -inpl option
    * Rust: Allocate on the heap with default-boxed
    * Rework threaded API calls
    * Generation of rwtable related code in C/C++ backends in -os2/os3 mode
  - Libraries change log
    * Improved os.sawN and os.sawNp documentation
    * Add Oleg Nesterov ba.tabulate_chebychev function
    * Limit ma.BS in the [1..16384] range.

Files

/usr/lib64/libHTTPDFaust.so.0
/usr/lib64/libHTTPDFaust.so.0.7.1


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:56:04 2026