Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill trivial MSG_task_has_data() and use get_data()!=NULL instead
[simgrid.git] / src / xbt /
2010-04-09 mquinsonAllow to use xbt_dynar_shrink() to expend the dynar...
2010-04-09 mquinsonavoid memmove(..,..,0) which seems to cause trouble...
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2010-04-06 piniWe want time in seconds.
2010-04-01 mquinsonHow can I be so stupid to need 3 commits for a simple...
2010-04-01 mquinsonModifiers working both on 32bits and 64bits to display...
2010-04-01 piniPicky gcc.
2010-04-01 mquinsonxbt_dict: allow to have integer key and data
2010-03-30 mquinsonadd the ability to set a default value after registration
2010-03-22 mquinsonUse nanosecond timers if found
2010-03-22 mquinsontiny optimizations
2010-03-01 mquinsonMore ruby cleanups: stop defining everything static...
2010-01-28 mquinsonpoor man's try to save some memory in actions. Does...
2009-12-23 mquinsonAdd a function to check that the matrix is a sequence...
2009-12-11 mquinsonkill now unused variable
2009-12-11 mquinsonDo not clear memory before freeing it (useless and...
2009-12-11 mquinsonDo not mark all public function as potentially inline...
2009-12-11 mquinsonInstall a configure-generated header file containing...
2009-11-20 mquinsonmore inlining
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-10-29 mquinsontry harder not to overflow that buffer
2009-10-28 mquinsontry to ensure that stdio is loaded when str.h is loaded...
2009-10-28 mquinsonTry to fix #8852 (SimGrid won't compile on Ubuntu 9...
2009-10-16 mquinsonFix a vicious bug in dictionaries inducing that some...
2009-10-15 mquinsonconditions are not semaphores. signals can get lost...
2009-10-15 mquinsonstart threads only if I have more than 1 element to...
2009-10-15 mquinsonDo not call xbt_thread_exit at the end of the dopar...
2009-10-15 mquinsonunify the log channels for SG and RL implementations...
2009-10-15 mquinsonImplement xbt_thread_join and xbt_thread_yield in SG...
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
2009-10-15 mquinsonGive a name to the dopar worker threads since logging...
2009-10-08 mquinsonNew function: xbt_dynar_dopar(dynar,fun)
2009-10-08 mquinsonplug a memleak
2009-10-06 mquinsonNew dax loader infrastructure (empty box so far)
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-08-20 mquinsonAlso inline xbt_swag_belongs
2009-08-20 mquinsonInline the functions used in xbt_dynar_foreach
2009-08-19 mquinsonAdd a end of line to this file
2009-08-19 mquinsonGARGH. Fix a *nasty* long standing bug in dictionaries...
2009-08-18 mquinsonGet the simple log format omit any file location when...
2009-08-18 cristianrosaFix bug related to the exception mechanism once the...
2009-08-17 mquinsonUse the right guard for snprintf (thanks to ubuntu...
2009-08-17 mquinsonKill a off by one bug appearing in some rare conditions
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-07-16 mquinsonconfig returns NULL if a string is looked for, but...
2009-07-14 mquinsonDo not ignore fread results to keep ubuntu compiler...
2009-07-13 mquinsonFirst step into moving the context subsystem into simix...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-07-13 mquinsonFirst step to move xbt_context from XBT to SIMIX. Some...
2009-07-13 mquinsonfix a constness
2009-07-13 mquinsonAdd xbt_dict_get_key achieving a linear reverse search
2009-07-13 mquinsonbe a bit more paranoid: if a line looks like something...
2009-07-13 mquinsonmerge the trace parser from file and the trace parser...
2009-07-13 mquinsonreset memory before reuse
2009-07-13 mquinsonXBT: Add xbt_str_from_file(FILE*)
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-29 mquinsonAdd xbt_graph_node_get_outedges() [Silas De Munck]
2009-06-29 mquinsonAdd xbt_set_get_by_name_or_null() [Silas De Munck]
2009-06-26 mquinsonSanitize the memory handling of config elems description
2009-06-26 mquinsonSMPI: Change the reference speed to a command line...
2009-06-26 mquinsonImplement a --cfg-help flag to show existing configurat...
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-05-28 mquinsonmerge with git master
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-18 mquinsonxbt_ex_display(): do not free the exception after displ...
2009-04-12 mquinsonplug some memleaks
2009-04-11 mquinsontiny documentation improvement
2009-03-26 mquinsonDeal with negative indices the same way than too big...
2009-03-26 mquinsondynars: use inline functions instead of macros + releas...
2009-03-04 mquinsontypo in unit test name
2008-12-12 mquinsonIntroduce log appenders
2008-12-12 mquinsondo not display backtrace capturing stuff in the display...
2008-12-12 mquinsonkill an unused variable, fix a segfault after resizing...
2008-12-11 mquinsonkeep documentation in sync with implementation
2008-11-07 mquinsonWork around newly reincreased paranoia of gcc and libc...
2008-10-01 mquinsonAnd now, use the correct syntax for default values...
2008-10-01 mquinsonfix previous commits, bummer
2008-10-01 mquinsonTypo in comments spoted by eclipse
2008-10-01 mquinsonnew function: xbt_str_varsubst(), which call xbt_strbuf...
2008-10-01 mquinsonNew functions:
2008-10-01 mquinsonAdd a stupid function to display the content of a dict...
2008-10-01 mquinsontiny doc improvement
2008-09-26 mquinsonNew function to replaces a set of variables by their...
2008-09-26 mquinsonNew function to substitute a char to another in a string:
2008-09-16 mquinsonMore spell checking of the documentation
2008-09-16 mquinsontiny optimization: use xbt_dict_get_or_null_ext instead...
2008-09-16 mquinsonBugfix: I inverted the semantic of xbt_dict_get_or_null...
2008-09-10 mquinsonAdd a xbt_dict_get_or_null_ext function
2008-09-10 mquinsonreindent (with eclipse)
2008-07-08 cheriermDetails of this changes:
2008-06-20 cheriermOn Windows - Stack-based Buffer Overrun Detection ...
2008-06-20 cheriermdisable a warning on Visual C++
2008-06-20 cheriermimplement xbt_os_thread_cancel() for windows and make...
2008-06-18 mquinsonreindent
2008-06-17 mquinsonVarious cleanups and some more debug
2008-06-17 mquinsonAdd a xbt_dict_size function
2008-06-12 alegrandAllow reinitialization after Martin's last memleak...
2008-06-10 mquinsonMake cunit memory clean
next