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

Earlier this year

  • Sep 28, 2009
    r252 (Preliminary code for the mem_read and mem_write functions.) committed by kylanr   -   Preliminary code for the mem_read and mem_write functions.
    Preliminary code for the mem_read and mem_write functions.
  • Sep 27, 2009
    r251 (Two's complement addition and subtraction now work.) committed by kylanr   -   Two's complement addition and subtraction now work.
    Two's complement addition and subtraction now work.
  • Sep 21, 2009
    NotableFeatures (Notable features that distinguish spoc.) Wiki page edited by kylanr   -   Revision r250 Edited wiki page through web user interface.
    Revision r250 Edited wiki page through web user interface.
  • Sep 21, 2009
    NotableFeatures (Notable features that distinguish spoc.) Wiki page edited by kylanr   -   Revision r249 Edited wiki page through web user interface.
    Revision r249 Edited wiki page through web user interface.
  • Sep 21, 2009
    NotableFeatures (Notable features that distinguish spoc.) Wiki page edited by kylanr   -   Revision r248 Edited wiki page through web user interface.
    Revision r248 Edited wiki page through web user interface.
  • Sep 21, 2009
    NotableFeatures (Notable features that distinguish spoc.) Wiki page edited by kylanr   -   Revision r247 Edited wiki page through web user interface.
    Revision r247 Edited wiki page through web user interface.
  • Sep 21, 2009
    NotableFeatures (Notable features that distinguish spoc.) Wiki page edited by kylanr   -   Revision r246 Edited wiki page through web user interface.
    Revision r246 Edited wiki page through web user interface.
  • Sep 21, 2009
    WhySpoc (Why is it called spoc?) Wiki page edited by kylanr   -   Revision r245 Edited wiki page through web user interface.
    Revision r245 Edited wiki page through web user interface.
  • Sep 21, 2009
    NotableFeatures (Notable features that distinguish spoc.) Wiki page edited by kylanr   -   Revision r244 Edited wiki page through web user interface.
    Revision r244 Edited wiki page through web user interface.
  • Sep 21, 2009
    NotableFeatures (Notable features that distinguish spoc.) Wiki page added by kylanr   -   Revision r243 Created wiki page through web user interface.
    Revision r243 Created wiki page through web user interface.
  • Sep 21, 2009
    r242 (Added dynamic padding for inputs. Now all input bitstrings w...) committed by kylanr   -   Added dynamic padding for inputs. Now all input bitstrings will be adjusted to be the same length. They are padded out to accommodate the longest bitstring in the input file.
    Added dynamic padding for inputs. Now all input bitstrings will be adjusted to be the same length. They are padded out to accommodate the longest bitstring in the input file.
  • Sep 21, 2009
    r241 ([No log message]) committed by kylanr   -   [No log message]
    [No log message]
  • Sep 20, 2009
    r240 (removed temporary files from version control) committed by kylanr   -   removed temporary files from version control
    removed temporary files from version control
  • Sep 20, 2009
    r239 ([No log message]) committed by kylanr   -   [No log message]
    [No log message]
  • Sep 20, 2009
    r238 ([No log message]) committed by kylanr   -   [No log message]
    [No log message]
  • Sep 20, 2009
    r237 ([No log message]) committed by kylanr   -   [No log message]
    [No log message]
  • Sep 20, 2009
    r236 (The adder and subtractor now use perform_addition for comput...) committed by kylanr   -   The adder and subtractor now use perform_addition for computation.
    The adder and subtractor now use perform_addition for computation.
  • Sep 14, 2009
    r235 (Full unit test coverage.) committed by kylanr   -   Full unit test coverage.
    Full unit test coverage.
  • Sep 11, 2009
    r234 ([No log message]) committed by kylanr   -   [No log message]
    [No log message]
  • Sep 07, 2009
    r233 (Added documentation script and some initial mapper tests.) committed by kylanr   -   Added documentation script and some initial mapper tests.
    Added documentation script and some initial mapper tests.
  • Sep 07, 2009
    r232 (Created a scripts directory. Added some exception classes.) committed by kylanr   -   Created a scripts directory. Added some exception classes.
    Created a scripts directory. Added some exception classes.
  • Sep 01, 2009
    FaultMap (A description of the fault map file format.) Wiki page edited by kylanr   -   Revision r231 Edited wiki page through web user interface.
    Revision r231 Edited wiki page through web user interface.
  • Sep 01, 2009
    UserManual (Information on using the HiPerCopS spoc software.) Wiki page edited by kylanr   -   Revision r230 Edited wiki page through web user interface.
    Revision r230 Edited wiki page through web user interface.
  • Sep 01, 2009
    ProjectRoadmap (Where we are and where we're going.) Wiki page edited by kylanr   -   Revision r229 Edited wiki page through web user interface.
    Revision r229 Edited wiki page through web user interface.
  • Sep 01, 2009
    LanguageSelection (Choosing the project's implementation language.) Wiki page edited by kylanr   -   Revision r228 Edited wiki page through web user interface.
    Revision r228 Edited wiki page through web user interface.
  • Aug 31, 2009
    r227 (Tests now cover 78% of the code.) committed by kylanr   -   Tests now cover 78% of the code.
    Tests now cover 78% of the code.
  • Aug 29, 2009
    r226 (Established framework for testing the rest of the existing c...) committed by kylanr   -   Established framework for testing the rest of the existing code. Now testing all files except binary_split.py, dot_parser.py, and spoc_gui.py. May want to add these files in the future.
    Established framework for testing the rest of the existing code. Now testing all files except binary_split.py, dot_parser.py, and spoc_gui.py. May want to add these files in the future.
  • Aug 28, 2009
    issue 2 (Simple Mapping Rotates Structures by 90 Degrees) Status changed by kylanr   -   Issue has been fixed in the Python rewrite of the code
    Status: Fixed
    Issue has been fixed in the Python rewrite of the code
    Status: Fixed
  • Aug 28, 2009
    issue 1 (Device/Structure Dependencies) Status changed by kylanr   -   New class structure resolves this issue.
    Status: Fixed
    New class structure resolves this issue.
    Status: Fixed
  • Aug 28, 2009
    r225 (wrote script to provide coverage information) committed by kylanr   -   wrote script to provide coverage information
    wrote script to provide coverage information
  • Aug 28, 2009
    r224 (Full coverage tests for structure.py and low_level.py) committed by kylanr   -   Full coverage tests for structure.py and low_level.py
    Full coverage tests for structure.py and low_level.py
  • Aug 27, 2009
    r223 (added relative path information to the tests) committed by kylanr   -   added relative path information to the tests
    added relative path information to the tests
  • May 23, 2009
    r222 (unit tests for low_level, structure, and adder) committed by kylanr   -   unit tests for low_level, structure, and adder
    unit tests for low_level, structure, and adder
  • May 20, 2009
    r221 (the primordial beginnings of a unit testing framework) committed by kylanr   -   the primordial beginnings of a unit testing framework
    the primordial beginnings of a unit testing framework
  • May 20, 2009
    r220 (renamed GUI file... again) committed by kylanr   -   renamed GUI file... again
    renamed GUI file... again
  • May 19, 2009
    r219 (removed superfluous files) committed by kylanr   -   removed superfluous files
    removed superfluous files
  • May 19, 2009
    r218 (consolidated multiplier classes into single file) committed by kylanr   -   consolidated multiplier classes into single file
    consolidated multiplier classes into single file
  • May 19, 2009
    r217 (consolidated low level classes) committed by kylanr   -   consolidated low level classes
    consolidated low level classes
  • May 18, 2009
    r216 (moved dimension definitions to respective files) committed by kylanr   -   moved dimension definitions to respective files
    moved dimension definitions to respective files
  • Mar 12, 2009
    r215 (ERSA paper version, organizational stuff) committed by kylanr   -   ERSA paper version, organizational stuff
    ERSA paper version, organizational stuff
  • Mar 03, 2009
    r214 (revised experiment code) committed by kylanr   -   revised experiment code
    revised experiment code
  • Feb 16, 2009
    r213 (saving and loading of fault map files) committed by kylanr   -   saving and loading of fault map files
    saving and loading of fault map files
  • Feb 16, 2009
    UserManual (Information on using the HiPerCopS spoc software.) Wiki page edited by kylanr
  • Feb 13, 2009
    FaultMap (A description of the fault map file format.) Wiki page added by kylanr
  • Feb 13, 2009
    UserManual (Information on using the HiPerCopS spoc software.) Wiki page edited by kylanr
  • Feb 13, 2009
    r209 (support for multiple systems per device) committed by kylanr   -   support for multiple systems per device
    support for multiple systems per device
  • Feb 09, 2009
    r208 (removed *.pyc files from version control) committed by kylanr   -   removed *.pyc files from version control
    removed *.pyc files from version control
  • Feb 09, 2009
    r207 (added random fault injection and harness for manual tests) committed by kylanr   -   added random fault injection and harness for manual tests
    added random fault injection and harness for manual tests
  • Feb 09, 2009
    UserManual (Information on using the HiPerCopS spoc software.) Wiki page edited by kylanr
  • Feb 09, 2009
    UserManual (Information on using the HiPerCopS spoc software.) Wiki page edited by kylanr
 
Hosted by Google Code