summaryrefslogtreecommitdiff
path: root/libs/audiographer
AgeCommit message (Expand)Author
2014-04-28remove redundant os.path.join() calls when specifying install path as bld.env...Paul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-01-14fix broken build after addition of normalizer.ccPaul Davis
2014-01-13Merge branch 'windows+cc' into cairocanvasJohn Emmas
2014-01-13'libs/audiographer' - Add a new source file (to accommodate the stuff removed...John Emmas
2014-01-13'libs/audiographer' - DLL visibility stuff and associated changes needed for ...John Emmas
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its intern...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-10fix merge errors with masterPaul Davis
2014-01-08Fix dither data width assertions and related testsSakari Bergen
2013-12-30fix an errant visibility macroPaul Davis
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-05Only use __declspec(dllimport/dllexport) for MSVC compilerTim Mayberry
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-11-25Merge branch 'master' into cairocanvasPaul Davis
2013-11-23Fix invalid assertions in AudioGrapher SampleFormatConverterSakari Bergen
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-11-03Fix invalid silence trimmer end-of-input behavior (multiple EndOfInputs)Sakari Bergen
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add missing filePaul Davis
2013-10-17add export control with -fvisibility=hidden to audiographerPaul Davis
2013-09-05'libs/audiographer' - Try 'lrintf' instead of 'rintf' which isn't available i...John Emmas
2013-09-05'libs/audiographer' - Use 'alloca()' for a stack based array whose size is un...John Emmas
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-15Allow compiling with c++11 enabledMichael R. Fisher
2013-07-13Use g_mkstemp in audiographer for portabilityPaul Davis
2013-07-11Use uint32_t type instead of uintPaul Davis
2013-07-11Add necessary header include for int64_t typePaul Davis
2013-07-11Include header that declares ::free for mingw buildPaul Davis
2013-07-11Fix some usage of non-standard types for portabilityPaul Davis
2013-03-23Fix some compilation warningsJulien de Kozak
2013-02-05hide unusued paramPaul Davis
2013-02-03Work around a bug in gdither with 32-bit integer export, fixes 32-bit export.Sakari Bergen
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2012-10-30Create export temporary files in the export directorySakari Bergen
2012-10-30Fix chunker to handle end of input properlySakari Bergen
2012-09-04Fix end-of-input-handling in silence trimmerSakari Bergen
2012-07-28Add missing #includes to some testsSakari Bergen
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-02Fix the ProcessContext copy-ctor stuff for older compilers, which don't suppo...Sakari Bergen
2012-07-01Probably fix warnings on Apple's gccSakari Bergen
2012-06-20remove sndfile debugging from export codePaul Davis
2012-06-19sndfile/export debuggign with ricardusPaul Davis
2012-05-24Compile cleanly with clang.David Robillard
2012-05-22remove debuggingPaul Davis