code-google-com / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

Seperate different products into seperate releases e.g. Bullet vs Extras #283

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is an enhancement that would be nice but not necessary.  

What steps will reproduce the problem?
1. By simply removing the Extras directory it saves ~5MB of tarball, 31MB
of source.    

What is the expected output? What do you see instead?
I don't know how many people use the Extra libraries, but for the purposes
of using Bullet itself they significantly increase the footprint of a
checkout/source tree.  

Browsing around most of them they appear to be less actively developed than
Bullet itself and independent releases might make it clearer about their
development status.  

What version of the product are you using? On what operating system?
2.75 linux

Please provide any additional information below.
I have been building my own tarball for redistribution using the following
patch and tar command.  
{{{
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt  (revision 1779)
+++ CMakeLists.txt  (working copy)
@@ -64,7 +64,7 @@
   SUBDIRS(Demos)
 ENDIF(BUILD_DEMOS)

-OPTION(BUILD_EXTRAS "Set when you want to build the extras" ON)
+OPTION(BUILD_EXTRAS "Set when you want to build the extras" OFF)
 IF(BUILD_EXTRAS)
   SUBDIRS(Extras)
 ENDIF(BUILD_EXTRAS)

}}}
and the command 
{{{
tar --exclude="Extras" --exclude=".svn" -czf $(TARBALL) $(SVN_DIR)
}}}

Original issue reported on code.google.com by Tully.Foote on 25 Sep 2009 at 9:53

GoogleCodeExporter commented 9 years ago
need to think about the Extras folder. Right now, people are using 
BulletColladaConverter for 
serialization/toolchain.

Original comment by erwin.coumans on 3 Nov 2009 at 6:59

GoogleCodeExporter commented 9 years ago

Once we have binary serialization, we probably move BulletColladaConverter to a 
separate project/tree.

Original comment by erwin.coumans on 21 Dec 2009 at 11:30

GoogleCodeExporter commented 9 years ago
COLLADA_DOM, libxml and BulletColladaConverter has been moved to 
http://dynamica.googlecode.com

Original comment by erwin.coumans on 4 Mar 2010 at 7:31

GoogleCodeExporter commented 9 years ago
Most of the large projects (COLLADA/XML etc) have been moved out to a different 
project, http://dynamica.googlecode.com

We want to keep the remaining bits, so let's close the issue.

Original comment by erwin.coumans on 31 Mar 2011 at 9:26