Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
woops, align the 'noexcept' declaration between .hpp and .cpp
[simgrid.git] / include / xbt / dynar.h
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Gabriel CoronaGetting rid of C exceptions
2016-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-08 Gabriel Coronaunique_ptr for dynar, automaton, swag, etc.
2016-03-06 Martin Quinson'inline' is C99, remove portability the layer
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Frederic Suterreindent include files
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-22 Christian Heinrich[XBT] Added some markup and "\see" to comment
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-07 Martin Quinsonnew function: xbt_dynar_sort_strings(), when the conten...
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-09-18 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-17 Martin Quinsons/_XBT_GNUC/XBT_ATTRIB/ as we will port them to MSVC
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-06-11 Gabriel CoronaRemove cycles in #include files
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-16 Gabriel Corona[mc] Switch to C++
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-06 Gabriel Corona[mc] Cross-process access to smx_process and simcall
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-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-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreMerge with master and fix conflicts
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-18 Arnaud GierschRemove declarations for nonexistent functions or variables.
2013-02-14 Arnaud GierschRemove remaining traces from synchronized dynars.
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-13 suterword was missing, rephrase.
2013-02-13 Martin Quinsonadd another word about the trap of dynar_search with...
2013-02-13 Martin Quinsondocument that it's safe to interrupt a foreach with...
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-11 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-05 Arnaud GierschMerge branch 'v3_9_x'
2013-02-05 Arnaud GierschMark parameter as unused.
2013-01-31 alebreMerge branch 'master' into hypervisor
2013-01-31 Arnaud GierschMerge branch 'with_java'
2013-01-31 Maximiliano GeierAdded xbt_dynar_remove_n_at to remove an n-sized slice...
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-22 Martin Quinsonkill synchronized dynars: we don't need them and they...
2012-06-22 Martin Quinsonmake iterating over NULL dynar a no-op that does not...
2012-06-22 navarroFix usage of xbt_dynar_foreach if dynar is NULL.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-05-30 navarroDon't change doxygen typo for \dontinclude
2012-05-30 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 navarroSome typos in source code
2012-05-10 Martin Quinsonnew function xbt_dynar_search_or_negative()
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-25 Arnaud LegrandAdd a convenient dynar function to sort the dynar using...
2012-03-07 navarroAdd a function to merge 2 dynar to avoid xbt_dynar_push...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-10-20 Martin Quinsonmerge branches
2011-09-08 Arnaud GierschFix compilation warnings in ISO-C99 mode.
2011-09-08 NavarropRevert "Re-apply old patch A. Giersch 06/07/2010"
2011-09-08 NavarropRe-apply old patch A. Giersch 06/07/2010
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-07-06 Martin Quinsontrivial merge of changes about gras architecture
2011-06-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-28 NavarropAdd XBT_INLINE functions to doxygen documentation.
2011-02-17 agierschUse new style logging macros.
2011-02-11 agierschAdd missing XBT_PUBLIC.
2011-02-11 agierschRemove duplicated declaration.
2010-12-02 suterAdd a new function xbt_dynar_to_array that transforms...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-02 quintin[src/simdag,examples/simdag] add the simulator inside...
2010-12-01 agierschAdd missing XBT_PUBLIC in declaration.
2010-11-30 mquinsonDUDES. We need one copy and only one copy of that damn...
2010-11-30 quintinSuppression of an unnecessary function
2010-11-30 thieryRevert commit r8748: xbt_dynar_set_at_ptr() was declare...
2010-11-30 mquinsonadd a missing header. sorry for breaking the svn, dudes
2010-11-30 thieryAdd missing prototype for xbt_dynar_set_at_ptr()
2010-11-16 agierschAdd missing XBT_PUBLIC in declaration.
2010-11-12 mquinsonadd a convinient xbt_dynar_set_as() macro, and test it
2010-11-05 navarropAdd function xbt_dynar_compare
2010-10-11 alegrandIndent include and src using this command:
2010-07-09 piniCosmetics
2010-07-07 navarropRevert [From A. Giersch] Fix the following compilation...
2010-07-06 navarrop[From A. Giersch] Fix the following compilation warning...
2010-06-16 coldpeacexbt_dynar_is_empty to check if a dynar is empty or not
2010-06-14 suter3rd attempt: replace __compar_fn_t by a new function...
2010-06-14 suterRhhaaa, use the __compar_fn_t type defined in stdlib...
2010-06-14 suterAdd a new function xbt_dynar_sort() which is a wrapper...
next