Damien Dupuis
b2e2eafadb
Minor changes for compatibility with Mac osx 10.6
...
- moving Script from isobar to viewer
- adding missing target_link_libraries
- adding boost::filesystem component dependency
2010-07-15 11:13:24 +00:00
Jean-Paul Chaput
21e0040b3b
Forgotten.
2010-07-14 20:07:38 +00:00
Jean-Paul Chaput
de5dd02c6f
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:52:08 +00:00
Jean-Paul Chaput
0258a0fd90
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:50:21 +00:00
Jean-Paul Chaput
19e608152e
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:40:09 +00:00
Jean-Paul Chaput
100d92de2e
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:48:50 +00:00
Jean-Paul Chaput
ca170d39f0
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:40:00 +00:00
Jean-Paul Chaput
a1d597d3fb
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:48:41 +00:00
Jean-Paul Chaput
eb39da44d7
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:48:39 +00:00
Jean-Paul Chaput
e2341d5472
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:48:35 +00:00
Jean-Paul Chaput
b9e3f3e52a
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:39:49 +00:00
Jean-Paul Chaput
dc569a1eb9
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:39:46 +00:00
Jean-Paul Chaput
307f1fec5f
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:39:43 +00:00
Jean-Paul Chaput
d0ee710358
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:39:39 +00:00
Jean-Paul Chaput
7231703f4f
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:39:36 +00:00
Jean-Paul Chaput
d625685430
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:39:32 +00:00
Jean-Paul Chaput
05accbabbe
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:48:12 +00:00
Jean-Paul Chaput
9900944fc1
* All Tools:
...
- Change: Switch from "goodies" to "bootstrap".
2010-07-14 19:39:26 +00:00
Damien Dupuis
8fca8eb26e
Python module are no more called pyMODULE.so but MODULE.so
...
Since in CMakeLists.txt there is already a module target (for c++ library) and some file systems are not case sensitive, the target is still pyMODULE but the OUTPUT_NAME property is set to MODULE
I've updated all the example python scripts.
2010-07-14 12:11:00 +00:00
Damien Dupuis
91a82cdbfe
Bug correction : when creating a python module do not include .cpp files that are not python definition since corresponding .o files will be added twice (as .o and in lib.so)
...
This has been tested on Mac os 10.6 and linux RHEL 32bits.
2010-07-14 09:21:39 +00:00
Jean-Paul Chaput
af8a7ac195
One more thing forgotten.
2010-07-13 17:03:22 +00:00
Jean-Paul Chaput
f3f7b7dd50
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:25:48 +00:00
Jean-Paul Chaput
c5c5001c35
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:25:46 +00:00
Jean-Paul Chaput
9ecac8f9f6
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:34:16 +00:00
Jean-Paul Chaput
766f825168
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:34:14 +00:00
Jean-Paul Chaput
6ba12d7e06
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:25:39 +00:00
Jean-Paul Chaput
b6afcf2f40
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:25:37 +00:00
Jean-Paul Chaput
c7d1b460d1
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:25:33 +00:00
Jean-Paul Chaput
dba1cc52a8
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:25:31 +00:00
Jean-Paul Chaput
5e582c163b
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:25:29 +00:00
Jean-Paul Chaput
5581e9af85
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:34:00 +00:00
Jean-Paul Chaput
1bc5b51179
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:33:58 +00:00
Jean-Paul Chaput
8ddbedb761
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:33:56 +00:00
Jean-Paul Chaput
08b55a4bd8
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:25:20 +00:00
Jean-Paul Chaput
7dcdf849a4
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:33:51 +00:00
Jean-Paul Chaput
3f4c4be8de
All tools: using the new Goodies macro.
...
Suppress loops in Hurricane libraries.
2010-07-13 16:25:15 +00:00
Damien Dupuis
6b33959010
Bug correction std:: was missing
2010-07-13 14:40:50 +00:00
Damien Dupuis
f35c77cf73
My mistake, sorry
2010-07-13 13:05:59 +00:00
Damien Dupuis
546cb9548d
Return value policy bug correction (for readFromFile static method)
2010-07-13 13:03:59 +00:00
Jean-Paul Chaput
34720e3844
Forgotten.
2010-07-13 11:26:04 +00:00
Jean-Paul Chaput
551c6ec8cd
UNSTABLE. DO NOT UPDATE.
2010-07-13 11:23:14 +00:00
Jean-Paul Chaput
c35d8396a8
UNSTABLE. DO NOT UPDATE.
2010-07-13 11:07:08 +00:00
Jean-Paul Chaput
7ad43e1c05
UNSTABLE. NO DOT UPDATE.
2010-07-13 11:14:03 +00:00
Jean-Paul Chaput
b3f693c754
UNSTABLE DO NOT UPDATE
2010-07-13 11:02:11 +00:00
Jean-Paul Chaput
48b782d6a8
UNSTABLE VERSION DO NOT UPDATE
2010-07-13 10:43:20 +00:00
Damien Dupuis
d057ce5a8d
Correct Boost Dependency for mac osx (boost 1.42) and linux (boost 1.33):
...
system component does not exist in boost 1.33
!!!!! Merci de ne commiter AUCUN changement dans vlsisapd tant que Jean-Paul et moi n'avons pas résolu les problèmes de bibliothèques statiques !!!!!!
2010-07-13 07:25:30 +00:00
Jean-Manuel Caba
de5152941c
bug:
...
undefined reference to `boost::system::get_system_category()'
symptoms that boost_system was not used at the linking phase
at least on my system (mac OSX leopard with apple gcc and boost 1.43.0)
solution: add the dependency
2010-07-12 20:13:51 +00:00
Jean-Paul Chaput
201902897f
Forgotten, as usual.
2010-07-12 16:36:02 +00:00
Jean-Paul Chaput
67020af4e6
Integrate cumulus & stratus1 in the Coriolis project.
2010-07-12 15:38:13 +00:00
Jean-Paul Chaput
fafea3fd02
Initial import of stratus1
2010-07-12 15:33:22 +00:00