[beast] (144 commits) ...Release 0.7.8



Summary of changes:

  6e1d04d... BSE: Make gslfft results compatible with fftw. (*)
  f91e049... BSE: Use new scaled variants of gslfft to get same results  (*)
  240a47a... BSE: Adapted FFT tests to new gslfft/FFTW compatible result (*)
  2e9d39a... BSE: fft docu fixes (*)
  481d4f0... BSE: use MAX_DFT_SIZE for DFT fft test (fixes crash) (*)
  ab8a9a6... Merge branch 'gslfftw' from Stefan Westerfeld (*)
  3aeeeab... bsescm: speedup bse_scm_context_iteration by proper mainloo (*)
  af9d254... SHELL: cosmetics (*)
  b92ea9d... Merge branch 'scm-wait-with-mainloop' (*)
  26ea7b5... BSE: Make gslwaveosc work for 96k samples (fixes bug #61228 (*)
  f8d95bb... Merge branch 'waveosc-96k' (*)
  8e5a5b8... SFI: compile glib-extra as C++ (*)
  f6802f4... SFI: tests: compile misctests and ring as C++ (*)
  6f90369... SFIDL: generate casts around malloc/realloc (*)
  5d06035... Merge branch 'sfi-c++' (*)
  f9c0021... DRIVERS: compile bsemididevice-alsa and bsepcmdevice-alsa a (*)
  f0b2fa4... PO: update file list (*)
  200148e... BSE: compile bsepcm* and bseserver as C++ (*)
  918bc5a... BSE: compile bseutils as C++ (*)
  8c18249... BSE: rename "class" variables to "klass" for C++ compatibil (*)
  9584471... Merge branch 'pcm-c++' (*)
  d1f6bd2... BSE: compile gslwavechunk and gslwaveosc as C++ (*)
  9705fda... BSE: compile all gsl* files as C++ (except fft) (*)
  09e637c... BSE: fixed gslincluder.h file name (*)
  4a086b2... BSE: compile gslfft as C++ (*)
  f239bf7... Merge branch 'gsl-c++' (*)
  dd4fe97... SFI: added convenience SFI_TOKEN_NONE (*)
  e2b138e... SFI: minor cosmetics (*)
  5dd1eb3... BSE: remove unused files bseinstrument, bsepattern, bsepatt (*)
  179e218... BSE: compile param, project, song, snet, super, sub*, etc a (*)
  5236627... BSE: compile object as C++ (*)
  c757b90... BSE: compile bseundostack as C++ (*)
  105f032... SFI: merge SfiTokenType into GTokenType (*)
  77e6d9b... BSE: compile bsestorage as C++ (*)
  26954bd... BSE: compile bsequery, bsescripthelper and bsesnooper as C+ (*)
  5b7fedb... BSE: compile bseparasite, bseplugin and bseprocedure as C++ (*)
  ba394fd... BSE: compile bsemidinotifier, bsemidisynth and bsemidivoice (*)
  7946484... BSE: compile bseengine, bseenginemaster, bseengineschedule  (*)
  9ac1db2... BSE: compile all procedure files as C++ (*)
  388931c... BSE: generate C++ sources instead of C (*)
  436f602... Merge branch 'bse-c++' (*)
  a3453cf... PLUGINS: compile BseAdder as C++ (*)
  4267e58... PO: scan bseadder.cc for i18n strings (*)
  73c6418... BSE: allow resident type registration from plugins (*)
  12a6804... SFI: added helper class Init to call function from static c (*)
  b0cc362... PLUGINS: make BseAdder a resident type plugin (*)
  bad73ea... BSE: add helper macro for plugin module regostrations as re (*)
  68bcd91... PLUGINS: use BSE_RESIDENT_TYPE_DEF in BseAdder (*)
  84e565d... PLUGINS: compile BseAtanDistort as C++ resident type (*)
  3770313... PLUGINS: compile SimpleADSR as C++ resident type (*)
  3a2960a... PLUGINS: compile BseMixer as C++ resident type (*)
  138fac3... PO: i18n file list updates (*)
  809b95b... PLUGINS: compile BseMult as C++ resident type (*)
  8024e96... PLUGINS: removed unused files (*)
  b5216c1... PLUGINS: compile BseSequencer as C++ resident type (*)
  4babbe8... BSE: move BseIIRFilterAlgorithm and BseIIRFilterType enums  (*)
  68c4fde... PLUGINS: compile BseIIRFilter as C++ resident type (*)
  fc193ae... PLUGINS: compile DavCanyonDelay as C++ resident type (*)
  b7aeb19... PLUGINS: compile DavSynDrum as C++ resident type (*)
  f04f1e3... PLUGINS: compile DavXtalStrings as C++ resident type (*)
  f6f75ef... PLUGINS: removed makefile cruft (*)
  9a4b537... PLUGINS: merge IDL modules into a single library (*)
  2d15e49... PLUGINS: compile BseFreeVerbCpp as C++ resident type (*)
  633d9d1... BSE: renamed BSE_RESIDENT_SOURCE_DEF() macro (*)
  cadec9f... DRIVERS: compile bsemididevice-alsa and bsepcmdevice-alsa a (*)
  30c7d54... BSE: remove obsoleted C plugin export macros (*)
  006f14a... Merge branch 'plugins-c++' (*)
  dd58ce5... TOOLS: fixed CXX warnings (*)
  72a8de7... SFI: avoid excessive flags enum casting for GParamFlags GSi (*)
  c34bc79... GXK: avoid flags enum casting for GxkDialogFlags (*)
  c4e6f07... GXK: avoid flags enum casting for GdkEventMask GdkWindowHin (*)
  5c24b25... GXK: variable and struct field fixups for C++ (*)
  952adc2... GXK: compile all gxk sources as C++ (*)
  32fc6da... Merge branch 'gxk-c++' (*)
  4510bc9... SFI: handle GConnectFlags operators, SfiGlueGcFreeFunc and  (*)
  2ca978e... BST: turn all beast-gtk sources into C++ (*)
  abbf3c7... BST: turn generated sources into C++ (*)
  d4f5356... Merge branch 'bst-c++' (*)
  1b77e13... SFI: renamed C++ headers to .hh (*)
  5cdf533... BSE: renamed C++ headers to .hh (*)
  6444484... PLUGINS: renamed C++ headers to .hh (*)
  b299f01... GXK: renamed C++ headers to .hh (*)
  928a77a... BST: renamed C++ headers to .hh (*)
  37cf665... DRIVERS: renamed C++ headers to .hh (*)
  4dbe913... FREEVERB: renamed C++ headers to .hh (*)
  967eedc... Merge branch 'code-cleanup' (*)
  e067d5d... SFI: use one liner license (*)
  46740d8... BIRNET: use one liner license (*)
  ad846a4... BSE: use one liner license (*)
  87488b2... PLUGINS: use one liner license (*)
  4afcad6... DRIVERS: use one liner license (*)
  3f9f3a1... TOOLS: cleanups (*)
  45e957f... TESTS: use one liner license (*)
  b31777e... SHELL: use one liner license (*)
  521a5e6... PO: cleanups (*)
  1720a3d... LIB: use one liner license (*)
  33bddc0... LAUNCHERS: use one liner license (*)
  d3373d3... DOCS: cleanups (*)
  ef0915f... DATA: cleanups (*)
  c06242c... GXK: use one liner license (*)
  455a9dd... BST: use one liner license (*)
  618cfe8... BUILD: cleanups (*)
  9cfd6a8... TOOLS: use one liner license (*)
  998bd85... Merge branch 'license-cleanup' (*)
  4e9c979... ALL: remove trailing white spaces (*)
  f4f49e3... PO: update file references (*)
  b43bc2a... BSE: fixed useless casts (*)
  ed6a380... BUILD: compile sources as C++11 (g++ -std=gnu++0x) (*)
  18de2b6... TESTS: constexpr fixups for C++11 (*)
  34a03fa... Merge branch 'c++11' (*)
  f370a3d... SFI: renamed 'enum' keyword in IDL files (*)
  e58808a... SFI: use Enum() for value asignments, use 0 to indicate neu (*)
  0ff8288... SFIDL: renamed "interface" keyword in IDL files (*)
  05f01a4... AIDA: use 'include' statements in IDL files instead of prep (*)
  754fbf9... SFIDL: get rid of 'ConstIdent' in IDL files (*)
  78391d9... ALL: get rid of NULL in IDL files (*)
  dd8e921... SFIDL: disabled BBlock use in IDL files (*)
  f2971cd... BSE: remove FBlock parasite accessors (*)
  da2d128... BSE: implement fast bse_block_fill_0() for arbitrary block  (*)
  e06f2e2... BSE: replace FBlock uses in IDL files with FloatSeq (*)
  cac36e4... BSE: use ctor syntax for all auxillary data in IDL files (*)
  adc286e... BSE: use constants in IDL files and avoid C-isms (*)
  c8cbfb3... BSE: force ctor syntax for all IDL streams, fix more auxill (*)
  b5ad12c... PLUGINS: include "bse/bsecxxmodule.idl" is sufficient for I (*)
  a680f4a... BSE: move collect_thread_totals() to keep procedures out of (*)
  946ec81... Merge branch 'idl-adaption' (*)
  71b0e0b... BSE: fix string+macro concatenations which are misparsed by
  b2afd7a... SFI: fix flags enum combination operators to be consexpr fo
  be4c20b... GXK: fix flags enum combination operators to be consexpr fo
  be15e6b... BST: fix flags enum combination operators to be consexpr fo
  8c2f892... SFI: remove toyprof leftovers
  5d2b44e... BSE: fix IDL includes for distcheck
  47eee9f... SFI: fix make dependency
  50ad86f... DRIVERS: list midi and pcm devices by name, including 'defa
  20fcfe2... BST: provide accessors to classify mouse button events for 
  b58363d... BST: allow ALT + mouse button 1 as movement alternative to 
  033bb4a... DOCS: polish api doc name for doxygen
  4190bd0... DOCS: incorporate api doc build rule improvements from Rapi
  0b4b8f8... PO: updates for make dist
  ffb5931... ROOT: release news updates
  967de46... ROOT: update package version to 0.7.8, update dependencies
  d5e2568... DOCS: re-import recent docs from wiki, treat docs current f
  6af9f45... ROOT: mkrelease.sh: check for master and fix ssh warnings
  1609728... Release 0.7.8

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]