User:Mtmiller/TODO: Difference between revisions

From Octave
Jump to navigation Jump to search
(Add todos for hydra autobuild recipe)
(add links to projects that have their own wiki pages)
Line 10: Line 10:
== Forge ==
== Forge ==


=== Signal Package ===
=== [[Signal Package]] ===


* Add symmetric and FFT window options to the appropriate window functions
* Add symmetric and FFT window options to the appropriate window functions
Line 22: Line 22:
* Add test blocks for all functions
* Add test blocks for all functions


=== Communications Package ===
=== [[Communications Package]] ===


* Write vitdec
* Write vitdec
Line 33: Line 33:
* Add tests for cosint and sinint from A&S, similar to what I added to expint in Octave
* Add tests for cosint and sinint from A&S, similar to what I added to expint in Octave


== Hydra Autobuild ==
== [[Continuous Build|Hydra Autobuild]] ==


* Add <code>--enable-openmp</code> to configure options
* Add <code>--enable-openmp</code> to configure options

Revision as of 14:40, 15 May 2014

These are my todo lists for tracking things I am working on or want to work on. You can add to my lists to assign me things or give me ideas, but please sign anything you add to this page with "~~~~".

Core

Forge

Signal Package

Communications Package

  • Write vitdec
  • Write rcosine, rcosfir, rcosflt, rcosiir functions
  • Add useful test blocks for all functions

Specfun Package

  • Try to rewrite cosint in terms of expint only instead of duplicated expint helper functions
  • Add tests for cosint and sinint from A&S, similar to what I added to expint in Octave

Hydra Autobuild

  • Add --enable-openmp to configure options
  • Add --disable-jit to configure options to make it explicit
  • Fix build jobs unable to locate jni.h, while tarball job is able to find it
  • Add missing dependency libraries gl2ps and ARPACK
  • Use xvfb-run to run the test suite just like the Debian package build rules