Fixed some CMakeLists :)
authorsaiam
Wed, 05 Nov 2008 20:58:04 +0000
changeset 10 78d81d5c2d61
parent 9 7ab1f683e4fb
child 11 75d873305ef3
Fixed some CMakeLists :)
plan/plan_template.xhtml
plan/pplan.xhtml
src/CMakeLists.txt
src/proto2/CMakeLists.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plan/plan_template.xhtml	Wed Nov 05 20:58:04 2008 +0000
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>AS-0.1102 Project plan</title>
+</head>
+
+<body>
+
+<div style="text-align: center">
+<h3>AS-0.1102 - project plan</h3>
+<h1>Subject <i>subject number</i> - <i>project subject</i></h1>
+</div>
+
+<h3>Authors:</h3>
+
+<table>
+<tr>
+<td>54321X</td>
+<td>Kalle Koodari</td>
+<td><a href="mailto:kalle.koodari@cgurus.com">kalle.koodari@cgurus.com</a></td>
+</tr>
+<tr>
+<td>12345Z</td>
+<td>Keijo Kommentoija</td>
+<td><a href="mailto:kkommento@kommarit.ru">kkommento@kommarit.ru</a></td>
+</tr>
+<tr>
+<td>56789W</td>
+<td>Diana Dokumentoija</td>
+<td><a href="mailto:ddokumen@cc.hut.fi">ddokumen@cc.hut.fi</a></td>
+</tr>
+</table>
+
+<h3>Last updated: </h3>
+
+<p>01.01.2006</p>
+
+<h2>Requirement specification</h2>
+
+<p>In this chapter you must define what your program must do and what additional features it may have.
+You can for example order requirements in order of importance. Please make clear which features are
+mandatory for the program and which are additional features.</p>
+
+<p>Do not specify the functionality of your program in source code level, but define what user can do with your 
+program.</p>
+
+<h2>Program architecture</h2>
+
+<p>In this chapter you must tell how you can fulfill the requirement specification. What architectural structures
+and interfaces you need. You must also draw some kind of diagram(s) of your program. Those don't need to be in UML or SA/SD
+format, but diagrams must clarify the structure of your program.</p>
+
+<p>Do not write your source code here. You may write definitions of some ADT:s or function prototypes if those
+make it easier to understand your architectural decisions.</p>
+
+<p>Please tell also what other possibilities there are to solve the problem and why you decided to do it in
+the way you decided.</p>
+
+
+<h2>Tasks sharing</h2>
+
+<p>In this chapter you must tell how you will share the tasks inside your group ie. you must tell the duty of every 
+single person in your group.</p>
+
+<p>you must also tell in which part of the project you must co-operate to make your program to work.</p>
+
+<h2>Program testing</h2>
+
+<p>In this chapter you must tell how you are going to test your program and how you make sure that every part of it
+really works.</p>
+
+<h2>Project schedule</h2>
+
+<p>In this chapter you must plan the schedule of your project. When to start, when the modules must be ready,
+when to test modules, when to integrate and do the final tests and document.</p>
+
+<h2>References</h2>
+
+<p>In this chapter you must tell what references you have used and will use during your project.
+You must also tell if you plan to use some software components , which you haven't written yourself,
+in your program.</p>
+
+</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plan/pplan.xhtml	Wed Nov 05 20:58:04 2008 +0000
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>AS-0.1102 Project plan</title>
+</head>
+
+<body>
+
+<div style="text-align: center">
+<h3>AS-0.1102 - project plan</h3>
+<h1>Subject <i>subject number</i> - <i>project subject</i></h1>
+</div>
+
+<h3>Authors:</h3>
+
+<table>
+<tr>
+<td>79171V</td>
+<td>Atle Kivelä</td>
+<td><a href="mailto:atle.kivela@tkk.fi">atle.kivela@tkk.fi</a></td>
+</tr>
+<tr>
+<td></td>
+<td>Keijo Kommentoija</td>
+<td><a href="mailto:kkommento@kommarit.ru">kkommento@kommarit.ru</a></td>
+</tr>
+<tr>
+<td>56789W</td>
+<td>Diana Dokumentoija</td>
+<td><a href="mailto:ddokumen@cc.hut.fi">ddokumen@cc.hut.fi</a></td>
+</tr>
+</table>
+
+<h3>Last updated: </h3>
+
+<p>01.01.2006</p>
+
+<h2>Requirement specification</h2>
+
+<p>In this chapter you must define what your program must do and what additional features it may have.
+You can for example order requirements in order of importance. Please make clear which features are
+mandatory for the program and which are additional features.</p>
+
+<p>Do not specify the functionality of your program in source code level, but define what user can do with your 
+program.</p>
+
+<h2>Program architecture</h2>
+
+<p>In this chapter you must tell how you can fulfill the requirement specification. What architectural structures
+and interfaces you need. You must also draw some kind of diagram(s) of your program. Those don't need to be in UML or SA/SD
+format, but diagrams must clarify the structure of your program.</p>
+
+<p>Do not write your source code here. You may write definitions of some ADT:s or function prototypes if those
+make it easier to understand your architectural decisions.</p>
+
+<p>Please tell also what other possibilities there are to solve the problem and why you decided to do it in
+the way you decided.</p>
+
+
+<h2>Tasks sharing</h2>
+
+<p>In this chapter you must tell how you will share the tasks inside your group ie. you must tell the duty of every 
+single person in your group.</p>
+
+<p>you must also tell in which part of the project you must co-operate to make your program to work.</p>
+
+<h2>Program testing</h2>
+
+<p>In this chapter you must tell how you are going to test your program and how you make sure that every part of it
+really works.</p>
+
+<h2>Project schedule</h2>
+
+<p>In this chapter you must plan the schedule of your project. When to start, when the modules must be ready,
+when to test modules, when to integrate and do the final tests and document.</p>
+
+<h2>References</h2>
+
+<p>In this chapter you must tell what references you have used and will use during your project.
+You must also tell if you plan to use some software components , which you haven't written yourself,
+in your program.</p>
+
+</body>
+</html>
--- a/src/CMakeLists.txt	Wed Nov 05 20:55:09 2008 +0000
+++ b/src/CMakeLists.txt	Wed Nov 05 20:58:04 2008 +0000
@@ -6,7 +6,7 @@
 # Set default compile flags for GCC
 if(CMAKE_COMPILER_IS_GNUCXX)
 	message(STATUS "GCC detected, enabling pedantic mode and warnings")
-	set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98 -pedantic -Wall -Wextra")
+	set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98 -Wall -Wextra")
 endif(CMAKE_COMPILER_IS_GNUCXX)
 
 # Generate config.h
--- a/src/proto2/CMakeLists.txt	Wed Nov 05 20:55:09 2008 +0000
+++ b/src/proto2/CMakeLists.txt	Wed Nov 05 20:58:04 2008 +0000
@@ -3,12 +3,6 @@
 
 set(SOURCES ${SOURCE_FILES} ${HEADER_FILES})
 
-# Set default compile flags for GCC
-if(CMAKE_COMPILER_IS_GNUCXX)
-	message(STATUS "GCC detected, enabling pedantic mode and warnings")
-	set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98 -pedantic -Wall -Wextra")
-endif(CMAKE_COMPILER_IS_GNUCXX)
-
 # Generate config.h
 configure_file("${CMAKE_CURRENT_SOURCE_DIR}/config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/config.h" @ONLY)
 include_directories("${CMAKE_CURRENT_BINARY_DIR}")