root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @609 [609] 08/31/07 09:24:46 arnonym Simplify some things. CACHEDIR is now hardcoded in config.h to be …
(edit) @608 [608] 08/31/07 08:57:36 arnonym Fix #30 where scons complains about non-existant directories. Not anymore …
(edit) @607 [607] 08/31/07 01:56:53 ppalmers - Fix file-based discovery. The previous code used a pointer to a …
(edit) @606 [606] 08/30/07 14:09:35 ppalmers proposed fix for ticket #30
(edit) @605 [605] 08/30/07 07:55:24 arnonym Docs are back!
(edit) @604 [604] 08/30/07 07:21:14 arnonym A global include #/ is no longer needed…
(edit) @603 [603] 08/30/07 07:19:23 arnonym Adopt install-instructions to scons (#25) and replace freebob by …
(edit) @602 [602] 08/30/07 06:50:12 arnonym Add options to overwrite bindir,libdir and so on. One TODO less on my list
(edit) @601 [601] 08/30/07 06:39:58 arnonym Maybe this time the pkg-flags will get cached and pkg-config isn't called …
(edit) @600 [600] 08/30/07 06:38:50 arnonym Add include guards.
(edit) @599 [599] 08/29/07 14:17:58 wagi Instead of static compiled in vendor/model table use configuration …
(edit) @598 [598] 08/29/07 10:08:18 arnonym No auto* means that we can have our own config.h.in without the need to …
(edit) @597 [597] 08/29/07 10:05:19 arnonym Finally ditch auto*-support. And bump the version in SConstruct as it was …
(edit) @596 [596] 08/29/07 10:04:09 arnonym ignore me
(edit) @595 [595] 08/29/07 10:02:25 arnonym ignore me
(edit) @594 [594] 08/29/07 09:51:37 arnonym Fix cleaning…
(edit) @593 [593] 08/29/07 09:41:11 arnonym Clean up the default environment even more. This makes externalenv …
(edit) @592 [592] 08/29/07 09:10:16 arnonym Fix one of my todos and make the env-environment more clean.
(edit) @591 [591] 08/29/07 08:42:51 arnonym Adopt the pyuic-check to my new-gained knowledge:-)
(edit) @590 [590] 08/29/07 08:29:05 arnonym This might(!) fix the issue with pkg-config getting executed during …
(edit) @589 [589] 08/29/07 08:26:18 ppalmers small discovery fix
(edit) @588 [588] 08/29/07 08:18:06 arnonym refactor the dbus-builders into their own module…
(edit) @587 [587] 08/29/07 08:09:34 ppalmers - moved all vendor id's to one include file - introduced the framework for …
(edit) @586 [586] 08/29/07 07:06:05 ppalmers fix forgotten file
(edit) @585 [585] 08/29/07 06:16:32 ppalmers - Implement some device-specific details
(edit) @584 [584] 08/29/07 04:44:02 ppalmers - fix bug introduced in previous commit - focusrite and terratec now have …
(edit) @583 [583] 08/29/07 02:19:04 ppalmers - Clean up the FFADODevice constructor to remove the nodeid that can be …
(edit) @582 [582] 08/29/07 01:28:32 ppalmers see prev commit
(edit) @581 [581] 08/29/07 01:28:06 ppalmers - First attempt at mixer control (still disfunctional) - moved vendor …
(edit) @580 [580] 08/29/07 01:26:54 ppalmers move vendor specific stuff to vendor directory
(edit) @579 [579] 08/29/07 01:20:23 ppalmers small directory management
(edit) @578 [578] 08/29/07 01:19:47 ppalmers small directory management
(edit) @577 [577] 08/27/07 16:58:41 jwoithe MOTU: more incidental code tidy-ups and reorderings to produce slight …
(edit) @576 [576] 08/27/07 14:39:34 arnonym Some cleanup I created an externalenv which is a copy of env without all …
(edit) @575 [575] 08/27/07 14:26:33 ppalmers - Fixed bug in dbus c++ bindings - First attempt at a decoupled control …
(edit) @574 [574] 08/27/07 08:41:50 ppalmers - scons can now auto-generate the DBUS interface adaptor/proxy classes - …
(edit) @573 [573] 08/26/07 08:53:12 arnonym GENERIC_AVC -> GENERICAVC and added a TODO…
(edit) @572 [572] 08/25/07 12:21:21 arnonym The branch has been merged. This is no longer needed.
(edit) @571 [571] 08/25/07 12:14:30 arnonym Add a first check for pyuic and compile the mixer ui's only if it was …
(edit) @570 [570] 08/25/07 11:55:22 arnonym Make use of the exported FLAGS from the CheckForPkg?. And I don't think …
(edit) @569 [569] 08/25/07 11:53:43 arnonym Add some help-texts and export the flags to the environment…
(edit) @568 [568] 08/25/07 11:18:08 arnonym ignore me
(edit) @567 [567] 08/25/07 08:24:29 arnonym Simplify the file. After all python is a programming language :-)
(edit) @566 [566] 08/25/07 07:09:37 ppalmers fix scons problem with PKG_CONFIG_PATH being not set in the calling …
(edit) @565 [565] 08/25/07 06:55:39 ppalmers add support for out-of-tree building using 'scons …
(edit) @564 [564] 08/25/07 05:34:09 ppalmers cleaned up the scons file a bit
(edit) @563 [563] 08/25/07 04:41:35 ppalmers forgotten file
(edit) @562 [562] 08/25/07 04:36:32 ppalmers - add DBUS C++ bindings from: …
(edit) @561 [561] 08/24/07 10:53:24 arnonym Merge the scons-branch to trunk. This basicly adds scons as a …
(edit) @560 [560] 08/24/07 08:09:49 ppalmers - Sort the FFADODevice vector on GUID before assigning device id's This …
(edit) @559 [559] 08/24/07 06:15:06 ppalmers remove echoaudio branch
(edit) @558 [558] 08/24/07 01:33:45 wagi tokinize input (WIP)
(edit) @557 [557] 08/24/07 00:22:30 wagi moved&renamed configparser from bebob to genericavc
(edit) @556 [556] 08/22/07 13:51:46 ppalmers - add forgotten focusrite files from previous commit - add terratec AV/C …
(edit) @555 [555] 08/22/07 13:27:15 ppalmers implement Focusrite specific AV/C commands
(edit) @554 [554] 08/22/07 10:15:34 ppalmers Merge echoaudio branch into trunk. This adds support for the Echo …
(edit) @553 [553] 08/21/07 13:58:40 arnonym make ENABLE_ALL work…
(edit) @552 [552] 08/21/07 13:30:13 arnonym Add some more config options.
(edit) @551 [551] 08/21/07 13:29:40 arnonym SSE is not used anywhere?
(edit) @550 [550] 08/21/07 13:29:13 arnonym more to ignore
(edit) @549 [549] 08/21/07 13:28:44 arnonym Install bebob-sync and bridgeco-downloader for now.
(edit) @548 [548] 08/21/07 10:12:58 ppalmers - make the BeBoB AvDevice? a child class of the GenericAVC AvDevice?. This …
(edit) @547 [547] 08/21/07 08:36:17 arnonym Port ppalmers fixes for spdif to this scons branch. This will affect …
(edit) @546 [546] 08/21/07 08:34:27 arnonym As long as libtool isn't used, the lib shouldn't know anything about …
(edit) @545 [545] 08/21/07 08:19:33 ppalmers - Remove name parameter from PortInfo? since it's already in Port
(edit) @544 [544] 08/21/07 08:18:46 ppalmers - fix midi related bug - fix length bug (as in trunk)
(edit) @543 [543] 08/21/07 08:15:18 ppalmers - some cosmetic changes - struggle with the indexing of bebob channels - …
(edit) @542 [542] 08/21/07 08:13:07 ppalmers make addPlugToProcessor virtual such that subclasses can reimplement it
(edit) @541 [541] 08/21/07 08:12:15 ppalmers cosmetic change
(edit) @540 [540] 08/21/07 08:10:16 ppalmers improve midi test util
(edit) @539 [539] 08/21/07 07:58:38 arnonym ignore .pyc too
(edit) @538 [538] 08/21/07 07:57:38 arnonym some cleanup
(edit) @537 [537] 08/21/07 07:57:04 ppalmers - SPDIF out works (tested) - SPDIF in should work (untested) - sync from …
(edit) @536 [536] 08/21/07 07:56:26 arnonym Dependencies in scons are funny. If <prefix>/include is before the local …
(edit) @535 [535] 08/21/07 07:55:08 ppalmers fix bug: returning length without setting it to a specific value sometimes …
(edit) @534 [534] 08/21/07 07:54:40 arnonym Cache the built files. And add "-O2" to the gcc-options if not in debug …
(edit) @533 [533] 08/21/07 07:53:45 arnonym install the header only on "scons install"
(edit) @532 [532] 08/21/07 07:53:39 ppalmers fix & enhance the streaming test tools
(edit) @531 [531] 08/20/07 15:03:00 arnonym Install the maudio-files into <prefix>/share/libffado. Adopt the …
(edit) @530 [530] 08/20/07 13:32:01 wagi disable config parser code
(edit) @529 [529] 08/20/07 13:27:46 wagi - saveCache and loadFromCache interface added to IAvDevice - current …
(edit) @528 [528] 08/20/07 11:40:42 arnonym :s/ + /, / should fix another of wagi's problems :-)
(edit) @527 [527] 08/20/07 09:57:14 arnonym More on the installation. and the directory for the cache is now defined …
(edit) @526 [526] 08/20/07 06:39:51 arnonym installing ffado should work now (it does here). simply do "scons install" …
(edit) @525 [525] 08/19/07 16:02:18 jwoithe The new device cache code breaks things for non-AVC interfaces such as the …
(edit) @524 [524] 08/17/07 06:49:43 ppalmers echo discovery works, audio I/O works, still some issues with midi and …
(edit) @523 [523] 08/17/07 02:51:29 ppalmers fix uninitialized struct params bugs
(edit) @522 [522] 08/16/07 13:46:57 arnonym More to ignore. And an unneeded Makefile.am.
(edit) @521 [521] 08/16/07 13:41:19 arnonym Move the helpers into their own directory (named "admin") so they don't …
(edit) @520 [520] 08/16/07 13:15:22 arnonym ignore me
(edit) @519 [519] 08/16/07 13:04:44 arnonym Add the first version of scons-support to ffado. Everything seems to …
(edit) @518 [518] 08/16/07 12:57:58 arnonym Create a branch for the porting of the buildsystem to use scons instead of …
(edit) @517 [517] 08/10/07 12:13:38 wagi remove de/serialize test program
(edit) @516 [516] 08/10/07 12:07:16 wagi - some de/serialing bugs found and fixed - caching enabled for bebob …
(edit) @515 [515] 08/09/07 16:19:26 jwoithe Cosmetic cleanups of MOTU driver source. No functional changes.
(edit) @514 [514] 08/09/07 16:15:41 jwoithe Port remaining streaming tests to ffado and fix minor compilation errors.
(edit) @513 [513] 08/05/07 04:39:58 ppalmers - renumber the midi location parameters to fix bogus values returned by …
(edit) @512 [512] 07/29/07 16:30:54 jwoithe MOTU: more tweaks to improve reliability. Things are looking pretty good …
(edit) @511 [511] 07/29/07 13:10:05 wagi Don't use AC_PROG_CXX before CXXFLAGS are defined (AC_PROG_CXX sets '-O2 …
(edit) @510 [510] 07/29/07 12:25:24 ppalmers small fixes
Note: See TracRevisionLog for help on using the revision log.