/[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 3199 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 21 17:04:34 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 932 byte(s)
Diff to previous 3169 , to selected 2543
* Fixed compilation error on Windows.
* Bumped version (4.0.0.svn25).


Revision 3169 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 10 21:17:10 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 921 byte(s)
Diff to previous 3138 , to selected 2543
* src/gig.h: Added enum reflection API functions for
  retrieving enum declaration type information at
  runtime (countEnum(), enumKey(), enumKeys(),
  enumValue()).
* Archive: Added methods valueAsInt(), valueAsReal()
  and valueAsBool().
* Bumped version (4.0.0.svn20).


Revision 3138 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 3 14:41:58 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 908 byte(s)
Diff to previous 2586 , to selected 2543
* Added new "Serialization" framework (and equally named namespace)
  which allows to serialize and deserialize native C++ objects
  in a portable, easy and flexible way.
* gig.cpp/gig.h: Added support for serializing & deserializing
  DimensionRegion objects (and crossfade_t and leverage_ctrl_t
  objects).
* Bumped version (4.0.0.svn15).


Revision 2586 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 1 00:10:36 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 874 byte(s)
Diff to previous 2573 , to selected 2543
* Header files are now installed under $(prefix)/include/libgig/
  by default.
* libgig.so and libakai.so files are now installed under
  $(prefix)/lib/libgig/ by default.
* Fixed various packaging issues regarding installation
  directories (fixes #218).


Revision 2573 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 22 15:17:09 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 860 byte(s)
Diff to previous 2572 , to selected 2543
* Akai: Fixed Mac OSX support so that the Akai lib files and tools
  compile without any exotic third party libraries.


Revision 2572 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 22 12:14:04 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 843 byte(s)
Diff to previous 2571 , to selected 2543
* Added fork of libakai (this fork provides Linux support) which
  allows reading AKAI medias. Comes with two command line tools
  'akaidump' and 'akaiextract'. Also added a man page for each
  tool.


Revision 2571 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 21 20:33:45 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 509 byte(s)
Diff to previous 2543
* moved source files of command line tools to new subdir src/tools


Revision 2543 - (view) (download) (annotate) - [selected]
Modified Sat May 10 02:06:58 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 1512 byte(s)
Diff to previous 2484
* Initial support for sample based instruments in KORG's file format (.KMP
  and .KSF files) -> Korg.h, Korg.cpp.
* Added new command line tool "korgdump" (and a man page for it).
* Added new command line tool "korg2gig" (and a man page for it), for
  converting KORG sounds to Giga format.
* riftree tool: Added more command line options for being able to also dump
  other kind of file formats similar but not equal to the RIFF format.
* gig.h/.cpp: Added new method File::GetGroup(String name) for retrieving
  group by name.
* RIFF.h/.cpp: Added support for loading RIFF-like files with a bit
  different layout than "real" RIFF files (used for KORG format support).
* RIFF.h/.cpp: Added new method Chunk::GetFile().
* RIFF.h/.cpp: Added new method Chunk::GetLayout().
* Bumped version (3.3.0.svn9).


Revision 2484 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 31 00:13:20 2013 UTC (10 years, 2 months ago) by schoenebeck
File length: 1360 byte(s)
Diff to previous 2482 , to selected 2543
* Added new command line tool "gig2mono" (and a new man page for it).
* src/gig.cpp: Delete "ewav" chunk of Sample if "Compression" attribute was
  toggled to false.
* Bumped version to 3.3.0.svn7.


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 2543
* 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 2543
* 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 2543
* 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 2543
* 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 2543
* 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 2543
* 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 2543
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 2543
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 2543
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 , to selected 2543
- include debian/ directory on 'make dist'
- create a bzip2 tarball on 'make dist'


Revision 506 - (view) (download) (annotate) - [select for diffs]
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 , to selected 2543
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 2543
* 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 2543
* 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 2543
* 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 2543
* 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 2543
* 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, 10 months ago) by schoenebeck
File length: 634 byte(s)
Diff to previous 11 , to selected 2543
* 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 2543
* 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 2543
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