/[svn]/libgig/trunk/ChangeLog
ViewVC logotype

Diff of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3351 by schoenebeck, Sat Oct 7 16:30:43 2017 UTC revision 3425 by schoenebeck, Tue May 8 18:45:28 2018 UTC
# Line 1  Line 1 
1  Version SVN trunk  Version SVN trunk (?)
2    
3      * src/gig.cpp, src/gig.h:
4        - Fixed Doxygen API comments for enum types (currently latest Doxygen
5          [v1.8.13] only supports C comments in macro arguments expansion, but
6          not C++ comments; see <FindDefineArgs> lexer rules in src/pre.l of
7          the Doxygen source code, which currently also filter out new line
8          \n chars).
9        - Added new method File::CountSamples().
10        - Added new method File::CountInstruments().
11    
12      * src/Serialization.cpp, src/Serialization.h:
13        - Hide pure internal declarations from header file to avoid numerous
14          compiler warnings when building and linking against the public API.
15    
16      * src/RIFF.cpp, src/RIFF.h:
17        - Fix: Calling File::SetMode() left an undefined file handle on Windows and
18          caused a resource leak
19    
20      * src/tools/gigdump.cpp:
21        - Added command line option --instrument-names which causes only
22          instrument names and their index numbers to be printed.
23    
24    Version 4.1.0 (25 Nov 2017)
25    * general changes:    * general changes:
26      - removed 2 GB limitation when loading a gig or DLS file      - removed 2 GB limitation when loading a gig or DLS file
27      - using now native integer size where appropriate      - using now native integer size where appropriate
# Line 100  Version SVN trunk Line 123  Version SVN trunk
123      - DataType fix: Retain backward compatibility to older versions of native      - DataType fix: Retain backward compatibility to older versions of native
124        C++ classes/structs.        C++ classes/structs.
125    
126      * src/Akai.cpp:
127        - Fixed compilation error with recent, more strict compilers.
128    
129    * src/tools/akaidump.cpp, src/tools/akaiextract.cpp:    * src/tools/akaidump.cpp, src/tools/akaiextract.cpp:
130      - improved output of non-ascii characters in usage messages      - improved output of non-ascii characters in usage messages
131      - fixed printf format strings      - fixed printf format strings

Legend:
Removed from v.3351  
changed lines
  Added in v.3425

  ViewVC Help
Powered by ViewVC