/[svn]/libgig/trunk/src/Makefile.am
ViewVC logotype

Log of /libgig/trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2482 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 25 02:22:38 2013 UTC (10 years, 4 months ago) by schoenebeck
File length: 1292 byte(s)
Diff to previous 2182 , to selected 506
* Added new command line tool "gigmerge" which allows to merge
  a list of gig files to one single gig file.
* Added new "man" page for new tool "gigmerge".
* src/gig.h: Added new method File::AddContentOf().
* src/DLS.h: Added new method File::SetFileName().
* src/RIFF.h: Added new method File::SetFileName().
* src/RIFF.h: Added new method File::IsNew().
* Added "const" keyword to several methods.
* Bumped version to 3.3.0.svn6.


Revision 2182 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 11 17:53:24 2011 UTC (12 years, 9 months ago) by persson
File length: 1224 byte(s)
Diff to previous 2133 , to selected 506
* Mac OS X fix: link with CoreFoundation (for the UUID function)


Revision 2133 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 19:41:13 2010 UTC (13 years, 6 months ago) by persson
File length: 1165 byte(s)
Diff to previous 2016 , to selected 506
* minor Makefile fix for parallel make


Revision 2016 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 27 18:34:06 2009 UTC (14 years, 5 months ago) by iliev
File length: 1265 byte(s)
Diff to previous 1330 , to selected 506
* merged libsf2 into libgig


Revision 1330 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 9 10:36:23 2007 UTC (16 years, 6 months ago) by persson
File length: 1169 byte(s)
Diff to previous 917 , to selected 506
* the configure script can now be used in Windows with MSYS


Revision 917 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 20 14:50:36 2006 UTC (17 years, 7 months ago) by schoenebeck
File length: 1112 byte(s)
Diff to previous 813 , to selected 506
* added CPPUnit test cases (at the moment primarily for automatic check
  of Gigasampler write support)


Revision 813 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 17:23:31 2005 UTC (18 years, 3 months ago) by wylder
File length: 1091 byte(s)
Diff to previous 803 , to selected 506
gigextract compile flags missing


Revision 803 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 12 12:36:49 2005 UTC (18 years, 4 months ago) by schoenebeck
File length: 1049 byte(s)
Diff to previous 652 , to selected 506
forgot to add new header 'helper.h' recently


Revision 652 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 13:57:29 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 1026 byte(s)
Diff to previous 634 , to selected 506
require automake (>= 1.5) for 'make -f Makefile.cvs'
(mandatory for 'dist-bzip2' automake option)


Revision 634 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 12 13:58:24 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 1057 byte(s)
Diff to previous 506
- include debian/ directory on 'make dist'
- create a bzip2 tarball on 'make dist'


Revision 506 - (view) (download) (annotate) - [selected]
Modified Tue May 3 01:19:47 2005 UTC (18 years, 11 months ago) by schoenebeck
File length: 1026 byte(s)
Diff to previous 496
added -Wreturn-type gcc switch to avoid bugs with no returns in
non-void functions


Revision 496 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 10 11:54:58 2005 UTC (18 years, 11 months ago) by persson
File length: 1012 byte(s)
Diff to previous 383 , to selected 506
* removed build warnings


Revision 383 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 14 18:22:42 2005 UTC (19 years, 1 month ago) by schoenebeck
File length: 1020 byte(s)
Diff to previous 220 , to selected 506
* fixed conditional linkage of either libsndfile or libaudiofile
  (if none of the two exist, configure will abort)


Revision 220 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 18 12:11:26 2004 UTC (19 years, 7 months ago) by schoenebeck
File length: 730 byte(s)
Diff to previous 186 , to selected 506
* added support for libsndfile to the 'gigextract' tool


Revision 186 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 7 12:03:54 2004 UTC (19 years, 8 months ago) by schoenebeck
File length: 676 byte(s)
Diff to previous 168 , to selected 506
* added support for generating Debian packages
* version of shared library can be set in configure.in


Revision 168 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 2 19:37:09 2004 UTC (19 years, 9 months ago) by capela
File length: 620 byte(s)
Diff to previous 58 , to selected 506
* packaging changes:
  - added libgig.spec and libgig.pc package configurations.
  - header files included on installation.
  - autotools-generated files removed from CVS repository.


Revision 58 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 3 14:16:59 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 634 byte(s)
Diff to previous 11 , to selected 506
* libtoolized libgig
* added man pages for the command line tools
  (gigextract, gigdump, dlsdump, rifftree)
* minor preparations for libgig release 0.7.0 (updated Changelog, etc.)


Revision 11 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 16 17:47:00 2003 UTC (20 years, 4 months ago) by schoenebeck
File length: 681 byte(s)
Diff to previous 2 , to selected 506
* 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 2 - (view) (download) (annotate) - [select for diffs]
Added Sat Oct 25 20:15:04 2003 UTC (20 years, 5 months ago) by schoenebeck
File length: 614 byte(s)
Diff to selected 506
Initial revision


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