[Cs-dev] repository cleanup
Date | 2013-07-22 15:22 |
From | Felipe Sateler |
Subject | [Cs-dev] repository cleanup |
Hi, I just noticed that there are some unused files in the repository. Some of these I think could go away, so I deleted them. I pushed the changes to the branch stale-file-removal. If it looks good then it can be merged in. -- Saludos, Felipe Sateler ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-07-22 18:57 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] repository cleanup |
What files? > Hi, I just noticed that there are some unused files in the repository. > Some of these I think could go away, so I deleted them. I pushed the > changes to the branch stale-file-removal. If it looks good then it can > be merged in. > > > > -- > > Saludos, > Felipe Sateler > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-07-22 21:20 |
From | Felipe Sateler |
Subject | Re: [Cs-dev] repository cleanup |
Its mostly old, unused frontends: flcsound, OSX, tclcsound and cscore. The full diffstat follows. Other files are either empty or unreferenced from any other source file or cmake target. Doxyfile | 2 +- Doxyfile-CsoundAC | 2 +- H/diskin.h | 62 - H/resource.h | 39 - NEWS | 0 Opcodes/dssi4cs/src/seq_event.h | 460 -- Opcodes/gab/radiobaton.c | 341 -- Opcodes/pvslock.c | 79 - after_osx | 2 - doc/api/apiUserManual.tex | 0 doxygen.sty | 77 - frontends/CsoundVST/swig.bat | 2 - frontends/OSX/Csound5_prefix.pch | 5 - frontends/OSX/CsoundHelp/index.html | 5209 ---------------------- frontends/OSX/Csound_5.xcode/project.pbxproj | 382 -- frontends/OSX/English.lproj/InfoPlist.strings | Bin 258 -> 0 bytes frontends/OSX/English.lproj/main.nib/classes.nib | 4 - frontends/OSX/English.lproj/main.nib/info.nib | 27 - frontends/OSX/English.lproj/main.nib/objects.xib | 300 -- frontends/OSX/Info.plist | 24 - frontends/OSX/main.c | 472 -- frontends/OSX/play.icns | Bin 65331 -> 0 bytes frontends/OSX/version.plist | 16 - frontends/cscore/cscore.c | 46 - frontends/cscore/cscoremain.c | 90 - frontends/cseditor/cseditor.cxx | 1762 -------- frontends/flcsound/canvas.cpp | 98 - frontends/flcsound/canvas.hpp | 34 - frontends/flcsound/curve.cpp | 160 - frontends/flcsound/curve.hpp | 63 - frontends/flcsound/flcsound.mf | 41 - frontends/flcsound/flcsound.rc | 1 - frontends/flcsound/flcsound.xbm | 262 -- frontends/flcsound/flcsound64.ico | Bin 12862 -> 0 bytes frontends/flcsound/main.cpp | 546 --- frontends/flcsound/mkicons.sh | 20 - frontends/flcsound/plots.cpp | 109 - frontends/flcsound/plots.hpp | 41 - frontends/flcsound/px2pt.c | 18 - frontends/flcsound/synthesizer.cpp | 219 - frontends/flcsound/synthesizer.hpp | 58 - frontends/flcsound/u2d.c | 76 - frontends/tclcsound/command_summary.txt | 114 - frontends/tclcsound/commands.c | 1385 ------ frontends/tclcsound/cswish.r | 13 - frontends/tclcsound/main_tclsh.c | 48 - frontends/tclcsound/main_wish.c | 53 - frontends/tclcsound/tclcsound.c | 47 - frontends/tclcsound/tclcsound.h | 75 - refman_header.tex | 158 - util1/cscore/cscore.c | 397 -- util1/cscore/cscore.h | 23 - util1/cscore/cscore_main.c | 54 - util1/cscore/main.c | 51 - On Mon, Jul 22, 2013 at 1:57 PM, |
Date | 2013-07-22 21:46 |
From | Michael Gogins |
Subject | Re: [Cs-dev] repository cleanup |
Attachments | None None |
Doxyfile and Doxyfile-CsoundAC are used to generate API documentation for Csound and CsoundAC. Those are the only files that I could see that I am sure are being used. Regards, Mike =========================== Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Jul 22, 2013 at 4:20 PM, Felipe Sateler <fsateler@gmail.com> wrote: Its mostly old, unused frontends: flcsound, OSX, tclcsound and cscore. |
Date | 2013-07-22 21:47 |
From | Michael Gogins |
Subject | Re: [Cs-dev] repository cleanup |
Attachments | None None |
Although I'm not sure, I wonder if the cscore files are being used. Regards, Mike
=========================== Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Jul 22, 2013 at 4:46 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2013-07-22 21:52 |
From | Felipe Sateler |
Subject | Re: [Cs-dev] repository cleanup |
On Mon, Jul 22, 2013 at 4:46 PM, Michael Gogins |
Date | 2013-07-22 21:54 |
From | Felipe Sateler |
Subject | Re: [Cs-dev] repository cleanup |
On Mon, Jul 22, 2013 at 4:47 PM, Michael Gogins |
Date | 2013-07-22 21:58 |
From | Michael Gogins |
Subject | Re: [Cs-dev] repository cleanup |
Attachments | None None |
That sounds right. On Jul 22, 2013 4:55 PM, "Felipe Sateler" <fsateler@gmail.com> wrote:
On Mon, Jul 22, 2013 at 4:47 PM, Michael Gogins |
Date | 2013-07-23 00:38 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] repository cleanup |
Attachments | None None |
I think Victor stopped supporting tclcsound in Csound6 so that can possibly go if he's OK with it.
flcsound is probably another unsupported front end which was never updated to csound6, I would think it can go too. Another idea can be to move most of the documentation files from the root directory into a doc folder. Cheers, Andrés On Mon, Jul 22, 2013 at 1:20 PM, Felipe Sateler <fsateler@gmail.com> wrote: Its mostly old, unused frontends: flcsound, OSX, tclcsound and cscore. |
Date | 2013-07-23 01:54 |
From | Michael Gogins |
Subject | Re: [Cs-dev] repository cleanup |
Attachments | None None |
The doc folder is a good idea. You are correct as far as I know about both tcl features and flcsound. =========================== Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Jul 22, 2013 at 7:38 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
|
Date | 2013-07-23 06:41 |
From | Steven Yi |
Subject | Re: [Cs-dev] repository cleanup |
I can't comment on cscore, but the rest seem good to me. I'd also certainly like a tidier root directory. On Mon, Jul 22, 2013 at 8:54 PM, Michael Gogins |
Date | 2013-07-28 13:38 |
From | Steven Yi |
Subject | Re: [Cs-dev] repository cleanup |
Hi All, Just FYI: I've gone ahead and merged in the stale-file-removal branch into master. I've also gone ahead and deleted the branch from SF. Thanks! steven On Tue, Jul 23, 2013 at 7:41 AM, Steven Yi |