remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR']
[ardour.git] / libs / evoral / wscript
2014-04-29 Paul Davisremove redundant os.path.join() calls when specifying...
2014-04-29 Paul Davisfinish unfinished work at basing all install paths...
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 Paul Davisadd new file (required by MSVC) to sources list
2014-01-12 Paul Davisbuild libsmf as a static library, since it is private...
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-10 Paul Davisfix merge errors with master
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-04 Paul DavisMerge branch 'master' into exportvis
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-10-18 Paul Davisreverse the visibility.h files assumptions that we...
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul Davisadd -fvisibility=hidden to evoral, and make things...
2013-10-17 Paul Davisadd export control to libgtkmm2ext
2013-10-17 Paul Davisadd export control to libevoral
2012-10-10 Hans Baierenable and extend EVORAL_MIDI_XML. Useful for Debugging...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2011-11-13 David RobillardApply patch from timbyr to fix building with --test.
2011-09-30 Paul Davismore changes to wscript files to catch up with waf...
2011-09-29 David RobillardUse is_defined to check for HAVE_* variables set by...
2011-09-29 David RobillardRemove use of waf compat15 tool.
2011-09-29 David RobillardUpgrade to waf 1.6.7 and autowaf r52.
2011-08-13 Carl HetheringtonFix build with tests enabled.
2011-08-11 Paul Davisadd skeleton for i18n support
2011-04-22 David RobillardFix Python whitespace (follow PEP8 guidelines, reformat...
2011-03-16 David RobillardIndent python files with spaces as per style guide.
2010-09-07 David RobillardUpgrade to latest autowaf.
2010-07-25 Carl HetheringtonName evoral test target so that it can be build on...
2010-07-25 Carl HetheringtonFix up evoral test suite.
2010-05-31 Paul Davisswitch Evoral::Sequence debugging to use DEBUG_TRACE...
2010-05-16 Carl HetheringtonMove FileManager code into libpbd. Use it for SMF...
2009-10-23 David RobillardUnit test code coverage using lcov.
2009-10-20 David RobillardOnly build unit tests if configure --test is passed.
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-07-22 David RobillardUpdate autowaf.
2009-05-04 David RobillardStrip trailing whitespace from waf scripts.
2009-04-18 David RobillardUpgrade to waf 1.5.4.
2009-02-27 David RobillardWaf: install stuff
2009-02-26 David RobillardClean up checks.
2009-02-25 David RobillardWaf building of gtk2_ardour.
2009-02-25 David RobillardMake unit tests optional.
2009-02-14 David RobillardLibSMF -> SMF
2009-02-14 David RobillardSMF -> OldSMF
2009-02-14 David RobillardMandatory check for boost headers.
2009-02-11 David RobillardInclude stripped down libsmf code internally.
2009-02-11 Hans Baier* introduced dependency: libsmf-1.2
2009-02-10 Hans Baier* Evoral: Added Unit test for SMF
2009-02-09 Hans Baier* filename conventions (second part of it)
2009-02-07 David RobillardRevert redundant kludge.
2009-02-07 Hans Baier* Evoral: first successful read from Sequence
2009-02-07 Hans Baier* evoral: First productive test environment
2009-02-07 Hans Baier* introduced CppUnit into libs/Evoral
2009-02-06 Hans Baier* Evoral: waf and unit test compile and run now
2008-10-13 David RobillardFix pollution of global namespace by Evoral.
2008-09-30 David RobillardAdd waf build script.