User:Mtmiller/TODO

< User:Mtmiller
Revision as of 14:40, 15 May 2014 by Mtmiller (talk | contribs) (add links to projects that have their own wiki pages)

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