/[svn]/linuxsampler/trunk/Makefile.am
ViewVC logotype

Log of /linuxsampler/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2884 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 20 15:22:58 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 1488 byte(s)
Diff to previous 2581
* Automake: set environment variable GCC_COLORS=auto to allow GCC to
  auto detect whether it (sh/c)ould output its messages in color.
* Fixed behavior of built-in script function "ignore_event()".
* Bumped version (2.0.0.svn4).


Revision 2581 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 30 12:48:05 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 1391 byte(s)
Diff to previous 1931
* (WIP) Implemented parser and VM for upcoming new real-time instrument
  script support. It needs yet to be integrated into the sampler's
  sampler engines. You can toy around for now with the command line tool
  "ls_instr_script" and i.e. examples showing the core language features
  under src/scriptvm/examples/.
* Bumped version (1.0.0.svn41).


Revision 1931 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 4 14:58:34 2009 UTC (14 years, 8 months ago) by persson
File length: 1352 byte(s)
Diff to previous 1312
* when cross-compiling, don't try to create instruments.db
* fix for new mingw-w64 version, which has usleep


Revision 1312 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 30 11:40:14 2007 UTC (16 years, 7 months ago) by schoenebeck
File length: 1326 byte(s)
Diff to previous 1211
just added info notice for "make install" about automatic
creation of instruments DB file


Revision 1211 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 29 23:01:46 2007 UTC (16 years, 10 months ago) by schoenebeck
File length: 1064 byte(s)
Diff to previous 1187
- honor $(DESTDIR) on install rule when creating the instruments DB


Revision 1187 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 16 14:22:26 2007 UTC (16 years, 10 months ago) by iliev
File length: 1034 byte(s)
Diff to previous 1161
* updated instruments db support
* added transactions for improving the db performance
* added commands for copying and finding instruments and directories


Revision 1161 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 16 15:51:18 2007 UTC (16 years, 11 months ago) by iliev
File length: 1027 byte(s)
Diff to previous 884
* Implemented instruments database


Revision 884 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 28 19:30:15 2006 UTC (17 years, 9 months ago) by schoenebeck
File length: 729 byte(s)
Diff to previous 700
include benchmark source files in release tarball


Revision 700 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 19 16:03:12 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 618 byte(s)
Diff to previous 697
make renamed file 'Doxygen.in' and new file 'linuxsampler.pc.in' part
of the release tarball as well


Revision 697 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 19 15:43:40 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 566 byte(s)
Diff to previous 658
* install necessary development header files for allowing 3rd party
  applications to link against liblinuxsampler
* liblinuxsampler's API documentation can be generated with 'make docs'
  (Doxygen required)


Revision 658 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 20:48:18 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 430 byte(s)
Diff to previous 654
made it a "GNU" package by adding an empty NEWS file


Revision 654 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 20:25:25 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 483 byte(s)
Diff to previous 643
* fixed 'make dist' build rule to include all necessary files


Revision 643 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 12 23:49:00 2005 UTC (18 years, 9 months ago) by capela
File length: 397 byte(s)
Diff to previous 579
* RPM .spec script added to repository.


Revision 579 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 24 19:20:20 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 386 byte(s)
Diff to previous 211
* src/network/lscpserver.cpp: fixed segfault
  (patch by Grigor Iliev, fixes #17)
* added man page
* final preparations for the first official release (which will be 0.3.1)


Revision 211 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 25 23:27:41 2004 UTC (19 years, 8 months ago) by schoenebeck
File length: 390 byte(s)
Diff to previous 57
* src/linuxsampler.cpp: tidied up a bit, "initialization completed"
  message shown only after the server is actually running
* src/testcases/: print the name of each test suite before running the
  tests of the suite, added first tests against the LSCP server using a
  socket connection to the LSCP server (tests for the following LSCP
  commands: "ADD CHANNEL", "GET CHANNELS", "REMOVE CHANNEL")


Revision 57 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 2 17:45:43 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 372 byte(s)
Diff to previous 35
* src/common/Thread.cpp: method StartThread() now blocks until thread
  actually runs, mlockall() will only be applied for realtime threads
* libtoolized liblinuxsampler
* initiated automatic unit tests against the LinuxSampler codebase
  (see src/testcases): already added a couple of tests for the Thread and
  Mutex classes, you have to explicitly compile the unit tests by running
  'make testcases' (you need to have cppunit installed though) and then you
  can run the console version of the test runner by calling
  'src/testcases/linuxsamplertest'
* src/Sampler.h: added API documentation


Revision 35 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 5 13:46:15 2004 UTC (20 years ago) by schoenebeck
File length: 245 byte(s)
Diff to previous 9
* implemented parser for the LinuxSampler control protocol (LSCP) by using
  flex / bison (where src/network/lscp.l is the input file for lex / flex
  and src/network/lscp.y is the input file for yacc / bison), parser and
  scanner can be regenerated by 'make parser'
* implemented LSCP network server (only single threaded so far), LSCP
  server will be launched if LinuxSampler was started with "--server" flag,
  implemented the following LSCP commands so far: "LOAD INSTRUMENT", "GET
  CHANNEL VOICE_COUNT", "GET CHANNEL STREAM_COUNT", "GET CHANNEL
  BUFFER_FILL", "SET CHANNEL VOLUME" and "RESET CHANNEL"
* disk thread now started within the engine


Revision 9 - (view) (download) (annotate) - [select for diffs]
Added Wed Nov 5 14:47:10 2003 UTC (20 years, 4 months ago) by schoenebeck
File length: 146 byte(s)
* transition from plain Makefile to autotools, source files moved to src/
* configure.in: added test for x86 architecture
* src/voice.h: x86 specific asm optimization for double to int casts only
  if compiling for x86 architecture


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