Skip to content
  1. Apr 29, 2014
    • Matthew Dawson's avatar
      Merge branch 'master' into TableTool_javization · 403e48fb
      Matthew Dawson authored
      Conflicts:
      	@GUI/GUI.m
      403e48fb
    • Matthew Dawson's avatar
      Fix the matlab parser breaking horribly on case sensitive systems. · cce27ad9
      Matthew Dawson authored
      Due to how the matlab grammar was setup, things would break horribly on systems
      with case sensitive file names.  This occurred as some elements had names
      differing only by case, which both Antlr and Java were fine with, but relied
      on the system have case insensitive file names.  Mac/Windows would thus break
      in most cases, along with Dropbox.
      
      Fix by removing these names.  I don't use them, and the one useful case is
      handled differently, which shouldn't cause issues in the future.
      cce27ad9
  2. Apr 25, 2014
  3. Feb 25, 2014
  4. Nov 29, 2013
  5. Nov 15, 2013
  6. Sep 30, 2013
Loading