CVS log for linuxsampler/src/common/Path.cpp |
|
|
Up to [ls] / linuxsampler / src / common
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Oct 23 16:53:15 2009 UTC (9 months ago) by iliev
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.11: +21 -1 lines
Diff to previous 1.11
* Refactoring: moved the independent code from
the Gigasampler format engine to base classes
* SFZ format engine: experimental code (not usable yet)
* SoundFont format engine: experimental code (not usable yet)
* Fixed crash which may occur when MIDI key + transpose is out of range
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jul 14 17:25:11 2009 UTC (12 months, 2 weeks ago) by persson
Branch:
MAIN
CVS Tags:
release1_0_0
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
* fixed instrument database recursive import, which was broken on
Windows
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Sep 30 01:16:41 2008 UTC (21 months, 4 weeks ago) by iliev
Branch:
MAIN
Changes since 1.9: +34 -0 lines
Diff to previous 1.9
* updated the lscp spec
* code cleanup in InstrumentsDb
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Dec 3 18:30:47 2007 UTC (2 years, 7 months ago) by senoner
Branch:
MAIN
CVS Tags:
release0_5_1
Changes since 1.8: +6 -0 lines
Diff to previous 1.8
* win32 port: common/Path.cpp :
- fixed missing drive letter in toLscp()
network/lscpserver.cpp:
- added win32 support in VerifyFile()
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Nov 14 23:41:58 2007 UTC (2 years, 8 months ago) by senoner
Branch:
MAIN
Changes since 1.7: +4 -3 lines
Diff to previous 1.7
* 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
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Nov 5 13:56:25 2007 UTC (2 years, 8 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.6: +55 -3 lines
Diff to previous 1.6
* 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
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Oct 14 21:00:15 2007 UTC (2 years, 9 months ago) by schoenebeck
Branch:
MAIN
CVS Tags:
release0_5_0
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
* 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
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Oct 12 08:12:22 2007 UTC (2 years, 9 months ago) by iliev
Branch:
MAIN
Changes since 1.4: +23 -0 lines
Diff to previous 1.4
* _escapeLscpResponse now escapes backslashes
* implemented new method Path::fromDbPath
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Oct 11 17:53:28 2007 UTC (2 years, 9 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.3: +82 -0 lines
Diff to previous 1.3
* 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
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Sep 13 20:46:25 2007 UTC (2 years, 10 months ago) by iliev
Branch:
MAIN
Changes since 1.2: +15 -0 lines
Diff to previous 1.2
* added support for escape sequences to the instruments database
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Sep 9 22:30:34 2007 UTC (2 years, 10 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.1: +7 -2 lines
Diff to previous 1.1
* bugfix: files with percent character ('%') in their path or filename
could not be loaded
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Sep 9 11:22:34 2007 UTC (2 years, 10 months ago) by schoenebeck
Branch:
MAIN
* 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
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.