Activity for Samit Basu

  • Samit Basu Samit Basu committed [r4479]

    Checking in code changes during refactoring work. The action has moved to freemat-js.

  • Samit Basu Samit Basu committed [r4478]

    Cleanup of type computation. Needs testing, bu...

  • Samit Basu Samit Basu committed [r4477]

    Refined the type computation logic to separate ...

  • Samit Basu Samit Basu committed [r4476]

    More clean up of the arithmetic models. There ...

  • Samit Basu Samit Basu committed [r4475]

    Reworking integer types to use a single, satura...

  • Samit Basu Samit Basu committed [r4474]

    Cleaned up the code so that it compiles with -W...

  • Samit Basu Samit Basu committed [r4473]

    Cleaned up print out of arrays.

  • Samit Basu Samit Basu committed [r4472]

    Added missing config and graph files.

  • Samit Basu Samit Basu committed [r4471]

    Ugh. Adding test scripts.

  • Samit Basu Samit Basu committed [r4470]

    Checkpoint commit.

  • Samit Basu Samit Basu committed [r4469]

    Branching for split of complex and real types.

  • Samit Basu Samit Basu committed [r4468]

    Fixed valgrind related warning on lookups of gl...

  • Samit Basu Samit Basu committed [r4467]

    Added sparse matrix test script.

  • Samit Basu Samit Basu committed [r4466]

    More work on sparse matrices. Chasing a tricky...

  • Samit Basu Samit Basu committed [r4465]

    More work on sparse matrices.

  • Samit Basu Samit Basu committed [r4464]

    Continuing work on sparse matrix support. Clea...

  • Samit Basu Samit Basu committed [r4463]

    Added test scripts for debugging.

  • Samit Basu Samit Basu committed [r4462]

    Some reordering of the code.

  • Samit Basu Samit Basu committed [r4461]

    Serious rework - compiles (cleanly) on Win32 wi...

  • Samit Basu Samit Basu committed [r4460]

    First successful compile of FM5 kernel on Windo...

  • Samit Basu Samit Basu committed [r4459]

    Some minor edits for compilation under linux.

  • Samit Basu Samit Basu committed [r4458]

    Refactored Types to require argument in base cl...

  • Samit Basu Samit Basu committed [r4457]

    Ported matrix inverse from FM4.

  • Samit Basu Samit Basu committed [r4456]

    Adding matrix inverse.

  • Samit Basu Samit Basu committed [r4455]

    Checkpoint commit.

  • Samit Basu Samit Basu committed [r4454]

    Reorganized the source code - put Types into th...

  • Samit Basu Samit Basu committed [r4453]

    Fixed a bug in dealing with complex constants. ...

  • Samit Basu Samit Basu committed [r4452]

    More work on debug functions.

  • Samit Basu Samit Basu committed [r4451]

    More of the debug functions completed. DBUP/DB...

  • Samit Basu Samit Basu committed [r4450]

    Debugging is making progress. Still some probl...

  • Samit Basu Samit Basu committed [r4449]

    More progress on breakpoints.

  • Samit Basu Samit Basu committed [r4448]

    More fixes to conditional breakpoints.

  • Samit Basu Samit Basu committed [r4447]

    Conditional breakpoints added.

  • Samit Basu Samit Basu committed [r4446]

    Added some debug capabilities - more work needed.

  • Samit Basu Samit Basu committed [r4445]

    Honing in on debug interface. DBUP/DOWN and Ke...

  • Samit Basu Samit Basu committed [r4444]

    Working on debug interface.

  • Samit Basu Samit Basu committed [r4443]

    Added remaining operations for integer and sing...

  • Samit Basu Samit Basu committed [r4442]

    More of the type conversion functions in place....

  • Samit Basu Samit Basu committed [r4441]

    Some clean ups for c++11 warnings. Added type ...

  • Samit Basu Samit Basu committed [r4440]

    Added subsindex support to classes. I _think_ ...

  • Samit Basu Samit Basu committed [r4439]

    Added line numbers to object code. Overloading...

  • Samit Basu Samit Basu committed [r4438]

    Added ncat (vcat/hcat) to structs.

  • Samit Basu Samit Basu committed [r4437]

    Added some plumbing for ?class - completed ncat...

  • Samit Basu Samit Basu committed [r4436]

    Added reference cycle garbage collection. Refa...

  • Samit Basu Samit Basu committed [r4435]

    Added visitor for each type class to find all c...

  • Samit Basu Samit Basu committed [r4434]

    In the middle of a refactor - checking in.

  • Samit Basu Samit Basu committed [r4433]

    Added register clearing to the compiler. That ...

  • Samit Basu Samit Basu committed [r4432]

    Removed methodcall, Fixed script invokation. Fi...

  • Samit Basu Samit Basu committed [r4431]

    Simplified Handle class - works with inheritanc...

  • Samit Basu Samit Basu committed [r4430]

    Preliminary support for events. Need to unwind...

  • Samit Basu Samit Basu committed [r4429]

    Fixes for superclass construction, and supercla...

  • Samit Basu Samit Basu committed [r4428]

    Sorted out anonymous functions and scoped metho...

  • Samit Basu Samit Basu committed [r4427]

    Big commit. Delete added for handle classes. ...

  • Samit Basu Samit Basu committed [r4426]

    Restored operation of classes with non-default ...

  • Samit Basu Samit Basu committed [r4425]

    Calling superclasses constructors now works usi...

  • Samit Basu Samit Basu committed [r4424]

    Reworked the constructor to use a hidden parame...

  • Samit Basu Samit Basu committed [r4423]

    Reworking class constructors. See tail of Note...

  • Samit Basu Samit Basu committed [r4422]

    Added inheritance, static methods, dependent pr...

  • Samit Basu Samit Basu committed [r4421]

    Static methods implemented.

  • Samit Basu Samit Basu committed [r4420]

    Many improvements to classes. Including consta...

  • Samit Basu Samit Basu committed [r4419]

    Refactoring of classdef underway.

  • Samit Basu Samit Basu committed [r4418]

    Changed symbol flags to struct from an int.

  • Samit Basu Samit Basu committed [r4417]

    Revisiting how classes are handled. Making it ...

  • Samit Basu Samit Basu committed [r4416]

    Closures working. Partial support for function...

  • Samit Basu Samit Basu committed [r4415]

    Working on closures.

  • Samit Basu Samit Basu committed [r4414]

    Working on binding functions to arguments.

  • Samit Basu Samit Basu committed [r4413]

    Added function dispatch for classes.

  • Samit Basu Samit Basu committed [r4412]

    More work on classes.

  • Samit Basu Samit Basu committed [r4411]

    Working on classes.

  • Samit Basu Samit Basu committed [r4410]

    Integrated exception handling into VM. Works gr...

  • Samit Basu Samit Basu committed [r4409]

    Updated notes.

  • Samit Basu Samit Basu committed [r4408]

    Added missing files.

  • Samit Basu Samit Basu committed [r4407]

    Fixed symbol lookup so it works properly. Star...

  • Samit Basu Samit Basu committed [r4406]

    Adding test mfiles.

  • Samit Basu Samit Basu committed [r4405]

    Need to fix symbol lookup. Code broken at the m...

  • Samit Basu Samit Basu committed [r4404]

    Added array delete/erase logic to core array type.

  • Samit Basu Samit Basu committed [r4403]

    Removed NULL object - works pretty well.

  • Samit Basu Samit Basu committed [r4402]

    Basics of structure indexing are working. The ...

  • Samit Basu Samit Basu committed [r4401]

    And adding the files this time... :)

  • Samit Basu Samit Basu committed [r4400]

    Further benchmarks indicate a small (very small...

  • Samit Basu Samit Basu committed [r4399]

    Starting work on structure type. Worried about...

  • Samit Basu Samit Basu committed [r4398]

    Added some benchmark code for field access. Har...

  • Samit Basu Samit Basu committed [r4397]

    Fixed bugs in move and copy for resize. Signif...

  • Samit Basu Samit Basu committed [r4396]

    Working on multiple assignment function calls. ...

  • Samit Basu Samit Basu committed [r4395]

    Sorted out basic parameter passing. Re-introdu...

  • Samit Basu Samit Basu committed [r4394]

    Checkpoint commit. Refactored the frame handli...

  • Samit Basu Samit Basu committed [r4393]

    Added AggregateType as parent class for Struct ...

  • Samit Basu Samit Basu committed [r4392]

    Checkpoint commit. More VM functionality compl...

  • Samit Basu Samit Basu committed [r4391]

    NCat operation is working. Also, matrix multip...

  • Samit Basu Samit Basu committed [r4390]

    Working on faster NCat op.

  • Samit Basu Samit Basu committed [r4389]

    Working on SUBSASGN. Not functional yet.

  • Samit Basu Samit Basu committed [r4388]

    Basic new structure working. There is about a ...

  • Samit Basu Samit Basu committed [r4387]

    Working on the refactoring of the symbol analys...

  • Samit Basu Samit Basu committed [r4386]

    Moved to 64 bit instructions - cleaned up code....

  • Samit Basu Samit Basu committed [r4385]

    Checkpoint commit - VM is working again with re...

  • Samit Basu Samit Basu committed [r4384]

    Checkpoint commit - Some working parts for FM5

  • Samit Basu Samit Basu committed [r4383]

    Merge of the VM work and the new array class. ...

  • Samit Basu Samit Basu committed [r4382]

    Checkpoint commit. Still working on the compiler.

  • Samit Basu Samit Basu committed [r4381]

    Completed removal of Qt. Started work on VM. ...

  • Samit Basu Samit Basu committed [r4380]

    Removed Qt from FreeMat. Substituted with boost.

1 >