]> git.sesse.net Git - movit/history - Makefile
Stop linking unit tests et al against SDL_image and other things that only the demo...
[movit] / Makefile
2013-02-02 Steinar H. GundersonStop linking unit tests et al against SDL_image and...
2013-02-02 Steinar H. GundersonSplit out some private utilities into effect_util.cpp...
2013-01-22 Steinar H. GundersonMerge remote-tracking branch 'origin/master'
2013-01-21 Steinar H. GundersonAdd sdl-config --cflags and --libs when compiling.
2013-01-21 Steinar H. GundersonDon't override GTEST_DIR if it already is set.
2013-01-21 Steinar H. GundersonLink against -lpng, since we can now write screenshots...
2013-01-19 Steinar H. GundersonAdd unit tests for GlowEffect.
2013-01-17 Steinar H. GundersonAdd an effect for padding.
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2013-01-13 Steinar H. GundersonWhen running make check, output which checks failed.
2013-01-12 Steinar H. GundersonAdded an overlay effect, implementing the atop effect.
2013-01-09 Steinar H. GundersonChange to using GLEW everywhere.
2012-11-26 Steinar H. GundersonUse the -MP switch (make phony) for better dependency...
2012-11-26 Steinar H. GundersonSimplify the Makefile for building unit tests.
2012-11-26 Steinar H. GundersonOnly run the pkg-config line for Eigen3 once.
2012-11-06 Steinar H. GundersonAdd an implementation of RPDF dither on the final output.
2012-10-28 Steinar H. GundersonMake combine_two_pixels() handle the fact that the...
2012-10-27 Steinar H. GundersonAdd an effect for Lanczos resampling.
2012-10-14 Steinar H. GundersonAdd a unit test for YCbCrInput (not done yet).
2012-10-14 Steinar H. GundersonAdd a coverage target to the Makefile.
2012-10-14 Steinar H. GundersonAdd a unit test for LiftGammaGainEffect.
2012-10-14 Steinar H. GundersonAdd unit tests for WhiteBalanceEffect.
2012-10-14 Steinar H. GundersonAdd a unit test for FlatInput.
2012-10-14 Steinar H. GundersonAdd a unit test for DiffusionEffect.
2012-10-14 Steinar H. GundersonAdd a unit test for the colorspace conversions.
2012-10-13 Steinar H. GundersonAdd unit tests for UnsharpMaskEffect.
2012-10-13 Steinar H. GundersonAdd a unit test for BlurEffect.
2012-10-13 Steinar H. GundersonSplit the TESTS= line in the Makefile now, since it...
2012-10-13 Steinar H. GundersonAdd a test for DeconvolutionSharpenEffect. Not complete...
2012-10-12 Steinar H. GundersonRename PROFILE= to COVERAGE=.
2012-10-12 Steinar H. GundersonAdd a unit test for SaturationEffect.
2012-10-12 Steinar H. GundersonSet RMS limit much tighter, now that we have floating...
2012-10-12 Steinar H. GundersonClean up profile files and .dot files.
2012-10-12 Steinar H. GundersonDo not unconditionally profile (that was a miscommit...
2012-10-12 Steinar H. GundersonIf at least one test fails, make check should also...
2012-10-12 Steinar H. GundersonAdd a test for GammaExpansionEffect. Not done yet.
2012-10-12 Steinar H. GundersonYet more Makefile tweaks/fixes.
2012-10-12 Steinar H. GundersonAdd a unit test for MixEffect.
2012-10-11 Steinar H. GundersonSplit test utilities out into its own file.
2012-10-11 Steinar H. GundersonFix an overly aggressive search-and-replace in the...
2012-10-11 Steinar H. GundersonStart on unit testing (adds a dependency on Google...
2012-10-11 Steinar H. GundersonSplit the test program from the actual library.
2012-10-10 Steinar H. GundersonAdd an unsharp mask effect, to complement the more...
2012-10-10 Steinar H. GundersonAdd an implementation of sharpening by FIR Wiener filters.
2012-10-08 Steinar H. GundersonAdd a white balance effect (port of my white balance...
2012-10-08 Steinar H. GundersonWe need to link to -lrt, since we use the clock functio...
2012-10-07 Steinar H. GundersonSome Makefile tweaks.
2012-10-07 Steinar H. GundersonSupport changing resolution in effects, and add a simpl...
2012-10-07 Steinar H. GundersonAdd simple dependency generation to the Makefile.
2012-10-06 Steinar H. GundersonMake Input an abstract base class, and move the current...
2012-10-05 Steinar H. GundersonLine-wrap the Makefile a bit.
2012-10-05 Steinar H. GundersonAdd a glow effect, and an effect that linearly mixes...
2012-10-05 Steinar H. GundersonSplit inputs into a separate class (descending from...
2012-10-05 Steinar H. GundersonAdd a diffusion effect, and hook it up in the GUI.
2012-10-03 Steinar H. GundersonAdd a “sandbox effect” that does nothing but is a usefu...
2012-10-02 Steinar H. GundersonSupport multiple render phases (with FBOs and all)...
2012-10-02 Steinar H. GundersonAdd a mirror effect.
2012-10-01 Steinar H. GundersonAdd a vignette effect.
2012-10-01 Steinar H. GundersonMove saturation out into its own effect, and hook up...
2012-10-01 Steinar H. GundersonSquash linear gamma back into the sRGB curve at the...
2012-10-01 Steinar H. GundersonBuild with debug info.
2012-10-01 Steinar H. GundersonYet more moving of stuff around.
2012-10-01 Steinar H. GundersonMove the Effect class out into its own file.
2012-10-01 Steinar H. GundersonRename test.cpp to main.cpp.
2012-10-01 Steinar H. GundersonMove the widgets into its own source file.
2012-10-01 Steinar H. GundersonSmall Makefile cleanup to prepare for more files.
2012-10-01 Steinar H. GundersonSplit off hsv2rgb() in a separate file.
2012-10-01 Steinar H. GundersonCorrect some CXXFLAGS stuff in the Makefile.
2012-10-01 Steinar H. GundersonChange to C++.
2012-10-01 Steinar H. GundersonAdd a Makefile.