|
|
1f13931640
|
test driven brainstorming: using a BufferProvider
|
2011-09-25 19:26:05 +02:00 |
|
|
|
7efde06569
|
some stubs to make it compile...
|
2011-09-25 19:26:03 +02:00 |
|
|
|
737765260d
|
Test-driven brainstorming: diagnostic adaptor for the engine
|
2011-09-25 19:26:03 +02:00 |
|
|
|
2625eee07c
|
disable work-in-progress to make the tree compile
TODO noted as Ticket #819
|
2011-09-25 19:26:02 +02:00 |
|
|
|
691ab4b8b5
|
WIP draft simple OutputSlot usage
|
2011-09-25 19:26:01 +02:00 |
|
|
|
7adb8149db
|
back to test-driven brainstorming again
|
2011-09-25 19:26:00 +02:00 |
|
Stefan Kangas
|
e34bb5ead1
|
Fix autotool build again, still fails on setup.ini
|
2011-09-15 04:35:08 +02:00 |
|
|
|
b6f81d1e1e
|
Fix problems discovered by compiling with gcc 4.4
|
2011-05-21 07:08:17 +02:00 |
|
|
|
51fa9fe735
|
MediaFactory now using MediaAccessFacade to determine media Duration
|
2011-05-20 02:59:29 +02:00 |
|
|
|
12f43078a2
|
fix some names
|
2011-05-20 02:17:20 +02:00 |
|
|
|
4b4fcb0c80
|
use (and verify) this with the MediaAccessMock_test
|
2011-05-20 02:02:14 +02:00 |
|
|
|
a207a9f003
|
adapt Media-Access (+Mock) to include an overall Duration
|
2011-05-18 01:37:33 +02:00 |
|
|
|
46c9811184
|
adapt the unit-tests to use the new Time framework
|
2011-05-16 08:38:27 +02:00 |
|
|
|
b9861ef88f
|
WIP completely remove the old Time wrapper
|
2011-05-15 22:51:02 +02:00 |
|
|
|
1e1c3706dc
|
update some DIR_INFO entries
|
2011-04-05 00:44:30 +02:00 |
|
|
|
b843546922
|
cumulated build/release fixes
up to corresponding debian/0.pre.01-3
- compile issue (digxel.hpp)
- SCons missing config dependency on test-only
- 32/64bit fixes
|
2011-03-31 18:43:50 +02:00 |
|
|
|
e73bea379c
|
Adjust some Copyright headers
List of years instead of a range is better
|
2011-02-05 20:56:51 +01:00 |
|
|
|
aa5c78a30f
|
TimeGridBasics_test pass
|
2011-01-15 15:04:23 +01:00 |
|
|
|
240c5ac232
|
extract asset iostream display into separate header
|
2011-01-15 14:43:50 +01:00 |
|
|
|
a70376dc4b
|
grid asset passes first basic unit test!
|
2011-01-15 14:07:25 +01:00 |
|
|
|
ee0dcf3ba0
|
introduce generic grid API to subsume quantiser and grid asset
|
2011-01-15 03:49:35 +01:00 |
|
|
|
c40ba74bc6
|
WIP clarify ambiguity with fractional seconds
They are *not* intended to stand-in for gavl_time_t
Indeed, Time values should be handled as opaque
|
2011-01-13 03:36:09 +01:00 |
|
|
|
f798428428
|
WIP start a unit test to cover simple time grids
|
2011-01-13 03:36:08 +01:00 |
|
|
|
7fc462209e
|
some naming cleanup and namespace indentation fixes
|
2010-12-18 00:58:19 +01:00 |
|
|
|
3f1b7651e9
|
GPL header whitespace
|
2010-12-17 23:28:49 +01:00 |
|
|
|
4410830f72
|
Merge Fixture datastructure and Testsuite work
|
2010-12-17 22:51:27 +01:00 |
|
Stefan Kangas
|
518f4bac1a
|
Use CHECK instead of REQUIRE in test suite. (Ticket #250)
|
2010-12-17 21:05:50 +01:00 |
|
Stefan Kangas
|
661e4f0da5
|
Use CHECK instead of ASSERT in test suite. (Ticket #250)
|
2010-12-17 20:51:54 +01:00 |
|
|
|
e7191ed3c6
|
Planning Fixure: Segmentation datastructure (#726)
|
2010-12-13 03:22:11 +01:00 |
|
|
|
c4282560ce
|
fix two regressions
|
2010-12-12 01:53:23 +01:00 |
|
|
|
8a54e00b6b
|
ModelPort registry unit test pass (closes #727)
|
2010-12-11 23:40:12 +01:00 |
|
|
|
be6f555e04
|
Builder: registry for model ports coded up
passes compiler, but not yet unit test....
Needed to change asset::ID to encapsulate the embedded hash value
|
2010-12-11 01:52:02 +01:00 |
|
|
|
0464ca965c
|
fill in ModelPort and ModelPortRegistry definition stubs
making test pass the compiler
|
2010-12-10 18:12:56 +01:00 |
|
|
|
7043db90ee
|
introduce an explicit StreamType::ID
|
2010-12-10 17:39:39 +01:00 |
|
|
|
2827961385
|
WIP: test driven brainstorming about model port registry
|
2010-12-10 01:27:17 +01:00 |
|
|
|
828206e6b1
|
OutputMapping unit test pass (closes #651 and #716)
|
2010-11-28 05:18:57 +01:00 |
|
|
|
c7794e7cbf
|
rewrite to retrieve default-pipe query from the defintion context
|
2010-11-28 02:16:39 +01:00 |
|
|
|
c3d29d1eb3
|
OutputMapping: interface refactorings to yield a cleaner structure
|
2010-11-27 03:59:07 +01:00 |
|
|
|
56c1387cd5
|
OutputMapping: finish interface draft (stubbed)
|
2010-11-25 05:35:50 +01:00 |
|
|
|
a7ec680955
|
WIP chewing on the problem how to define a output mapping type
|
2010-11-24 06:21:32 +01:00 |
|
|
|
b42e5c859f
|
Test-driven brainstorming: how should output mapping be used?
|
2010-11-23 03:40:11 +01:00 |
|
|
|
1b95a02f14
|
Autotools fixes
|
2010-11-06 18:17:25 +01:00 |
|
|
|
40627b1c12
|
fix a regression, caused by removing the special Struct-ID handling
|
2010-11-05 04:32:35 +01:00 |
|
|
|
4cef8474ed
|
fake-configrules: remove magic "make" token (closes #707)
use backdoor function on the StructFactory instead
Mark such backdoor-functions with Ticket #710
|
2010-11-02 04:09:06 +01:00 |
|
|
|
1f511c327a
|
try to get rid of the query functions on asset::Struct (#706)
|
2010-10-31 02:02:31 +01:00 |
|
|
|
7a53f65508
|
remove the separate pipeID field, because now the asset name is sufficient
|
2010-10-29 06:09:06 +02:00 |
|
|
|
08d90be1b6
|
get the sesison element-tracker integration test to pass
|
2010-10-29 05:24:19 +02:00 |
|
|
|
7c758b04db
|
rename Struct-Asset factory function to better reflect the semantics
|
2010-10-29 04:28:46 +02:00 |
|
|
|
da04e13213
|
re-thinking the pattern of the fake implementation
|
2010-10-28 03:57:12 +02:00 |
|
|
|
61a2e26bc8
|
rework fake-resolution, now searching the session
this whole creation-logic seems to be somewhat broken
|
2010-10-27 07:26:33 +02:00 |
|