summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2018-02-28bump versionDavid Tardon1-1/+1
2017-12-31bump versionDavid Tardon1-1/+1
2017-12-30prepare for a releaseDavid Tardon1-1/+1
2017-12-27print debug messages to stderrDavid Tardon1-0/+1
2017-12-27suppress GCC 7 fallthrough warningsDavid Tardon1-0/+1
2017-12-27replace manual def. of int types by boostDavid Tardon1-0/+1
2017-10-28rely on pkg-config to detect zlibDavid Tardon1-6/+1
2017-09-08assume modern enough ICU is availableDavid Tardon1-15/+1
2017-04-23replace dumb pointers by smart onesDavid Tardon1-1/+0
2017-04-12boost::bind -> std::bindDavid Tardon1-1/+0
2017-04-12boost::function -> std::functionDavid Tardon1-1/+0
2017-04-12boost::shared_ptr -> std::shared_ptrDavid Tardon1-1/+1
2017-04-12boost::scoped_ptr -> std::unique_ptrDavid Tardon1-1/+0
2017-04-12switch to C++11David Tardon1-0/+2
2017-03-30fuzzers are disabled by defaultDavid Tardon1-1/+1
2017-03-13update configure summaryDavid Tardon1-1/+1
2017-03-13create a fuzzing driver for oss-fuzzDavid Tardon1-2/+15
2017-03-12fix typo: usefull --> usefuldennisroczek1-2/+2
2015-06-16keep the stream size aroundDavid Tardon1-0/+1
2015-02-02remove bashismDavid Tardon1-1/+1
2014-12-30prepare for a releaseDavid Tardon1-1/+1
2014-11-24only export public symbolsDavid Tardon1-0/+19
2014-07-01prepare for a releaselibmspub-0.1.1David Tardon1-1/+1
2014-06-02need librevenge 0.0.1 nowDavid Tardon1-1/+1
2013-11-07Port to librevengeFridrich Štrba1-31/+31
2013-05-13Bumping version to 0.0.6libmspub-0.0.6Fridrich Štrba1-1/+1
2013-05-10Making Michael Stahl happy (second library in the row)Fridrich Štrba1-1/+3
2013-05-01Some boost header sanitizingFridrich Štrba1-3/+8
2013-04-25Some sane defaults for the buildFridrich Štrba1-2/+3
2013-02-18Bump version to 0.0.5libmspub-0.0.5Fridrich Štrba1-1/+1
2013-01-28A bit of cleanup of build systemFridrich Štrba1-1/+8
2013-01-28Bumping version in order not to forget laterFridrich Štrba1-1/+1
2013-01-28Check for icu CXXFLAGS tooFridrich Štrba1-7/+11
2013-01-24Detect ICU by pkg-config first and fallback on icu-config only afterFridrich Štrba1-9/+11
2013-01-17Check for icu and set ICU_CFLAGS and ICU_LDFLAGSFridrich Štrba1-2/+16
2013-01-16update to work with latest autotoolsBrennan T. Vincent1-1/+1
2012-10-06Some more configurability about warningsFridrich Štrba1-1/+31
2012-08-31Avoid warnings of autotoolsFridrich Štrba1-1/+1
2012-08-28Remove unnecessary files that nobody ever uses anywayFridrich Štrba1-2/+0
2012-08-21Bumping version for a possible releaselibmspub-0.0.3Fridrich Štrba1-1/+1
2012-07-23Appease automake 1.12Fridrich Štrba1-0/+1
2012-07-15Bumping versionFridrich Štrba1-1/+1
2012-07-08Bump version (not a release yet, though)Fridrich Štrba1-1/+1
2012-06-20Disable optimization in debug buildFridrich Štrba1-0/+2
2012-06-06Warn about one variable shadowing otherFridrich Štrba1-1/+1
2012-06-06Warn a bit more with the autotools buildFridrich Štrba1-4/+4
2012-05-26Check for required boost headerFridrich Štrba1-0/+12
2012-05-24Prepare for use of zlibFridrich Štrba1-0/+12
2012-01-24Initial libmspub skeletonFridrich Štrba1-0/+220