Difference between revisions of "Documentation/Labs"
From Slicer Wiki
m |
m |
||
Line 1: | Line 1: | ||
This is the place where we will keep track of our experiments. | This is the place where we will keep track of our experiments. | ||
+ | = On-going = | ||
== Internals == | == Internals == | ||
* [[{{FULLPAGENAME}}/I18N|Internationalization]] | * [[{{FULLPAGENAME}}/I18N|Internationalization]] | ||
* [[{{FULLPAGENAME}}/DeprecatedModules|DeprecatedModules extension]] | * [[{{FULLPAGENAME}}/DeprecatedModules|DeprecatedModules extension]] | ||
− | |||
== Libraries == | == Libraries == | ||
Line 17: | Line 17: | ||
== Python == | == Python == | ||
− | |||
* [[{{FULLPAGENAME}}/CallingPythonMethodsFromCpp|Calling Python methods from Cpp]] | * [[{{FULLPAGENAME}}/CallingPythonMethodsFromCpp|Calling Python methods from Cpp]] | ||
* [[{{FULLPAGENAME}}/IPython|IPython]] | * [[{{FULLPAGENAME}}/IPython|IPython]] | ||
Line 31: | Line 30: | ||
== Debug == | == Debug == | ||
* [[{{FULLPAGENAME}}/BRAINS_and_ITKv4_issue|BRAINS and ITKv4 issue]] | * [[{{FULLPAGENAME}}/BRAINS_and_ITKv4_issue|BRAINS and ITKv4 issue]] | ||
+ | |||
+ | = Completed = | ||
+ | |||
+ | == Internals == | ||
+ | * [[{{FULLPAGENAME}}/CMake-ified Python|CMake-ified Python]] - See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21911 r21911], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21912 r21912], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21913 r21913] | ||
+ | |||
+ | == Python == | ||
+ | * [[{{FULLPAGENAME}}/DevelopmentWithGit|Development with Git]] - See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21863 r21863], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21867 r21867], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21869 r21869], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21879 r21879], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21891 r21891] |
Revision as of 16:08, 29 April 2013
Home < Documentation < LabsThis is the place where we will keep track of our experiments.
Contents
On-going
Internals
Libraries
Python
Compilers & IDE
Virtual Machines
Debug
Completed
Internals
- CMake-ified Python - See r21911, r21912, r21913