[Kst] branches/work/kst/portto4/kst
Peter Kümmel
syntheticpp at gmx.net
Fri Dec 31 18:58:03 CET 2010
SVN commit 1210494 by kuemmel:
add eol property
_M AUTHORS
_M COPYING
_M COPYING-DOCS
_M COPYING.LGPL
_M ChangeLog
_M INSTALL
_M NEWS
_M README
_M RELEASE.NOTES
_M build-kst
_M build-kst.bat
M +4 -3 cmake/src/plugins/CMakeLists.txt
_M config.h
_M config.pri
_M dataobjectplugin.pri
_M datasourceplugin.pri
_M devel-docs/DEVNOTES
_M devel-docs/Kst2Specs/Bugs
_M devel-docs/Kst2Specs/BuildSystemOverview
_M devel-docs/Kst2Specs/FixedBugs
_M devel-docs/Kst2Specs/Updates
_M devel-docs/Kst2Specs/Wishlist
_M devel-docs/Kst2Specs/kstfile.txt
_M devel-docs/RELEASE
_M devel-docs/deprecated/Kst2
_M devel-docs/deprecated/RELEASE
_M devel-docs/deprecated/RELEASE_PLAN
_M devel-docs/deprecated/install.kst2
_M devel-docs/deprecated/kst2drenderer_proposal.txt
_M devel-docs/deprecated/updatecycleexplanation
_M devel-docs/deprecated/whatisrightaboutkst2dplot.txt
_M devel-docs/deprecated/whatiswrongwithkst2dplot.txt
_M devel-docs/fits_datasource.txt
_M devel-docs/general_1.x/branches.txt
_M devel-docs/general_1.x/datamodel.txt
_M devel-docs/general_1.x/datatypes.txt
_M devel-docs/general_1.x/objectnaming.txt
_M devel-docs/krazy2.out
_M devel-docs/notes/tool_mode_changes
_M devel-docs/plugins/KstBasicPlugins
_M devel-docs/plugins/KstCPlugins
_M devel-docs/plugins/KstDataObjects
_M devel-docs/plugins/KstDataSources
_M devel-docs/plugins/KstExtensions
_M devel-docs/plugins/StartHere
_M devel-docs/using_git
_M docbook/kst/alternatehtml/alternate-index.html
_M docbook/kst/creatingplugins-chapter-new.docbook
_M docbook/kst/kst.1
_M docbook/kst/scripttutorial/callsubs.js
_M docbook/kst/scripttutorial/demodata.dat
_M docbook/kst/scripttutorial/scripttutorial.docbook
_M docbook/kst/scripttutorial/simple.js
_M docbook/kst/scripttutorial/simpleTags.js
_M docbook/kst/scripttutorial/subroutines.js
_M gdb-kst
_M install-kst
_M kst.lsm.in
_M kst.pri
_M kst.pro
_M misc/mingw-release.bat
_M misc/release-sources.sh
_M misc/tutorial/all.kst
_M misc/tutorial/boom.dat
_M misc/tutorial/boomA.dat
_M misc/tutorial/boomAB.dat
_M misc/tutorial/boomB.dat
_M misc/tutorial/boom_lce.dat
_M misc/tutorial/cbi.dat
_M misc/tutorial/combined.dat
_M misc/tutorial/dasi.dat
_M misc/tutorial/demo.kst
_M misc/tutorial/maxima.dat
_M misc/tutorial/vsa.dat
_M old_tests/COVERAGE
_M old_tests/asciimatrix.txt
_M old_tests/dirfile_replay/Makefile
_M old_tests/dirfile_replay/getdata.c
_M old_tests/dirfile_replay/getdata.h
_M old_tests/dirfile_replay/getdata_struct.h
_M old_tests/dirfile_replay/replay.c
_M old_tests/dirfile_testcase/15count/format
_M old_tests/healpix/testhealpix.cpp
_M old_tests/kstXbench/README
_M old_tests/sessions/README.txt
_M old_tests/sessions/lotsofstuff.kst
_M old_tests/testamatrix.cpp
_M old_tests/testcsd.cpp
_M old_tests/testpsd.cpp
_M old_tests/testsmatrix.cpp
_M pch.h
_M run-kst
_M run-tests
_M svn2cl.xsl
_M tests/HOWTO
_M tests/datagenerator.pl
_M tests/dirfile_maker/dirfile_maker.c
_M tests/dirfile_maker/dirfile_maker_new.c
_M tests/dirfile_testcase/15count/format
_M tests/main.cpp
_M tests/testcsd.cpp
_M tests/testcsd.h
_M tests/testdatamatrix.cpp
_M tests/testdatamatrix.h
_M tests/testdatasource.h
_M tests/testeditablematrix.cpp
_M tests/testeditablematrix.h
_M tests/testeqparser.cpp
_M tests/testeqparser.h
_M tests/testgeneratedmatrix.cpp
_M tests/testgeneratedmatrix.h
_M tests/testhistogram.cpp
_M tests/testhistogram.h
_M tests/testlabelparser.cpp
_M tests/testlabelparser.h
_M tests/testmatrix.cpp
_M tests/testmatrix.h
_M tests/testobjectstore.cpp
_M tests/testobjectstore.h
_M tests/testpsd.cpp
_M tests/testpsd.h
_M tests/tests.pro
_M tests/testvector.h
--- branches/work/kst/portto4/kst/cmake/src/plugins/CMakeLists.txt #1210493:1210494
@@ -2,7 +2,7 @@
kst_init_plugin(src/plugins)
-
+if(XXXXX)
kst_add_plugin(dataobject bin)
kst_add_plugin(dataobject chop)
kst_add_plugin(dataobject linefit)
@@ -15,10 +15,11 @@
kst_add_plugin(dataobject differentiation)
kst_add_plugin(dataobject effectivebandwidth)
kst_add_plugin(dataobject genericfilter)
+endif()
kst_add_plugin(filters cumulativesum)
-kst_add_plugin(filters despike)
-kst_add_plugin(filters differentiation)
+#kst_add_plugin(filters despike)
+#kst_add_plugin(filters differentiation)
if(gsl)
More information about the Kst
mailing list