/[svn]/linuxsampler/branches/release2_1_0/Makefile.cvs
ViewVC logotype

Log of /linuxsampler/branches/release2_1_0/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3373 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 25 17:31:53 2017 UTC (6 years, 4 months ago) by schoenebeck
File length: 672 byte(s)
Diff to previous 2787
Created linuxsampler branch 'release2_1_0'.

Revision 2787 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 15 18:47:15 2015 UTC (8 years, 8 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 672 byte(s)
Diff to previous 2581
* Preparations for new release (2.0.0).


Revision 2581 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 30 12:48:05 2014 UTC (9 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 1055 byte(s)
Diff to previous 2534
* (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 2534 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 9 21:34:03 2014 UTC (10 years ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 912 byte(s)
Diff to previous 2365
* 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 2365 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 8 17:21:38 2012 UTC (11 years, 6 months ago) by persson
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 865 byte(s)
Diff to previous 1454
* modernized configure script


Revision 1454 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 19 17:52:15 2007 UTC (16 years, 5 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 865 byte(s)
Diff to previous 1216
* added autoconf checks for pthread library
* added autoconf check for pthread bug found on certain NPTL-enabled
  glibc versions (see Gentoo bug report #194076)


Revision 1216 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 1 15:50:38 2007 UTC (16 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 810 byte(s)
Diff to previous 1037
* a pregenerated LSCP parser is no longer kept in CVS, from now on you
  need to have bison (or another yacc-compatible parser generator)
  installed to be able to compile LS from CVS


Revision 1037 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 23 20:03:22 2007 UTC (17 years, 2 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 687 byte(s)
Diff to previous 697
* bugfix regarding FX Sends: when more than one sampler channel used FX
  sends, only the audio signal of the last sampler channel made it into the
  final output signal
* fixed small autoconf compilation issue on certain systems (complained
  about missing AM_PATH_ARTS macro)


Revision 697 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 19 15:43:40 2005 UTC (18 years, 8 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 681 byte(s)
Diff to previous 504
* 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 504 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 3 00:37:35 2005 UTC (18 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 662 byte(s)
Diff to previous 289
* removed statically included libgig sources from the LinuxSampler code
  base - you now have to compile and install libgig separately
* added -Wreturn-type gcc switch to avoid bugs with no returns on non void
  functions in future


Revision 289 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 19 14:41:38 2004 UTC (19 years, 5 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 374 byte(s)
Diff to previous 9
* LinuxSampler was badly broken with last commit, fixed that
* using now James Klicman's proposol to fix the reported linker problem
* Mutex.cpp: try to force UNIX98 compatibility (if not already supported)
* Makefile.cvs: generate (and clean) all necessary autotools files


Revision 9 - (view) (download) (annotate) - [select for diffs]
Added Wed Nov 5 14:47:10 2003 UTC (20 years, 4 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File length: 61 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