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

Earlier this year

  • Jun 15, 2009
    r181 (Lots of organization for the Great Build-Out) committed by njvack   -   Lots of organization for the Great Build-Out
    Lots of organization for the Great Build-Out
  • Jun 12, 2009
    r180 (Checking in a mess I'm gonna move) committed by njvack   -   Checking in a mess I'm gonna move
    Checking in a mess I'm gonna move
  • Jun 12, 2009
    Roadmap (Planned features) Wiki page edited by njvack
  • Jun 03, 2009
    r178 (Massive rename refactor -- Eprime module is now called Optim...) committed by njvack   -   Massive rename refactor -- Eprime module is now called Optimus
    Massive rename refactor -- Eprime module is now called Optimus
  • Jun 03, 2009
    r177 (Fixed comment preamble in spec) committed by njvack   -   Fixed comment preamble in spec
    Fixed comment preamble in spec
  • May 28, 2009
    r176 (Made basic transformation with different row filters (the co...) committed by njvack   -   Made basic transformation with different row filters (the common case) faster -- won't need to recompute column data anymore.
    Made basic transformation with different row filters (the common case) faster -- won't need to recompute column data anymore.
  • May 27, 2009
    r175 (Lots of crap) committed by njvack   -   Lots of crap
    Lots of crap
  • May 22, 2009
    r174 (Checking in preparing to rename) committed by njvack   -   Checking in preparing to rename
    Checking in preparing to rename
  • May 21, 2009
    r173 (Bumped version in prep for 0.8 release) committed by njvack   -   Bumped version in prep for 0.8 release
    Bumped version in prep for 0.8 release
  • May 20, 2009
    r172 (Lots of mockup.) committed by njvack   -   Lots of mockup.
    Lots of mockup.
  • May 19, 2009
    r171 (Basic setup stuff) committed by njvack   -   Basic setup stuff
    Basic setup stuff
  • May 18, 2009
    r170 (Better ignoring startup script) committed by njvack   -   Better ignoring startup script
    Better ignoring startup script
  • May 18, 2009
    r169 (Removed index page. Ignore my own startup script) committed by njvack   -   Removed index page. Ignore my own startup script
    Removed index page. Ignore my own startup script
  • May 18, 2009
    r168 (Ignoring sqlite databases ) committed by njvack   -   Ignoring sqlite databases
    Ignoring sqlite databases
  • May 18, 2009
    r167 (.htaccess not in svn ) committed by njvack   -   .htaccess not in svn
    .htaccess not in svn
  • May 14, 2009
    r166 (No more log files in svn ) committed by njvack   -   No more log files in svn
    No more log files in svn
  • May 14, 2009
    r165 (Ignoring log files) committed by njvack   -   Ignoring log files
    Ignoring log files
  • May 14, 2009
    r164 (Ignoring more misc files ) committed by njvack   -   Ignoring more misc files
    Ignoring more misc files
  • May 14, 2009
    r163 (No more tmp ) committed by njvack   -   No more tmp
    No more tmp
  • May 14, 2009
    r162 (Ignoring /tmp ) committed by njvack   -   Ignoring /tmp
    Ignoring /tmp
  • May 14, 2009
    r161 (Initial import -- skeletal rails app ) committed by njvack   -   Initial import -- skeletal rails app
    Initial import -- skeletal rails app
  • May 14, 2009
    r160 (Making a place for the hotrod trunk ) committed by njvack   -   Making a place for the hotrod trunk
    Making a place for the hotrod trunk
  • May 14, 2009
    r159 (Making a home for the hotrod interface ) committed by njvack   -   Making a home for the hotrod interface
    Making a home for the hotrod interface
  • May 14, 2009
    r158 (Old column calculator removed. All tests now pass again. FUC...) committed by njvack   -   Old column calculator removed. All tests now pass again. FUCK YES.
    Old column calculator removed. All tests now pass again. FUCK YES.
  • May 14, 2009
    r157 (More baleeting of old column calculator structure) committed by njvack   -   More baleeting of old column calculator structure
    More baleeting of old column calculator structure
  • May 14, 2009
    r156 (Deleting old column calculator...) committed by njvack   -   Deleting old column calculator...
    Deleting old column calculator...
  • May 13, 2009
    r155 (Parsed column calculator now does what it needs to. Hooray!) committed by njvack   -   Parsed column calculator now does what it needs to. Hooray!
    Parsed column calculator now does what it needs to. Hooray!
  • May 13, 2009
    r154 (Expressions can now be evaluated as boolean -- this is for r...) committed by njvack   -   Expressions can now be evaluated as boolean -- this is for row filtering and conditionally computing columns. I love when a plan comes togethar!
    Expressions can now be evaluated as boolean -- this is for row filtering and conditionally computing columns. I love when a plan comes togethar!
  • May 12, 2009
    r153 (Refactored argument handling for operators) committed by njvack   -   Refactored argument handling for operators
    Refactored argument handling for operators
  • May 12, 2009
    r152 (95% of implementation for evaluation of booleans and compari...) committed by njvack   -   95% of implementation for evaluation of booleans and comparisons
    95% of implementation for evaluation of booleans and comparisons
  • May 12, 2009
    r151 (Added the ability to base a computed column on a Proc.) committed by njvack   -   Added the ability to base a computed column on a Proc.
    Added the ability to base a computed column on a Proc.
  • May 11, 2009
    r150 (Added parsing of logical expressions (and, or, not) and comp...) committed by njvack   -   Added parsing of logical expressions (and, or, not) and comparison expressions (=, !=, < > <=, >=)
    Added parsing of logical expressions (and, or, not) and comparison expressions (=, !=, < > <=, >=)
  • May 11, 2009
    r149 (Fleshed-out the column parsing / evaluation behavior -- loop...) committed by njvack   -   Fleshed-out the column parsing / evaluation behavior -- loops are now detected.
    Fleshed-out the column parsing / evaluation behavior -- loops are now detected.
  • May 08, 2009
    r148 (ParsedColumnCalculator now evaluates expressions depending o...) committed by njvack   -   ParsedColumnCalculator now evaluates expressions depending on column values.
    ParsedColumnCalculator now evaluates expressions depending on column values.
  • May 08, 2009
    r147 (Computed columns can now be evaluated as long as they depend...) committed by njvack   -   Computed columns can now be evaluated as long as they depend only on literal values...
    Computed columns can now be evaluated as long as they depend only on literal values...
  • May 08, 2009
    r146 (Made 'column does not exist' return clearer error message) committed by njvack   -   Made 'column does not exist' return clearer error message
    Made 'column does not exist' return clearer error message
  • May 07, 2009
    r145 (Now parses and evaluates main mathematical operators, for ex...) committed by njvack   -   Now parses and evaluates main mathematical operators, for expressions involving string and number literals.
    Now parses and evaluates main mathematical operators, for expressions involving string and number literals.
  • May 06, 2009
    r144 (Specs for expression evaluation) committed by njvack   -   Specs for expression evaluation
    Specs for expression evaluation
  • May 06, 2009
    r143 (Negation, addition, and subtraction of literals are implemen...) committed by njvack   -   Negation, addition, and subtraction of literals are implemented.
    Negation, addition, and subtraction of literals are implemented.
  • May 06, 2009
    r142 (Ready to write evaluation code) committed by njvack   -   Ready to write evaluation code
    Ready to write evaluation code
  • May 05, 2009
    r141 (Removed pending stuff -- building a new ParsedColumnCalculat...) committed by njvack   -   Removed pending stuff -- building a new ParsedColumnCalculator instead of modifying ColumnCalculator
    Removed pending stuff -- building a new ParsedColumnCalculator instead of modifying ColumnCalculator
  • May 04, 2009
    r140 (Moved ParsedCalculator::Expressions into own file.) committed by njvack   -   Moved ParsedCalculator::Expressions into own file.
    Moved ParsedCalculator::Expressions into own file.
  • May 04, 2009
    r139 (Bumped copyright to 08-09) committed by njvack   -   Bumped copyright to 08-09
    Bumped copyright to 08-09
  • May 01, 2009
    r138 (Bumped some parsing stuff up... preparing for migration time...) committed by njvack   -   Bumped some parsing stuff up... preparing for migration time.
    Bumped some parsing stuff up... preparing for migration time.
  • Mar 18, 2009
    r137 (Lots! more operators added to ParsedCalculator) committed by njvack   -   Lots! more operators added to ParsedCalculator
    Lots! more operators added to ParsedCalculator
  • Mar 12, 2009
    r136 (Added simple operators to expression parser) committed by njvack   -   Added simple operators to expression parser
    Added simple operators to expression parser
  • Mar 12, 2009
    r135 (Added parse_as(parse_str, expected) to spec_helper. Refactor...) committed by njvack   -   Added parse_as(parse_str, expected) to spec_helper. Refactored round_trip to use that, with parse_str = expected.
    Added parse_as(parse_str, expected) to spec_helper. Refactored round_trip to use that, with parse_str = expected.
  • Mar 10, 2009
    r134 (Started work on proper lexer / parser.) committed by njvack   -   Started work on proper lexer / parser.
    Started work on proper lexer / parser.
  • Mar 10, 2009
    r133 (Taggin' 0.6.9.1 ) committed by njvack   -   Taggin' 0.6.9.1
    Taggin' 0.6.9.1
  • Mar 10, 2009
    r132 (Bumped to version 0.6.9.1) committed by njvack   -   Bumped to version 0.6.9.1
    Bumped to version 0.6.9.1
 
Hosted by Google Code