Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix dpor
[simgrid.git] / include / xbt / dynar.h
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 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...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-12-11 mquinsonMore explicit inline marking of functions
2009-10-08 mquinsonmove synchro.h to synchro_core.h because I want to...
2009-08-20 mquinsonInline the functions used in xbt_dynar_foreach
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-19 alegranddoc fix
2009-03-04 mquinsonReadd the example with pointed data in the documentation
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-21 cheriermadapt the prototypes of the declaration to the prototyp...
2007-07-12 mquinsonDynar are now synchronized
2007-02-07 cherierma default
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-08-15 thieryAdd a function xbt_dynar_shrink
2006-06-01 mquinsonNew functions to search in dynars
2006-05-29 alegrandretrive -> retrieve
2006-05-24 mquinsonSearch typedefs of pointer to function where they now...
2006-05-16 mquinsonA function handy when storing dynars in dynar or dicts
2006-03-30 mquinsonRemove the old crufty navigation bars
2005-10-23 mquinsonMake sure doxygen still finds the code examples after...
2005-10-22 mquinsonAdd xbt_dynar_getlast_as and xbt_dynar_getfirst_as...
2005-10-22 mquinsonXBT documentation reorganization. module-xbt only conta...
2005-10-19 alegrandmake g++ happy
2005-09-09 mquinsonMove some stuff unrelated to dynar out of dynar.h ...
2005-09-08 mquinsonRename BEGIN_DECL since we changed the usual definition...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-01 alegrandhelp doxygen to stop complaining about nested groups
2005-06-04 mquinsonDumping function. As usual, for debuging purpose
2005-02-27 mquinsonsplint'able
2005-02-13 mquinsondoxygenification
2005-01-29 alegrandupdating the doc
2004-12-10 mquinsondefine max only when not previously defined (win32...
2004-12-10 alegrandRelic of the star removal.
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-15 alegrandAdd the trace library and fixed a few source of potenti...
next