Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 26 and Version 27 of Documentation/DevelopmentCenter


Ignore:
Timestamp:
07/10/14 16:44:46 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter

    v26 v27  
    88<p>The roadmap shows the state of tickets for the next release as well as the backlog. Use the ticket query link if you want to view and filter tickets.</p>
    99<ul>
    10   <li><a href="/roadmap">Roadmap</a></li>
    11   <li><a href="/query">Ticket query</a></li>
    12   <li><a href="/wiki/ChangeLogPending">ChangeLog since release of 3.3.9</a></li>
    13   <li><a href="/wiki/ChangeLog">ChangeLog from 3.3.0 to 3.3.9</a></li>
     10  <li><a href="/trac.fcgi/roadmap">Roadmap</a></li>
     11  <li><a href="/trac.fcgi/query">Ticket query</a></li>
     12  <li><a href="/trac.fcgi/wiki/ChangeLogPending">ChangeLog since release of 3.3.9</a></li>
     13  <li><a href="/trac.fcgi/wiki/ChangeLog">ChangeLog from 3.3.0 to 3.3.9</a></li>
    1414</ul>
    1515</span>
     
    1818<p>Large software projects don't work without adhering to coding standards and relying on best practices. Code reviews are an essential part of our process.</p>
    1919<ul>
    20   <li><a href="/wiki/Documentation/DevelopmentCenter/Developer%20Guidelines">Developer guidelines</a> (<a href="/wiki/Documentation/DevelopmentCenter/Developer%20Guidelines%20Source%20Example">source example</a>)</li>
    21   <li><a href="/wiki/Documentation/DevelopmentCenter/Best%20Practices">Best practices</a></li>
    22   <li><a href="/wiki/Documentation/DevelopmentCenter/Review%20Guidelines">Review guidelines</a></li>
    23   <li><a href="/wiki/Documentation/DevelopmentCenter/Additional%20Material">Additional Material</a> (books, blogs, etc.)</li>
     20  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/Developer%20Guidelines">Developer guidelines</a> (<a href="/wiki/Documentation/DevelopmentCenter/Developer%20Guidelines%20Source%20Example">source example</a>)</li>
     21  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/Best%20Practices">Best practices</a></li>
     22  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/Review%20Guidelines">Review guidelines</a></li>
     23  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/Additional%20Material">Additional Material</a> (books, blogs, etc.)</li>
    2424</ul>
    2525</span>
     
    3232<p>Here you will learn how to set up your development environment, create plugins, and more.</p>
    3333<ul>
    34   <li><a href="/wiki/Documentation/DevelopmentCenter/DownloadAndBuildSource">Download and build sources</a></li>
    35   <li><a href="/wiki/Documentation/DevelopmentCenter/Compile HeuristicLab under Linux">Build sources under Linux with mono</a></li>
    36   <li><a href="/wiki/Documentation/DevelopmentCenter/CreateNewPluginUsingVS">Create a new plugin using Visual Studio</a></li>
    37   <li><a href="/wiki/Documentation/DevelopmentCenter/CreateNewPluginUsingSD">Create a new plugin using SharpDevelop</a></li>
    38   <li><a href="/wiki/Documentation/DevelopmentCenter/UsePersistence">HeuristicLab persistence</a></li>
    39   <li><a href="/wiki/Documentation/DevelopmentCenter/VSCodeSnippets">Using code snippets in Visual Studio</a></li>
    40   <li><a href="/wiki/Documentation/DevelopmentCenter/DebugEngine">Debugging algorithms in the GUI</a></li>
    41   <li><a href="/wiki/Documentation/DevelopmentCenter/CreateNewViews">Create new views</a></li>
    42   <li><a href="/wiki/Documentation/DevelopmentCenter/IntegrateHeuristicLab">Integrate HeuristicLab in other applications</a></li>
    43   <li><a href="/wiki/Documentation/DevelopmentCenter/Develop Services">Develop Services</a></li>
     34  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/DownloadAndBuildSource">Download and build sources</a></li>
     35  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/Compile HeuristicLab under Linux">Build sources under Linux with mono</a></li>
     36  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/CreateNewPluginUsingVS">Create a new plugin using Visual Studio</a></li>
     37  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/CreateNewPluginUsingSD">Create a new plugin using SharpDevelop</a></li>
     38  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/UsePersistence">HeuristicLab persistence</a></li>
     39  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/VSCodeSnippets">Using code snippets in Visual Studio</a></li>
     40  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/DebugEngine">Debugging algorithms in the GUI</a></li>
     41  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/CreateNewViews">Create new views</a></li>
     42  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/IntegrateHeuristicLab">Integrate HeuristicLab in other applications</a></li>
     43  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/Develop Services">Develop Services</a></li>
    4444</ul>
    4545</span>
     
    4848<p>Here we want to take a closer look at the architecture of HeuristicLab. Use this information to understand Parameters, Scopes and Execution Contexts, Engines, and more.</p>
    4949<ul>
    50   <li><a href="/wiki/Documentation/DevelopmentCenter/Architecture">Architecture</a></li>
    51   <li><a href="/wiki/Research">Publications</a></li>
    52   <li><a href="/wiki/Documentation/DevelopmentCenter/ArchitectureSelectionAndReduction">Selection and reduction concept and operators</a></li>
    53   <li><a href="/wiki/Documentation/DevelopmentCenter/OperatorsChildrenCreator">The children creator operator</a></li>
    54   <li><a href="/wiki/Documentation/DevelopmentCenter/OperatorsMoves">Move operators and partial evaluation</a></li>
    55   <li><a href="/wiki/Documentation/DevelopmentCenter/ArchitectureParameterTypes">The different types of parameters</a></li>
     50  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/Architecture">Architecture</a></li>
     51  <li><a href="/trac.fcgi/wiki/Research">Publications</a></li>
     52  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/ArchitectureSelectionAndReduction">Selection and reduction concept and operators</a></li>
     53  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/OperatorsChildrenCreator">The children creator operator</a></li>
     54  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/OperatorsMoves">Move operators and partial evaluation</a></li>
     55  <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter/ArchitectureParameterTypes">The different types of parameters</a></li>
    5656</ul>
    5757</span>