Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3b8a970
Initial commit
May 31, 2012
a2f92b0
Demarrage du Mini-Projet de développement d'une library portable pour…
Zaurak Jun 1, 2012
fc6d980
Merge branch 'master' of github.com:iTeam-Projects/PortabilityCode
Zaurak Jun 1, 2012
65b1cc1
Ajout des prototypes des fonctions en haut du fichier
Zaurak Nov 9, 2012
eda3d7b
Ajout de commentaires et meilleure présentation
Zaurak Nov 20, 2012
10508c6
Merge pull request #2 from Zaurak/master
Nov 20, 2012
e380720
Added support of color
Lqp1 Aug 18, 2013
5365051
Fix windows errors
Lqp1 Aug 18, 2013
f867341
Fixed foreground color on Linux
Lqp1 Aug 19, 2013
fd88a81
modified: main.c
Lqp1 Sep 3, 2013
b79ef7e
modified: main.c
Lqp1 Sep 3, 2013
a246a07
modified: portability.h
Lqp1 Sep 3, 2013
818e8eb
Move inlined code in .h to portability.c, fix performances issues in …
Sep 4, 2013
333dc21
Add .gitignore
Sep 4, 2013
f6e86f6
Merge pull request #1 from jeanguyomarch/master
Lqp1 Sep 4, 2013
001d371
Fixed compilation error on Windows
Lqp1 Sep 4, 2013
3fd6de6
Fixed implementation of system() hook.
Lqp1 Sep 4, 2013
6fe0ecf
modified: portability.c
Lqp1 Sep 4, 2013
30e177e
Fixes for different hooks in the lib
Lqp1 Sep 4, 2013
41d856c
Merge pull request #3 from Lqp1/master
Sep 23, 2013
35b2b57
Improvements
Sep 23, 2013
09baf1f
Add Doxygen support
Sep 26, 2013
cb4cf90
Automatic documentation push
Sep 26, 2013
c9c2790
merge
Sep 26, 2013
95408d3
Push doc
Sep 26, 2013
7b39711
Modify index
Sep 26, 2013
342b0d6
Automatic documentation upload
Sep 26, 2013
d895bd3
Automatic documentation upload
Sep 26, 2013
c88debc
Remove html/ folder and put it in gitignores
Sep 26, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.DS_Store
*.o
*.lo
libportab_test
*.sw?
html/
Empty file added .nojekyll
Empty file.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
PortabilityCode
===============

**NEVER MERGE THIS WITH MASTER**

This is the Github Pages branch.


105 changes: 105 additions & 0 deletions doc/base_8c-example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.4"/>
<title>Portability: base.c</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Portability
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Généré par Doxygen 1.8.4 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Recherche');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Page&#160;principale</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="files.html"><span>Fichiers</span></a></li>
<li><a href="examples.html"><span>Exemples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Recherche" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>Tout</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Fichiers</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Fonctions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Énumérations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Valeurs énumérées</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Groupes</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
<div class="headertitle">
<div class="title">base.c</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><span class="preprocessor">#include &lt;stdio.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;stdlib.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="portability_8h.html" title="Fonctions portables à destination des ING1 de l&#39;ECE. Il s&#39;agit de substituts à certaines fonctions qu...">portability.h</a>&quot;</span> <span class="comment">// Always the last #include</span></div>
<div class="line"></div>
<div class="line"><span class="keywordtype">int</span></div>
<div class="line">main(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> <a name="a0"></a><a class="code" href="group__portability.html#ga9f3a4d05d426ae5af02ceeb551a143b6">portability_init</a>();</div>
<div class="line"></div>
<div class="line"> <span class="comment">/* Your code here */</span></div>
<div class="line"></div>
<div class="line"> <a name="a1"></a><a class="code" href="group__portability.html#gadb0e070eaa3a2393bdc67d2e99cc605f">portability_shutdown</a>();</div>
<div class="line"></div>
<div class="line"> <span class="keywordflow">return</span> 0;</div>
<div class="line">}</div>
<div class="line"></div>
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Généré le Jeudi Septembre 26 2013 17:02:26 pour Portability par &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
</small></address>
</body>
</html>
Binary file added doc/bc_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/bdwn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading