Changeset 30461 for lang/cplusplus/i3
- Timestamp:
- 02/23/09 21:40:38 (4 years ago)
- Location:
- lang/cplusplus/i3/trunk
- Files:
-
- 5 modified
-
configure.ac (modified) (2 diffs)
-
kdevelop/i3.kdevelop (modified) (1 diff)
-
kdevelop/i3.kdevses (modified) (1 diff)
-
src/Main.cpp (modified) (1 diff)
-
src/mol/src/Test1.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/i3/trunk/configure.ac
r30458 r30461 2 2 # Process this file with autoconf to produce a configure script. 3 3 4 AC_PREREQ(2.6 3)4 AC_PREREQ(2.61) 5 5 AC_INIT([i3],[0.1],[dyob@lunaport.net]) 6 6 AC_CONFIG_AUX_DIR([build-aux]) … … 17 17 if test "$enable_debug" = "yes"; then 18 18 if test "$CFLAGS" = ""; then 19 CFLAGS="- g"19 CFLAGS="-O0 -g" 20 20 fi 21 21 if test "$CXXFLAGS" = ""; then 22 CXXFLAGS="- g"22 CXXFLAGS="-O0 -g" 23 23 fi 24 24 fi -
lang/cplusplus/i3/trunk/kdevelop/i3.kdevelop
r27680 r30461 22 22 <general> 23 23 <useconfiguration>default</useconfiguration> 24 <activetarget> mol_test_debug</activetarget>24 <activetarget>i3_debug</activetarget> 25 25 </general> 26 26 <run> -
lang/cplusplus/i3/trunk/kdevelop/i3.kdevses
r29237 r30461 2 2 <!DOCTYPE KDevPrjSession> 3 3 <KDevPrjSession> 4 <DocsAndViews NumberOfDocuments="0" /> 4 <DocsAndViews NumberOfDocuments="3" > 5 <Doc0 NumberOfViews="1" URL="file:///home/user/projects/i3/src/Main.cpp" > 6 <View0 Encoding="" line="37" Type="Source" /> 7 </Doc0> 8 <Doc1 NumberOfViews="1" URL="file:///home/user/projects/i3/src/mol/src/Test1.cpp" > 9 <View0 Encoding="" line="107" Type="Source" /> 10 </Doc1> 11 <Doc2 NumberOfViews="1" URL="file:///usr/lib/gcc/i486-linux-gnu/4.3/include/objc/objc-api.h" > 12 <View0 Encoding="" line="200" Type="Source" /> 13 </Doc2> 14 </DocsAndViews> 5 15 <pluginList> 6 16 <kdevdebugger> -
lang/cplusplus/i3/trunk/src/Main.cpp
r30432 r30461 5 5 int main(int argc, const char** argv) 6 6 { 7 8 7 using namespace std; 9 8 using namespace boost; -
lang/cplusplus/i3/trunk/src/mol/src/Test1.cpp
r30275 r30461 68 68 int global = 0; 69 69 70 struct FooModule : Module<FooModule>70 struct FooModule : mol::Module<FooModule> 71 71 { 72 72 void execute(FooEvent& e) … … 106 106 } 107 107 }; 108 struct FooGuiModule : GuiModule<FooGuiModule>108 struct FooGuiModule : mol::GuiModule<FooGuiModule> 109 109 { 110 110 void createUI()
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)