Next | Query returned 22 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473)
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
   2011-02-05 14:32:45 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update to 0.3.13.

Changelog:
Version 0.3.13 (2010-01-21)
---------------------------

- Fixed documentation location (--docdir in configure)
   * thanks to Chris Mayo for patch
- Moved source code control to Github
- Improvements to build system
- Updated to autoconf 2.60, libtool 2.2, automake 1.10 and Doxygen 1.7.3
- Fix problem with 'extern inline' by changing them to 'static inline'
- Wrote perl script to test output of the frontend
- Changed all debugging messages, writing to stdout to write to stderr
- Removed calls to exit() from libtwolame.
- Added --non-copyright option (which is enabled by default)
- Fix for bad copy/paste of variable assignment.
- Manpage correction
- Changed fopen() options to wb to fix Windows
   2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-02-21 14:22:43 by Thomas Klausner | Files touched by this commit (20)
Log message:
PKGREVISION bump for libsndfile ABI depends bump.
   2009-01-27 01:49:43 by Jared D. McNeill | Files touched by this commit (2)
Log message:
Update twolame to 0.3.12.

Version 0.3.12 (2008-01-09)
---------------------------

- Fixed 'inline' for the forthcoming gcc-4.3
   * thanks to Martin Michlmayr for patch

Version 0.3.11 (2007-07-02)
---------------------------

- Fixed energy levels bug for mono audio
   * thanks to Staale Helleberg for patch
- Fixed STDIN support in twolame frontend

Version 0.3.10 (2007-03-20)
---------------------------

- Added win32/winutil.h to tarball - fixes bug #1629945
- Fixed presentation of --enable-debug in configure script
- Added twolame_encode_buffer_float32_interleaved()
- Fixed bug that was loosing stereo in twolame_encode_buffer_float32()
- Fixed twolame_set_mode() to accept TWOLAME_AUTO_MODE
- Added source file Ids to the top of every file
- Added -pedantic to CFLAGS for debug build

Version 0.3.9 (2006-12-31)
--------------------------

- Fix for Windows in simple frontend: open files in binary mode
   * thanks to Kurien Mathew
- (libtwolame) Fixed energy level support
   * thanks to Staale Helleberg
- Nows displays the version number of libsndfile in frontend
   * as suggested by Elio Blanca
- Changed documentation build system, so you have to run it manually
- Buffer overrun fix in new_extension()
- (libtwolame) Added warning that DAB support is still broken
- (libtwolame) Added twolame_get_framelength() to return number of bytes per frame
- Added TWOLAME_SAMPLES_PER_FRAME macro, clarifying that there are
  always 1152 samples per frame in Layer 2
- Frontend now displays extra information
   * Duration of input file (if known)
   * Total number of frames to be encoded and percentage complete
   * The filesize of the output file
 - Cleaned up source files so that it is consistent and all uses tabs (tab width 4)

Version 0.3.8 (2006-06-19)
--------------------------

- (libtwolame) Fixed CRC protection
- More code tidying
- pkg-config is no-longer required (but is recommended)
- frontend now has the exectuable suffix appended to filename
- added -std=c99 to the compiler options
   2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993)
Log message:
Add DESTDIR support.
   2008-05-10 10:15:28 by OBATA Akio | Files touched by this commit (1)
Log message:
Now via SOURCEFORGE.
   2007-01-07 13:25:55 by Thomas Klausner | Files touched by this commit (56)
Log message:
PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Next | Query returned 22 messages, browsing 11 to 20 | Previous