lp://staging/~fboucault/paf/readme
- Get this branch:
- bzr branch lp://staging/~fboucault/paf/readme
Branch merges
- Guillaume Emont: Approve
Branch information
Recent revisions
- 71. By Guillaume Emont
-
Merge with the transformation branch:
Implemented PafModifier, PafTransformation and added/implemented
PafIdentityTransformation.
Added a PafTestObject in unit tests. - 70. By Guillaume Emont
-
Merge with the unit_tests branch:
It is now impossible to set an invalid state on a PafClock.
Implemented the macros to check for warnings in unit tests. - 68. By Guillaume Emont
-
Merge with the clock branch. PafClock is now implemented, with only a few small
glitches left (seee FIXMEs). - 67. By Guillaume Emont
-
Fixed two memory leaks in unit tests and one in PafTicker's handling of clocks.
- 66. By Guillaume Emont
-
Merge with the ticker branch:
PafTicker is now implemented.
Fixed the dummy implementations of PAF_TEST_ASSERT_ [NO_]WARNING( ).
Fixed coverage when tests fail. - 64. By Guillaume Emont
-
Merge with api-fixing.
Added const and G_GNUC_NULL_TERMINATED where needed.
Renamed "source" and "progression" to "fraction". - 63. By Guillaume Emont
-
Small changes in the API to reflect some more discussions with Loïc (looks
quite cool now).
Tests are now quite complete for PafClock and PafTicker.