summaryrefslogtreecommitdiff
path: root/src/kmfilegen.cpp
AgeCommit message (Collapse)Author
2020-09-08Added OpenSSL and Xerces build options to allow stand-alone compilationjhurst
2015-11-10releasejhurst
2015-10-07 o Moved personal dev environment from older gcc to newer clang. Many small ↵jhurst
changes were made to satisfy the new compiler: - Altered many printf format codes to use the correct type for the given integer type - Parenthesized some expressions to clarify previously ambiguous expectations of precedence - Created macro KM_MACOSX for use in OS-specific code selection - Removed last uses of the old C-language abs(), now using Kumu::xabs() - Removed last uses of the old C-language atoi() o Added platform-independent call Kumu::GetExecutablePath() (test with win32) o Fixed a bug that was causing Array properties to be written without the (count, length) header (from PAL) o Fixed Win32 build (from Crowe) o Added imlementation of SMPTE ST 2092-1 pink noise generator o Added pinkwave CLI utility o Added font support to the IMF timed-text wrapper
2009-03-04dates matterjhurst
2008-08-09The following changes have been checked into napali:jhurst
1. The is some template voodoo in KM_fileio.h to ward off the D_FILE_OFFSET_BITS=64 bug 2. KM_log.cpp now uses mutex protection for the global default LogSink 3. I added Kumu::Version (uses the same value as ASDCP::Version()). I did this because... 4. I modified Makefile.am so that kmfilegen, kmrandgen, and kmuuidgen only link against libkumu, as nature intended.
2008-03-19Change PACKAGE to PROGRAM_NAME.msheby
2008-01-31build fixes from DTSjhurst
2006-09-231.1.9 release ajhurst
2006-06-272006/06/26 tmccolmtmccolm
2006-06-232006/06/23 tmccolmtmccolm