My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 24, 2009
    r132 (note to self: check before commiting unknown changes) committed by obriencj   -   note to self: check before commiting unknown changes
    note to self: check before commiting unknown changes
  • Oct 24, 2009
    r131 (I forget... these changes were just sitting around.) committed by obriencj   -   I forget... these changes were just sitting around.
    I forget... these changes were just sitting around.
  • Oct 19, 2009
    r130 (more memoize madness) committed by obriencj   -   more memoize madness
    more memoize madness
  • Oct 19, 2009
    r129 (replaced some functions that cache their returns to use a me...) committed by obriencj   -   replaced some functions that cache their returns to use a memoizing decorator. Fixed classinfo's major,minor number reversal
    replaced some functions that cache their returns to use a memoizing decorator. Fixed classinfo's major,minor number reversal
  • Oct 19, 2009
    r128 (replaced the 'owner' attribute with 'cpool' to make it more ...) committed by obriencj   -   replaced the 'owner' attribute with 'cpool' to make it more obvious that's what it needs to be. Renamed Asciz to Utf8 to match the class spec document. Removed some asserts and replaced them with exceptions. Added some useful Exception subclasses
    replaced the 'owner' attribute with 'cpool' to make it more obvious that's what it needs to be. Renamed Asciz to Utf8 to match the class spec document. Removed some asserts and replaced them with exceptions. Added some useful Exception subclasses
  • Aug 12, 2009
    r127 (fixing and cleanup) committed by obriencj   -   fixing and cleanup
    fixing and cleanup
  • Jul 15, 2009
    ArduinoSequencer (Yet another tone sequencer using the ATmega328) Wiki page edited by obriencj
  • Jul 15, 2009
    ArduinoSequencer (One-sentence summary of this page.) Wiki page added by obriencj
  • Jul 14, 2009
    r124 (cleanup for readability, if anyone out there is actually rea...) committed by obriencj   -   cleanup for readability, if anyone out there is actually reading
    cleanup for readability, if anyone out there is actually reading
  • Jul 14, 2009
    r123 (got it working! Sounds pretty spiffy, especially once the ar...) committed by obriencj   -   got it working! Sounds pretty spiffy, especially once the artifacts from the R/2R DAC are filtered out, heh.
    got it working! Sounds pretty spiffy, especially once the artifacts from the R/2R DAC are filtered out, heh.
  • Jul 10, 2009
    r122 (changed to using two interrupts, one for fiddling the speake...) committed by obriencj   -   changed to using two interrupts, one for fiddling the speaker pins, the other for dealing with the tempo. Also added some 'bumping' on another knob. Need to add an ifdef to turn that off.
    changed to using two interrupts, one for fiddling the speaker pins, the other for dealing with the tempo. Also added some 'bumping' on another knob. Need to add an ifdef to turn that off.
  • Jul 08, 2009
    r121 (I got tired of the pin arrangement here, so I moved things a...) committed by obriencj   -   I got tired of the pin arrangement here, so I moved things around
    I got tired of the pin arrangement here, so I moved things around
  • Jul 04, 2009
    r120 (update the comments for people who read them on sequencer_2....) committed by obriencj   -   update the comments for people who read them on sequencer_2. Also begun work on sequencer_3... aka: let's start playing with a DAC
    update the comments for people who read them on sequencer_2. Also begun work on sequencer_3... aka: let's start playing with a DAC
  • Jul 02, 2009
    r119 (fixed some silliness with the freq division in the new seque...) committed by obriencj   -   fixed some silliness with the freq division in the new sequencer, and turned debugging off on the old sequencer.
    fixed some silliness with the freq division in the new sequencer, and turned debugging off on the old sequencer.
  • Jul 02, 2009
    r118 (now with the power of INTERRUPTS) committed by obriencj   -   now with the power of INTERRUPTS
    now with the power of INTERRUPTS
  • Jul 02, 2009
    r117 (now with the power of INTERRUPTS) committed by obriencj   -   now with the power of INTERRUPTS
    now with the power of INTERRUPTS
  • Jun 27, 2009
    r116 (some cleanup and pin re-placment. I need to look into moving...) committed by obriencj   -   some cleanup and pin re-placment. I need to look into moving the frequency generating code into a PWR interrupt next
    some cleanup and pin re-placment. I need to look into moving the frequency generating code into a PWR interrupt next
  • Jun 17, 2009
    r115 (added a directional switch which can also halt the progressi...) committed by obriencj   -   added a directional switch which can also halt the progression of the sequence
    added a directional switch which can also halt the progression of the sequence
  • Jun 17, 2009
    r114 (glee) committed by obriencj   -   glee
    glee
  • Jun 17, 2009
    r113 (import) committed by obriencj   -   import
    import
  • Jun 05, 2009
    r112 (fix for lack of an LNT) committed by obriencj   -   fix for lack of an LNT
    fix for lack of an LNT
  • Jun 02, 2009
    r111 (ok, that tabbing was stupid.) committed by obriencj   -   ok, that tabbing was stupid.
    ok, that tabbing was stupid.
  • Jun 02, 2009
    r110 (switching to tabs, moving the synthetic, bridge, and varargs...) committed by obriencj   -   switching to tabs, moving the synthetic, bridge, and varargs flags out of keywords and into a display like the Deprecated attribute uses (use --verbose to see them, now)
    switching to tabs, moving the synthetic, bridge, and varargs flags out of keywords and into a display like the Deprecated attribute uses (use --verbose to see them, now)
  • Jun 02, 2009
    r109 (synthetic can be indicated either via an access flag ACC_SYN...) committed by obriencj   -   synthetic can be indicated either via an access flag ACC_SYNTHETIC or an attribute Synthetic. TODO add support for RuntimeVisibleAnnotations attributes
    synthetic can be indicated either via an access flag ACC_SYNTHETIC or an attribute Synthetic. TODO add support for RuntimeVisibleAnnotations attributes
  • Jun 02, 2009
    r108 (forgot that get_const_val for a method index returned a tupl...) committed by obriencj   -   forgot that get_const_val for a method index returned a tuple, not a string. This fixes the EnclosingMethod attribute in classinfo
    forgot that get_const_val for a method index returned a tuple, not a string. This fixes the EnclosingMethod attribute in classinfo
  • Jun 02, 2009
    r107 (added support for the -o option to classinfo, which will ena...) committed by obriencj   -   added support for the -o option to classinfo, which will enable display of the local variables and the local variable types tables
    added support for the -o option to classinfo, which will enable display of the local variables and the local variable types tables
  • Jun 02, 2009
    r106 (added understanding for Bridge methods, also added support f...) committed by obriencj   -   added understanding for Bridge methods, also added support for grabbing the Signature and EmbeddingMethod properties where they exist
    added understanding for Bridge methods, also added support for grabbing the Signature and EmbeddingMethod properties where they exist
  • May 20, 2009
    r105 (the idea here is to send queued serial data (or read buffere...) committed by obriencj   -   the idea here is to send queued serial data (or read buffered serial data) only when it won't cause a delay in other scheduled systems
    the idea here is to send queued serial data (or read buffered serial data) only when it won't cause a delay in other scheduled systems
  • May 20, 2009
    r104 (Do be fair, this is the first time I've ever written C++) committed by obriencj   -   Do be fair, this is the first time I've ever written C++
    Do be fair, this is the first time I've ever written C++
  • May 20, 2009
    r103 (don't know if these build, but they might.) committed by obriencj   -   don't know if these build, but they might.
    don't know if these build, but they might.
  • May 19, 2009
    r102 (some enhancements. I've also had an idea for an excellent bu...) committed by obriencj   -   some enhancements. I've also had an idea for an excellent buffering source/sink attached to serial lines to permit serial communication to happen in-between tightly scheduled events without interferring or delaying them
    some enhancements. I've also had an idea for an excellent buffering source/sink attached to serial lines to permit serial communication to happen in-between tightly scheduled events without interferring or delaying them
  • May 17, 2009
    r101 (fixed the scheduler) committed by obriencj   -   fixed the scheduler
    fixed the scheduler
  • May 13, 2009
    r100 (just some Work In Progress stuff) committed by obriencj   -   just some Work In Progress stuff
    just some Work In Progress stuff
  • May 12, 2009
    r99 (moved) committed by obriencj   -   moved
    moved
  • May 12, 2009
    r98 (playing with a scheduler) committed by obriencj   -   playing with a scheduler
    playing with a scheduler
  • May 10, 2009
    r97 (sigh) committed by obriencj   -   sigh
    sigh
  • May 10, 2009
    r96 (...) committed by obriencj   -   ...
    ...
  • May 10, 2009
    r95 (let's start to clean up this project so we can add an eagle ...) committed by obriencj   -   let's start to clean up this project so we can add an eagle layout for the arduino shield and some python modules
    let's start to clean up this project so we can add an eagle layout for the arduino shield and some python modules
  • May 10, 2009
    r94 (more work) committed by obriencj   -   more work
    more work
  • Apr 28, 2009
    r93 (I can spell.) committed by obriencj   -   I can spell.
    I can spell.
  • Apr 22, 2009
    r92 (actually builds now) committed by obriencj   -   actually builds now
    actually builds now
  • Apr 22, 2009
    r91 (import) committed by obriencj   -   import
    import
  • Apr 15, 2009
    r90 (version bump) committed by obriencj   -   version bump
    version bump
  • Apr 14, 2009
    r89 (fixing some broken stuff in classinfo for abstract methods) committed by obriencj   -   fixing some broken stuff in classinfo for abstract methods
    fixing some broken stuff in classinfo for abstract methods
  • Apr 14, 2009
    r88 (now it works) committed by obriencj   -   now it works
    now it works
  • Apr 14, 2009
    r87 (some jarinfo work) committed by obriencj   -   some jarinfo work
    some jarinfo work
  • Apr 14, 2009
    r86 (some jarinfo work) committed by obriencj   -   some jarinfo work
    some jarinfo work
  • Apr 14, 2009
    r85 (some jarinfo work) committed by obriencj   -   some jarinfo work
    some jarinfo work
  • Apr 12, 2009
    r84 (renaming one module, getting a place-holder set up for the j...) committed by obriencj   -   renaming one module, getting a place-holder set up for the jarinfo utility
    renaming one module, getting a place-holder set up for the jarinfo utility
  • Apr 06, 2009
    r83 (whoops, missed an email) committed by obriencj   -   whoops, missed an email
    whoops, missed an email
 
Hosted by Google Code