/[svn]/linuxsampler/trunk/src/common/Path.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/common/Path.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1537 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 3 18:30:47 2007 UTC (16 years, 3 months ago) by senoner
File length: 8858 byte(s)
Diff to previous 1481 , to selected 1471
* win32 port: common/Path.cpp :
 - fixed missing drive letter in toLscp()
 network/lscpserver.cpp:
 - added win32 support in VerifyFile()


Revision 1481 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 14 23:42:15 2007 UTC (16 years, 4 months ago) by senoner
File length: 8755 byte(s)
Diff to previous 1471
* win32 port work in progress:
* - implemented win32 support in the following classes:
* Thread, Condition, Mutex, Path, LscpServer
* - lscp.y use DONTCARE instead of VOID
*  (a win32 symbol defined)
* - completed win32 editor plugin loader


Revision 1471 - (view) (download) (annotate) - [selected]
Modified Mon Nov 5 13:56:26 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 8733 byte(s)
Diff to previous 1424
* LSCP server: added support for Windows style path / filenames, however
  with forward slash path separators instead of backslash
  (i.e. "C:/foo/bar.gig")


Revision 1424 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 14 22:00:17 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 7430 byte(s)
Diff to previous 1403 , to selected 1471
* code cleanup:
- global.h now only covers global definitions that are needed for the C++
  API header files, all implementation internal global definitions are now
  in global_private.h
- atomic.h is not exposed to the C++ API anymore (replaced the references
  in SynchronizedConfig.h for this with local definitions)
- no need to include config.h anymore for using LS's API header files
- DB instruments classes are not exposed to the C++ API
- POSIX callback functions of Thread.h are hidden
- the (optional) gig Engine benchmark compiles again
- updated Doxyfile.in
- fixed warnings in API doc generation
* preparations for release 0.5.0


Revision 1403 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 12 09:12:22 2007 UTC (16 years, 5 months ago) by iliev
File length: 7422 byte(s)
Diff to previous 1399 , to selected 1471
* _escapeLscpResponse now escapes backslashes
* implemented new method Path::fromDbPath


Revision 1399 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 11 18:53:29 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 6739 byte(s)
Diff to previous 1345 , to selected 1471
* the following LSCP command return escape sequences in at least one
  of their LSCP response fields: "GET ENGINE INFO", "GET CHANNEL INFO",
  "GET MIDI_INSTRUMENT INFO", "GET MIDI_INSTRUMENT_MAP INFO",
  "GET FX_SEND INFO", "GET SERVER INFO"
* listed all LSCP commands in the LSCP specs which may use escape
  sequences in at least on of their response fields
* hide instrument editor related debug messages in the gig::Engine when
  using the default debug level (which is 1)
* bumped version to 0.4.0.8cvs


Revision 1345 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 13 21:46:25 2007 UTC (16 years, 6 months ago) by iliev
File length: 3463 byte(s)
Diff to previous 1338 , to selected 1471
* added support for escape sequences to the instruments database


Revision 1338 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 9 23:30:34 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 3004 byte(s)
Diff to previous 1332 , to selected 1471
* bugfix: files with percent character ('%') in their path or filename
  could not be loaded


Revision 1332 - (view) (download) (annotate) - [select for diffs]
Added Sun Sep 9 12:22:34 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 2794 byte(s)
Diff to selected 1471
* bugfix: files with slash in their path or filename could not be loaded


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC