Moving files around to get rid of the shared include tree. Some other
authordagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 14 Apr 2004 20:13:25 +0000 (20:13 +0000)
committerdagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 14 Apr 2004 20:13:25 +0000 (20:13 +0000)
commitd8f124de0295aea546b6debf5945bfeea2bbeb2a
tree2d4ae26a7aa0a40006549b20e0f24019fa4b4808
parentf95bc8309fe113855266f4445874248b6a285062
Moving files around to get rid of the shared include tree. Some other
cleaning and renaming at the same time. Unfortunately such moves must be
done in more than one commit. This is not final yet!

git-svn-id: http://ltt.polymtl.ca/svn@501 04897980-b3bd-0310-b5e0-8ef037075253
79 files changed:
ltt/branches/poly/configure.in
ltt/branches/poly/include/Makefile.am [deleted file]
ltt/branches/poly/include/lttv/Makefile.am [deleted file]
ltt/branches/poly/include/lttv/attribute.h [deleted file]
ltt/branches/poly/include/lttv/batchAnalysis.h [deleted file]
ltt/branches/poly/include/lttv/common.h [deleted file]
ltt/branches/poly/include/lttv/filter.h [deleted file]
ltt/branches/poly/include/lttv/gtkdirsel.h [deleted file]
ltt/branches/poly/include/lttv/gtkmultivpaned.h [deleted file]
ltt/branches/poly/include/lttv/gtktraceset.h [deleted file]
ltt/branches/poly/include/lttv/hook.h [deleted file]
ltt/branches/poly/include/lttv/iattribute.h [deleted file]
ltt/branches/poly/include/lttv/lttv.h [deleted file]
ltt/branches/poly/include/lttv/lttvfilter.h [deleted file]
ltt/branches/poly/include/lttv/mainwindow.h [deleted file]
ltt/branches/poly/include/lttv/menu.h [deleted file]
ltt/branches/poly/include/lttv/module.h [deleted file]
ltt/branches/poly/include/lttv/option.h [deleted file]
ltt/branches/poly/include/lttv/processTrace.h [deleted file]
ltt/branches/poly/include/lttv/state.h [deleted file]
ltt/branches/poly/include/lttv/stats.h [deleted file]
ltt/branches/poly/include/lttv/textDump.h [deleted file]
ltt/branches/poly/include/lttv/toolbar.h [deleted file]
ltt/branches/poly/include/lttv/traceset.h [deleted file]
ltt/branches/poly/lttv/lttv/Makefile.am [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/attribute.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/attribute.h [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/batchtest.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/filter.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/filter.h [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/hook.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/hook.h [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/iattribute.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/iattribute.h [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/lttv.h [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/main.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/module.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/module.h [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/option.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/option.h [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/processTrace.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/state.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/state.h [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/stats.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/stats.h [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/tracecontext.h [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/traceset.c [new file with mode: 0644]
ltt/branches/poly/lttv/lttv/traceset.h [new file with mode: 0644]
ltt/branches/poly/lttv/main/Makefile.am [deleted file]
ltt/branches/poly/lttv/main/attribute.c [deleted file]
ltt/branches/poly/lttv/main/filter.c [deleted file]
ltt/branches/poly/lttv/main/hook.c [deleted file]
ltt/branches/poly/lttv/main/iattribute.c [deleted file]
ltt/branches/poly/lttv/main/main.c [deleted file]
ltt/branches/poly/lttv/main/module.c [deleted file]
ltt/branches/poly/lttv/main/option.c [deleted file]
ltt/branches/poly/lttv/main/processTrace.c [deleted file]
ltt/branches/poly/lttv/main/state.c [deleted file]
ltt/branches/poly/lttv/main/stats.c [deleted file]
ltt/branches/poly/lttv/main/traceset.c [deleted file]
ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c
ltt/branches/poly/lttv/modules/gui/controlflow/drawitem.c
ltt/branches/poly/lttv/modules/gui/detailedevents/events.c
ltt/branches/poly/lttv/modules/gui/main/src/init_module.c
ltt/branches/poly/lttv/modules/gui/mainlib/Makefile.am
ltt/branches/poly/lttv/modules/gui/mainlib/common.h [new file with mode: 0644]
ltt/branches/poly/lttv/modules/gui/mainlib/gtkdirsel.h [new file with mode: 0644]
ltt/branches/poly/lttv/modules/gui/mainlib/gtkmultivpaned.h [new file with mode: 0644]
ltt/branches/poly/lttv/modules/gui/mainlib/gtktraceset.c
ltt/branches/poly/lttv/modules/gui/mainlib/gtktraceset.h [new file with mode: 0644]
ltt/branches/poly/lttv/modules/gui/mainlib/lttvfilter.h [new file with mode: 0644]
ltt/branches/poly/lttv/modules/gui/mainlib/mainwindow.h [new file with mode: 0644]
ltt/branches/poly/lttv/modules/gui/mainlib/menu.h [new file with mode: 0644]
ltt/branches/poly/lttv/modules/gui/mainlib/toolbar.h [new file with mode: 0644]
ltt/branches/poly/lttv/modules/gui/statistics/statistics.c
ltt/branches/poly/lttv/modules/text/Makefile.am
ltt/branches/poly/lttv/modules/text/batchAnalysis.c
ltt/branches/poly/lttv/modules/text/batchanalysis.h [new file with mode: 0644]
ltt/branches/poly/lttv/modules/text/batchtest.c [deleted file]
This page took 0.028229 seconds and 4 git commands to generate.