From 6f9e18a9d2ff87d6dba6a61c4a0c3f9d7f733723 Mon Sep 17 00:00:00 2001 From: Russ Tedrake Date: Sat, 25 Jan 2014 05:33:33 -0500 Subject: [PATCH] cleaning up in preparation for public? debut --- .settings/org.eclipse.cdt.codan.core.prefs | 67 --------------- .settings/org.eclipse.cdt.core.prefs | 95 ---------------------- README | 16 ++-- 3 files changed, 9 insertions(+), 169 deletions(-) delete mode 100644 .settings/org.eclipse.cdt.codan.core.prefs delete mode 100644 .settings/org.eclipse.cdt.core.prefs diff --git a/.settings/org.eclipse.cdt.codan.core.prefs b/.settings/org.eclipse.cdt.codan.core.prefs deleted file mode 100644 index 77386c23cbe3..000000000000 --- a/.settings/org.eclipse.cdt.codan.core.prefs +++ /dev/null @@ -1,67 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.cdt.codan.checkers.errnoreturn=Warning -org.eclipse.cdt.codan.checkers.errnoreturn.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},implicit\=>false} -org.eclipse.cdt.codan.checkers.errreturnvalue=Error -org.eclipse.cdt.codan.checkers.errreturnvalue.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.checkers.noreturn=Error -org.eclipse.cdt.codan.checkers.noreturn.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},implicit\=>false} -org.eclipse.cdt.codan.internal.checkers.AbstractClassCreation=Error -org.eclipse.cdt.codan.internal.checkers.AbstractClassCreation.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.AmbiguousProblem=Error -org.eclipse.cdt.codan.internal.checkers.AmbiguousProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.AssignmentInConditionProblem=Warning -org.eclipse.cdt.codan.internal.checkers.AssignmentInConditionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.AssignmentToItselfProblem=Error -org.eclipse.cdt.codan.internal.checkers.AssignmentToItselfProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.CaseBreakProblem=Warning -org.eclipse.cdt.codan.internal.checkers.CaseBreakProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},no_break_comment\=>"no break",last_case_param\=>false,empty_case_param\=>false} -org.eclipse.cdt.codan.internal.checkers.CatchByReference=Warning -org.eclipse.cdt.codan.internal.checkers.CatchByReference.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},unknown\=>false,exceptions\=>()} -org.eclipse.cdt.codan.internal.checkers.CircularReferenceProblem=Error -org.eclipse.cdt.codan.internal.checkers.CircularReferenceProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.ClassMembersInitialization=Warning -org.eclipse.cdt.codan.internal.checkers.ClassMembersInitialization.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},skip\=>true} -org.eclipse.cdt.codan.internal.checkers.FieldResolutionProblem=Error -org.eclipse.cdt.codan.internal.checkers.FieldResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.FunctionResolutionProblem=Error -org.eclipse.cdt.codan.internal.checkers.FunctionResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.InvalidArguments=Error -org.eclipse.cdt.codan.internal.checkers.InvalidArguments.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.InvalidTemplateArgumentsProblem=Error -org.eclipse.cdt.codan.internal.checkers.InvalidTemplateArgumentsProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.LabelStatementNotFoundProblem=Error -org.eclipse.cdt.codan.internal.checkers.LabelStatementNotFoundProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.MemberDeclarationNotFoundProblem=Error -org.eclipse.cdt.codan.internal.checkers.MemberDeclarationNotFoundProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.MethodResolutionProblem=Error -org.eclipse.cdt.codan.internal.checkers.MethodResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.NamingConventionFunctionChecker=-Info -org.eclipse.cdt.codan.internal.checkers.NamingConventionFunctionChecker.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},pattern\=>"^[a-z]",macro\=>true,exceptions\=>()} -org.eclipse.cdt.codan.internal.checkers.NonVirtualDestructorProblem=Warning -org.eclipse.cdt.codan.internal.checkers.NonVirtualDestructorProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.OverloadProblem=Error -org.eclipse.cdt.codan.internal.checkers.OverloadProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.RedeclarationProblem=Error -org.eclipse.cdt.codan.internal.checkers.RedeclarationProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.RedefinitionProblem=Error -org.eclipse.cdt.codan.internal.checkers.RedefinitionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.ReturnStyleProblem=-Warning -org.eclipse.cdt.codan.internal.checkers.ReturnStyleProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.ScanfFormatStringSecurityProblem=-Warning -org.eclipse.cdt.codan.internal.checkers.ScanfFormatStringSecurityProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.StatementHasNoEffectProblem=Warning -org.eclipse.cdt.codan.internal.checkers.StatementHasNoEffectProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},macro\=>true,exceptions\=>()} -org.eclipse.cdt.codan.internal.checkers.SuggestedParenthesisProblem=Warning -org.eclipse.cdt.codan.internal.checkers.SuggestedParenthesisProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},paramNot\=>false} -org.eclipse.cdt.codan.internal.checkers.SuspiciousSemicolonProblem=Warning -org.eclipse.cdt.codan.internal.checkers.SuspiciousSemicolonProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},else\=>false,afterelse\=>false} -org.eclipse.cdt.codan.internal.checkers.TypeResolutionProblem=Error -org.eclipse.cdt.codan.internal.checkers.TypeResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} -org.eclipse.cdt.codan.internal.checkers.UnusedFunctionDeclarationProblem=Warning -org.eclipse.cdt.codan.internal.checkers.UnusedFunctionDeclarationProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},macro\=>true} -org.eclipse.cdt.codan.internal.checkers.UnusedStaticFunctionProblem=Warning -org.eclipse.cdt.codan.internal.checkers.UnusedStaticFunctionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},macro\=>true} -org.eclipse.cdt.codan.internal.checkers.UnusedVariableDeclarationProblem=Warning -org.eclipse.cdt.codan.internal.checkers.UnusedVariableDeclarationProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},macro\=>true,exceptions\=>("@(\#)","$Id")} -org.eclipse.cdt.codan.internal.checkers.VariableResolutionProblem=Error -org.eclipse.cdt.codan.internal.checkers.VariableResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} diff --git a/.settings/org.eclipse.cdt.core.prefs b/.settings/org.eclipse.cdt.core.prefs deleted file mode 100644 index 3dff61fa99db..000000000000 --- a/.settings/org.eclipse.cdt.core.prefs +++ /dev/null @@ -1,95 +0,0 @@ -eclipse.preferences.version=1 -environment/project/0.223161107.1310619659/CC/delimiter=\: -environment/project/0.223161107.1310619659/CC/operation=append -environment/project/0.223161107.1310619659/CC/value=/usr/bin/gcc -environment/project/0.223161107.1310619659/CLASSPATH/delimiter=\: -environment/project/0.223161107.1310619659/CLASSPATH/operation=append -environment/project/0.223161107.1310619659/CLASSPATH/value=/Applications/MATLAB_R2012a.app/java/jar/jmi.jar\:/usr/local/share/java/lcm.jar\:/Users/russt/locomotion/drake/drake.jar\:/Users/russt/drc/\:/Users/russt/drc/software/build/share/java/lcmtypes_drc_lcmtypes.jar\:. -environment/project/0.223161107.1310619659/CXX/delimiter=\: -environment/project/0.223161107.1310619659/CXX/operation=append -environment/project/0.223161107.1310619659/CXX/value=/usr/bin/g++ -environment/project/0.223161107.1310619659/DYLD_LIBRARY_PATH/delimiter=\: -environment/project/0.223161107.1310619659/DYLD_LIBRARY_PATH/operation=append -environment/project/0.223161107.1310619659/DYLD_LIBRARY_PATH/value=/Users/russt/drc/software/build/lib -environment/project/0.223161107.1310619659/PATH/delimiter=\: -environment/project/0.223161107.1310619659/PATH/operation=replace -environment/project/0.223161107.1310619659/PATH/value=/usr/bin\:/bin\:/usr/sbin\:/sbin\:/usr/local/bin\:/opt/local/bin/ -environment/project/0.223161107.1310619659/PKG_CONFIG_PATH/delimiter=\: -environment/project/0.223161107.1310619659/PKG_CONFIG_PATH/operation=replace -environment/project/0.223161107.1310619659/PKG_CONFIG_PATH/value=/Users/russt/drc/software/build/lib/pkgconfig\:/usr/local/lib/pkgconfig\:/opt/local/lib/pkgconfig -environment/project/0.223161107.1310619659/append=true -environment/project/0.223161107.1310619659/appendContributed=true -environment/project/0.223161107.1727723485/CLASSPATH/delimiter=\: -environment/project/0.223161107.1727723485/CLASSPATH/operation=append -environment/project/0.223161107.1727723485/CLASSPATH/value=/Applications/MATLAB_R2012a.app/java/jar/jmi.jar\:/usr/local/share/java/lcm.jar\:/Users/russt/locomotion/drake/drake.jar\:/Users/russt/drc/\:/Users/russt/drc/software/build/share/java/lcmtypes_drc_lcmtypes.jar\:. -environment/project/0.223161107.1727723485/DYLD_LIBRARY_PATH/delimiter=\: -environment/project/0.223161107.1727723485/DYLD_LIBRARY_PATH/operation=append -environment/project/0.223161107.1727723485/DYLD_LIBRARY_PATH/value=/Users/russt/drc/software/build/lib -environment/project/0.223161107.1727723485/PATH/delimiter=\: -environment/project/0.223161107.1727723485/PATH/operation=replace -environment/project/0.223161107.1727723485/PATH/value=/usr/bin\:/bin\:/usr/sbin\:/sbin\:/usr/local/bin\:/opt/local/bin/ -environment/project/0.223161107.1727723485/PKG_CONFIG_PATH/delimiter=\: -environment/project/0.223161107.1727723485/PKG_CONFIG_PATH/operation=replace -environment/project/0.223161107.1727723485/PKG_CONFIG_PATH/value=/Users/russt/drc/software/build/lib/pkgconfig\:/usr/local/lib/pkgconfig\:/opt/local/lib/pkgconfig -environment/project/0.223161107.1727723485/append=true -environment/project/0.223161107.1727723485/appendContributed=true -environment/project/0.223161107.510608512.176263674/CC/delimiter=\: -environment/project/0.223161107.510608512.176263674/CC/operation=append -environment/project/0.223161107.510608512.176263674/CC/value=/usr/bin/gcc -environment/project/0.223161107.510608512.176263674/CLASSPATH/delimiter=\: -environment/project/0.223161107.510608512.176263674/CLASSPATH/operation=append -environment/project/0.223161107.510608512.176263674/CLASSPATH/value=/Applications/MATLAB_R2012a.app/java/jar/jmi.jar\:/usr/local/share/java/lcm.jar\:/Users/russt/locomotion/drake/drake.jar\:/Users/russt/drc/\:/Users/russt/drc/software/build/share/java/lcmtypes_drc_lcmtypes.jar\:. -environment/project/0.223161107.510608512.176263674/CXX/delimiter=\: -environment/project/0.223161107.510608512.176263674/CXX/operation=append -environment/project/0.223161107.510608512.176263674/CXX/value=/usr/bin/g++ -environment/project/0.223161107.510608512.176263674/DYLD_LIBRARY_PATH/delimiter=\: -environment/project/0.223161107.510608512.176263674/DYLD_LIBRARY_PATH/operation=append -environment/project/0.223161107.510608512.176263674/DYLD_LIBRARY_PATH/value=/Users/russt/drc/software/build/lib -environment/project/0.223161107.510608512.176263674/PATH/delimiter=\: -environment/project/0.223161107.510608512.176263674/PATH/operation=replace -environment/project/0.223161107.510608512.176263674/PATH/value=/usr/bin\:/bin\:/usr/sbin\:/sbin\:/usr/local/bin\:/opt/local/bin/ -environment/project/0.223161107.510608512.176263674/PKG_CONFIG_PATH/delimiter=\: -environment/project/0.223161107.510608512.176263674/PKG_CONFIG_PATH/operation=replace -environment/project/0.223161107.510608512.176263674/PKG_CONFIG_PATH/value=/Users/russt/drc/software/build/lib/pkgconfig\:/usr/local/lib/pkgconfig\:/opt/local/lib/pkgconfig -environment/project/0.223161107.510608512.176263674/append=true -environment/project/0.223161107.510608512.176263674/appendContributed=true -environment/project/0.223161107.510608512/CC/delimiter=\: -environment/project/0.223161107.510608512/CC/operation=append -environment/project/0.223161107.510608512/CC/value=/usr/bin/gcc -environment/project/0.223161107.510608512/CLASSPATH/delimiter=\: -environment/project/0.223161107.510608512/CLASSPATH/operation=append -environment/project/0.223161107.510608512/CLASSPATH/value=/Applications/MATLAB_R2012a.app/java/jar/jmi.jar\:/usr/local/share/java/lcm.jar\:/Users/russt/locomotion/drake/drake.jar\:/Users/russt/drc/\:/Users/russt/drc/software/build/share/java/lcmtypes_drc_lcmtypes.jar\:. -environment/project/0.223161107.510608512/CXX/delimiter=\: -environment/project/0.223161107.510608512/CXX/operation=append -environment/project/0.223161107.510608512/CXX/value=/usr/bin/g++ -environment/project/0.223161107.510608512/DYLD_LIBRARY_PATH/delimiter=\: -environment/project/0.223161107.510608512/DYLD_LIBRARY_PATH/operation=append -environment/project/0.223161107.510608512/DYLD_LIBRARY_PATH/value=/Users/russt/drc/software/build/lib -environment/project/0.223161107.510608512/PATH/delimiter=\: -environment/project/0.223161107.510608512/PATH/operation=replace -environment/project/0.223161107.510608512/PATH/value=/usr/bin\:/bin\:/usr/sbin\:/sbin\:/usr/local/bin\:/opt/local/bin/ -environment/project/0.223161107.510608512/PKG_CONFIG_PATH/delimiter=\: -environment/project/0.223161107.510608512/PKG_CONFIG_PATH/operation=replace -environment/project/0.223161107.510608512/PKG_CONFIG_PATH/value=/Users/russt/drc/software/build/lib/pkgconfig\:/usr/local/lib/pkgconfig\:/opt/local/lib/pkgconfig -environment/project/0.223161107.510608512/append=true -environment/project/0.223161107.510608512/appendContributed=true -environment/project/0.223161107/CC/delimiter=\: -environment/project/0.223161107/CC/operation=append -environment/project/0.223161107/CC/value=/usr/bin/gcc -environment/project/0.223161107/CLASSPATH/delimiter=\: -environment/project/0.223161107/CLASSPATH/operation=append -environment/project/0.223161107/CLASSPATH/value=/Applications/MATLAB_R2012a.app/java/jar/jmi.jar\:/usr/local/share/java/lcm.jar\:/Users/russt/locomotion/drake/drake.jar\:/Users/russt/drc/\:/Users/russt/drc/software/build/share/java/lcmtypes_drc_lcmtypes.jar\:. -environment/project/0.223161107/CXX/delimiter=\: -environment/project/0.223161107/CXX/operation=append -environment/project/0.223161107/CXX/value=/usr/bin/g++ -environment/project/0.223161107/DYLD_LIBRARY_PATH/delimiter=\: -environment/project/0.223161107/DYLD_LIBRARY_PATH/operation=append -environment/project/0.223161107/DYLD_LIBRARY_PATH/value=/Users/russt/drc/software/build/lib -environment/project/0.223161107/PATH/delimiter=\: -environment/project/0.223161107/PATH/operation=replace -environment/project/0.223161107/PATH/value=/usr/bin\:/bin\:/usr/sbin\:/sbin\:/usr/local/bin\:/opt/local/bin/ -environment/project/0.223161107/PKG_CONFIG_PATH/delimiter=\: -environment/project/0.223161107/PKG_CONFIG_PATH/operation=replace -environment/project/0.223161107/PKG_CONFIG_PATH/value=/Users/russt/drc/software/build/lib/pkgconfig\:/usr/local/lib/pkgconfig\:/opt/local/lib/pkgconfig -environment/project/0.223161107/append=true -environment/project/0.223161107/appendContributed=true diff --git a/README b/README index b5c7d44a1c0f..0e3f467aef1e 100644 --- a/README +++ b/README @@ -1,9 +1,3 @@ -This software is constructed according to the Pods software policies and -templates. The policies and templates can be found at: - - http://sourceforge.net/projects/pods - -==== Name: drake Maintainers: Russ Tedrake @@ -12,7 +6,7 @@ Description: http://drake.mit.edu Requirements: - spotless + spotless https://github.com/mmt/spotless Strongly Recommended Dependencies: eigen3 @@ -22,6 +16,7 @@ Optional Dependencies: snopt7 sedumi cplex + ... MATLAB Toolbox Dependencies: Control System Toolbox @@ -59,3 +54,10 @@ MATLAB Toolbox Dependencies: License: BSD (http://drake.mit.edu/license) +==== + +This software is constructed according to the Pods software policies and +templates. The policies and templates can be found at: + + http://sourceforge.net/projects/pods +