Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove useless includes
[simgrid.git] / src / xbt / lib.c
2016-12-01 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2016-12-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-12-01 Martin Quinsonmore informative assert message
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-05-30 Gabriel Corona[xbt] xbt_assert(level >= 0) in xbt_lib
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Frederic Suterwhat a wonderful night in XBT ...
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Martin Quinsonvarious little cleanups
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-11-08 Martin QuinsonDon't segfault when one level of the lib has a NULL...
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-18 Martin Quinson[SGpp] make ROUTING_HOST_LEVEL private. That was painful
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-02 Arnaud GierschMake xbt_free a function-like macro.
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-08 Arnaud GierschKey may be part of obj, remove it at the last.
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2013-11-15 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-15 Paul BédarideMerge branch 'hypervisor' into surf++
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-04-02 alebreMerge branch 'master' into hypervisor
2013-02-28 Takahiro HirofuchiDelete an used key correctly
2013-02-22 Takahiro HirofuchiFix the segfault upon exit
2013-02-21 alebreMerge with master and fix conflicts
2013-01-31 alebreMerge branch 'master' into hypervisor
2013-01-31 alebreMerge branch 'master' into hypervisor
2013-01-31 alebreFix conflict - Adrien
2013-01-31 Takahiro Hirofuchifix xbt_lib_unset
2013-01-31 alebreFix conflict - Adrien
2013-01-31 Takahiro Hirofuchiadd xbt_lib_unset
2013-01-31 alebreAdrien Fix conflict
2013-01-31 Paul BédarideAdd xbt_lib_remove
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dicts for xbt_lib.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-14 Arnaud GierschRewrite xbt libs, using xbt dicts.
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-03-24 navarropDont used (*lib) but l = *lib.
2011-03-24 navarropAdd xbt_lib_size and xbt_lib_rehash
2011-03-24 navarropAdd library (xbt_lib) to simgrid.