Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanup.
[simgrid.git] / src / xbt / xbt_str.c
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-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-04 Arnaud GierschRewrite xbt_getline.
2013-02-04 Martin Quinsonuse our xbt_getline on every platform to ease our cmake...
2013-02-03 Arnaud GierschRename getline as xbt_getline.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-18 Martin QuinsonUse xbt_malloc (and friends) instead of direct malloc()
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-25 Martin Quinsonplug a (damn) memleak. Gosh, this one was hard to get...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-22 sutertypo--
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-11 navarroAdd a function ls to storage
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-12 Arnaud GierschInline functions without their definitions don't make...
2012-06-12 Marion Guthmullerfix merge conflict
2012-06-11 jbrvMove XBT hash functions to xbt_str.c and make them...
2012-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-21 Arnaud GierschAdd full references for the articles.
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-20 Arnaud GierschBreak recursion a bit earlier.
2012-04-20 Arnaud GierschUse pointer arithmetic for accessing to dynar elements.
2012-04-20 Arnaud GierschUse a smarter algorithm for xbt_str_diff.
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-02 Arnaud GierschOptimize xbt_str_diff further.
2012-03-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-13 Arnaud Gierschxbt_str_diff: make it use less memory.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Martin Quinsonfix the constness of xbt_strbuff_new_from(), it's too...
2011-10-20 Martin Quinsonmerge branches
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
2011-07-19 Arnaud GierschUse string literals for format.
2011-07-19 Arnaud GierschFix xbt_str_diff.
2011-07-19 Arnaud GierschAdd some tests for xbt_str_diff.
2011-07-19 Arnaud GierschAdd const qualifier to parameters of xbt_str_diff.
2011-07-19 Arnaud Gierschxbt_str: move tests at end.
2011-04-18 Martin Quinsonsome more tiny doxygen fixes
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-22 agierschUse variadic variants of xbt_test_{add,fail,assert...
2011-02-11 agierschReview const attribute for pointers..
2011-01-12 agierschRevert "Fix memory leak in xbt_str_split_quoted."
2011-01-12 agierschFix memory leak in xbt_str_split_quoted.
2010-12-14 mquinsonget the good parts of the replay without stack into...
2010-12-07 mquinsonnew function: xbt_str_split_quoted_in_place (w/o mallocs)
2010-12-07 mquinsondo not trim in split_quoted, that's expensive, and...
2010-11-28 alegrandFix broken doc
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-01-28 mquinsonpoor man's try to save some memory in actions. Does...
2009-12-11 mquinsonDo not mark all public function as potentially inline...
2009-12-11 mquinsonInstall a configure-generated header file containing...
2009-10-28 mquinsontry to ensure that stdio is loaded when str.h is loaded...
2009-07-14 mquinsonDo not ignore fread results to keep ubuntu compiler...
2009-07-13 mquinsonbe a bit more paranoid: if a line looks like something...
2009-07-13 mquinsonreset memory before reuse
2009-07-13 mquinsonXBT: Add xbt_str_from_file(FILE*)
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-10-01 mquinsonnew function: xbt_str_varsubst(), which call xbt_strbuf...
2008-09-26 mquinsonNew function to substitute a char to another in a string:
2008-09-10 mquinsonreindent (with eclipse)
2008-06-04 mquinsonMake sure all the source files have an reference of...
2008-05-20 mquinsoncleanup around the free-like functions used as dealloc...
2008-04-30 mquinsonDocumentation fixups: do not mess with doxygen by addin...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-11-27 mquinsonDupplicate the string we put into the returned dynar...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-27 mquinsonMac does not find the prototype of getline
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-06-08 mquinsonDamn, this code gets annoying. Each time I'm sure it...
2007-06-06 mquinsonthe matrix may have 0 columns...
2007-06-06 mquinsonCheck what happens when splitting empty strings, and...
2007-06-04 mquinsonAdd xbt_str_split_quoted(), add an automatic test for...
2007-06-04 mquinsondocument xbt_str
2007-05-31 mquinsonbuglet
2007-05-29 mquinsonFixups to the diff computation (again), and kill the...
2007-05-10 mquinsonAllow to split const strings, and avoid a strdup in...
2007-05-10 mquinsonClarify from the API that the strings are modified...
2007-05-07 mquinsonStupid me. One day, I'll be able to compute array indic...
2007-05-07 mquinsonKeep within the declared matrix, don't go to (-1,j...
next