/[svn]/linuxsampler/trunk/src/shell
ViewVC logotype

Log of /linuxsampler/trunk/src/shell

View Directory Listing Directory Listing


Sticky Revision:

Revision 3290 - Directory Listing
Modified Fri Jun 23 12:24:58 2017 UTC (6 years, 9 months ago) by schoenebeck
* Revised fundamental C++ classes "Thread", "Mutex" and
  "Condition" which fixes potential undefined behavior
  (note: this addresses mainly the POSIX implementation,
   Win32 is untested yet and would also need an update).
* Bumped version (2.0.0.svn64).


Revision 3054 - Directory Listing
Modified Thu Dec 15 12:47:45 2016 UTC (7 years, 3 months ago) by schoenebeck
* Fixed numerous compiler warnings.
* Bumped version (2.0.0.svn32).


Revision 2535 - Directory Listing
Modified Tue Apr 15 19:35:35 2014 UTC (9 years, 11 months ago) by schoenebeck
* LSCP server: optimized server side processing of LSCP shell tasks (caused
  a sluggish behavior, i.e. when using arrow up/down keys in LSCP shell).
* LSCP shell: fixed crash on server disconnection.
* LSCP shell: fixed trash printed on terminal for LSCP documentation
  sometimes.
* Automake: tried to address a compilation error with automake 1.9
  (see bug #216), seems that it did not fix it though.
* Bumped version (1.0.0.svn38).


Revision 2534 - Directory Listing
Modified Sun Mar 9 21:34:03 2014 UTC (10 years ago) by schoenebeck
* LSCP shell (WIP): Added initial support for built-in LSCP reference
  documentation, which will automatically show the relevant LSCP reference
  section on screen as soon as one specific LSCP command was detected while
  typing on the command line.
* Bumped version (1.0.0.svn37).


Revision 2532 - Directory Listing
Modified Wed Mar 5 17:29:15 2014 UTC (10 years ago) by schoenebeck
* LSCP server: fixed crash caused by endless recursion in
  LSCP shell grammar evaluation algorithm.
* LSCP shell: quit shell app when TCP connection aborted.
* Bumped version (1.0.0.svn36).


Revision 2531 - Directory Listing
Modified Wed Mar 5 00:02:21 2014 UTC (10 years ago) by schoenebeck
* LSCP shell: Added support for moving cursor left/right with arrow keys.
* Bumped version (1.0.0.svn35).


Revision 2528 - Directory Listing
Modified Mon Mar 3 12:02:40 2014 UTC (10 years ago) by schoenebeck
* LSCP shell: in case of multiple possibilities or non-terminal symbols,
  show them right to the current command line immediately while typing
  (no double tab required for this feature, as it would be the case in
  other shells)
* LSCP shell: fixed sluggish behavior when doing tab auto complete
* LSCP shell: fixed conflicting behavior between keyboard input and
  LSCP server evaluation result, that caused an inconsistent screen
  output (keybord input is now never printed directly on screen, only
  the result returned from LSCP server)


Revision 2525 - Directory Listing
Modified Mon Feb 24 17:52:51 2014 UTC (10 years, 1 month ago) by schoenebeck
- Just updated comments regarding auto completion implementation and
  other LSCP shell features.


Revision 2518 - Directory Listing
Modified Sat Feb 8 00:49:30 2014 UTC (10 years, 1 month ago) by schoenebeck
* LSCP shell (WIP): added support for browsing the command
  history with up / down keys.
* LSCP server: fixed compilation error with Bison 3.x.
* Bumped version (1.0.0.svn31).


Revision 2517 - Directory Listing
Modified Fri Feb 7 19:53:09 2014 UTC (10 years, 1 month ago) by schoenebeck
* LSCP shell (WIP): show a prompt & welcome message
* LSCP shell (WIP): fixed startup crash that happened
  on some systems
* Bumped version (1.0.0.svn30).


Revision 2516 - Directory Listing
Modified Thu Feb 6 21:11:23 2014 UTC (10 years, 1 month ago) by schoenebeck
* WIP: LSCP Shell: implemented support for auto-correction of       
  obvious and trivial LSCP syntax mistakes, support for
  auto-completion by tab key and visual completion suggestion
  while typing.
* Bumped version (1.0.0.svn29).


Revision 2515 - Directory Listing
Added Wed Feb 5 20:45:18 2014 UTC (10 years, 1 month ago) by schoenebeck
* WIP: Introducing the LSCP shell: for now, providing color
  highlighting while typing (indicating correct part bold white,
  incorrect part red, and turning green when the command is
  complete. The shell application is implemented as thin client,
  that is the parser work is performed on sampler side and the
  shell application is just providing output formatting.
* Bumped version (1.0.0.svn28).


  ViewVC Help
Powered by ViewVC