CVS log for libgig/configure.in

(logo)

Help

(back) Up to [ls] / libgig

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.21 / (view) - annotate - [select for diffs] , Fri Nov 24 12:50:05 2006 UTC (2 years ago) by schoenebeck
Branch: MAIN
CVS Tags: release3_1_0, HEAD
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
* preparations for release 3.1.0

Revision 1.20 / (view) - annotate - [select for diffs] , Sun Aug 20 13:50:36 2006 UTC (2 years, 3 months ago) by schoenebeck
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
* added CPPUnit test cases (at the moment primarily for automatic check
  of Gigasampler write support)

Revision 1.19 / (view) - annotate - [select for diffs] , Fri Apr 28 16:51:27 2006 UTC (2 years, 7 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release3_0_0
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
* preparations for release 3.0.0

Revision 1.18 / (view) - annotate - [select for diffs] , Mon Aug 15 16:26:02 2005 UTC (3 years, 3 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release2_0_2
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
* preparations for release 2.0.2

Revision 1.17 / (view) - annotate - [select for diffs] , Sun Jun 12 23:08:10 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release2_0_1
Changes since 1.16: +14 -6 lines
Diff to previous 1.16
decoupled release version from libtool version

Revision 1.16 / (view) - annotate - [select for diffs] , Sun Jun 12 22:52:05 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
fixed libgig's libtool version

Revision 1.15 / (view) - annotate - [select for diffs] , Sun Jun 12 12:58:24 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
- include debian/ directory on 'make dist'
- create a bzip2 tarball on 'make dist'

Revision 1.14 / (view) - annotate - [select for diffs] , Sun Jun 12 12:06:57 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
* preparations for release 2.0.1

Revision 1.13 / (view) - annotate - [select for diffs] , Mon May 16 17:19:27 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
Changes since 1.12: +9 -10 lines
Diff to previous 1.12
check for libaudiofile only if libsndfile was not found

Revision 1.12 / (view) - annotate - [select for diffs] , Mon May 9 13:09:16 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release2_0_0
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
preparations for release 2.0.0

Revision 1.11 / (view) - annotate - [select for diffs] , Sun May 8 22:37:47 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
Changes since 1.10: +1 -5 lines
Diff to previous 1.10
minor fix and cleanup of configure.in

Revision 1.10 / (view) - annotate - [select for diffs] , Sun May 8 15:19:34 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
Changes since 1.9: +7 -2 lines
Diff to previous 1.9
* added functions libraryName() and libraryVersion() to each of the three
  library units (RIFF,DLS,gig)
* all tools now offer a command line switch -v to show the tools revision
  and the used libgig version
* man pages are now auto generated with the correct libgig version

Revision 1.9 / (view) - annotate - [select for diffs] , Sun Apr 10 10:54:58 2005 UTC (3 years, 7 months ago) by persson
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
* removed build warnings

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Feb 14 18:22:42 2005 UTC (3 years, 9 months ago) by schoenebeck
Branch: MAIN
Changes since 1.7: +22 -0 lines
Diff to previous 1.7
* fixed conditional linkage of either libsndfile or libaudiofile
  (if none of the two exist, configure will abort)

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Nov 26 19:27:01 2004 UTC (4 years ago) by schoenebeck
Branch: MAIN
CVS Tags: release1_0_0
Changes since 1.6: +2 -3 lines
Diff to previous 1.6
preparation for release 1.0.0

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Aug 18 11:11:26 2004 UTC (4 years, 3 months ago) by schoenebeck
Branch: MAIN
Changes since 1.5: +6 -0 lines
Diff to previous 1.5
* added support for libsndfile to the 'gigextract' tool

Revision 1.5 / (view) - annotate - [select for diffs] , Sat Jul 10 08:52:24 2004 UTC (4 years, 4 months ago) by schoenebeck
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
* renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name
  'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Jul 7 11:03:54 2004 UTC (4 years, 4 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_7_1
Changes since 1.3: +27 -2 lines
Diff to previous 1.3
* added support for generating Debian packages
* version of shared library can be set in configure.in

Revision 1.3 / (view) - annotate - [select for diffs] , Fri Jul 2 18:37:08 2004 UTC (4 years, 5 months ago) by capela
Branch: MAIN
Changes since 1.2: +5 -4 lines
Diff to previous 1.2
* packaging changes:
  - added libgig.spec and libgig.pc package configurations.
  - header files included on installation.
  - autotools-generated files removed from CVS repository.

Revision 1.2 / (view) - annotate - [select for diffs] , Sun Nov 16 17:46:59 2003 UTC (5 years ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_7_0
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
  detect the end of a stream
* various endian corrections (successfully tested now on ppc)
* minor adjustments to avoid compile errors on some systems
  (using now pow() instead of powl() and --pedantic g++ compiler switch)
* src/RIFF.cpp, src/RIFF.h: added additional API documentation

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Sat Oct 25 19:13:56 2003 UTC (5 years, 1 month ago) by schoenebeck
Branch: linuxsampler_org
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial revision

Revision 1.1 / (view) - annotate - [select for diffs] , Sat Oct 25 19:13:56 2003 UTC (5 years, 1 month ago) by schoenebeck
Branch: MAIN
Initial revision

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.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

LinuxSampler Developers
Powered by
ViewCVS