Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more respect to others privacy
[simgrid.git] / include / xbt /
2009-12-23 mquinsonAdd a function to check that the matrix is a sequence...
2009-12-15 alegrandUse the right header for the getline management.
2009-12-15 alegrandcosmetics
2009-12-11 mquinsonMore explicit inline marking of functions
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 mquinsonForce memory allocation functions to always inline
2009-11-20 mquinsonkill useless code
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 mquinsonIn supernovae mode, declare every public functions...
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-11-10 mquinsonKill portability to MAC for sake of compiling on linux...
2009-10-16 mquinsonFix #8569: XBT/synchro.h has redundant declarations
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
2009-10-08 mquinsonNew function: xbt_dynar_dopar(dynar,fun)
2009-10-08 mquinsonmove synchro.h to synchro_core.h because I want to...
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-14 mquinsonC++ needs love
2009-07-13 mquinsonfix a constness
2009-07-13 mquinsonAdd xbt_dict_get_key achieving a linear reverse search
2009-07-13 mquinsonXBT: Add xbt_str_from_file(FILE*)
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 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-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-26 mquinsonDo allow malloc(0) again, since it breaks user code...
2009-05-19 alegranddoc fix
2009-05-18 mquinsonDo not allow malloc(0) since that's not portable
2009-03-04 mquinsonReadd the example with pointed data in the documentation
2009-02-24 alegrandAvoid C++ comments.
2008-10-01 mquinsonfix previous commits, bummer
2008-10-01 mquinsonNew functions:
2008-10-01 mquinsonAdd a stupid function to display the content of a dict...
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-12 cheriermuse extern keyword when you link with the static librar...
2008-09-11 mquinsonSpell-checking comments used as documentation (thanks...
2008-09-10 mquinsonAdd a xbt_dict_get_or_null_ext function
2008-09-08 mquinsonOups, commited a stupid check which will help me one...
2008-06-20 cheriermOn Windows - Stack-based Buffer Overrun Detection ...
2008-06-17 alegrandC++ users need love (thanks Kurt).
2008-06-17 mquinsonAdd a xbt_dict_size function
2008-06-10 mquinsonMake cunit memory clean
2008-06-05 mquinsonSome extra check to ensure portability
2008-05-20 mquinsoncleanup around the free-like functions used as dealloc...
2008-05-14 mquinsonAn implementation of the SHA1 hashing algorithm
2008-04-30 mquinsonRah. I finally found why the doxygen parser got fucked...
2008-03-07 mquinsonavoid redeclaring standard headers to avoid mismatches
2008-03-06 mquinsonDon't be paranoid, people won't connect stuff badly...
2008-03-06 mquinsonStrict ANSI compilers (such as microsoft ones) do not...
2008-03-06 mquinsonRegenerate all flexml-generated files to fix a FTBFS...
2008-01-24 mquinsonUse unsigned integers for malloc arguments to allow...
2008-01-23 mquinsonavoid naming conflicts
2008-01-23 mquinsondo not call backtrace directly when raising an exceptio...
2007-12-20 mquinsonindent
2007-12-20 mquinsonI know I'm picky
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-19 mquinsonOops, do not load portable.h from a public header:...
2007-12-12 mquinsonChange the trick to build log category names: this...
2007-11-30 mquinsonTwo more hashing functions (chosen by define, not dynam...
2007-11-30 mquinsonMake dictionary internal table dynamic (and automatical...
2007-11-29 mquinsonRevert Malek's last change. Removing the feature is...
2007-11-28 cheriermThis change corrects the definition of the macro
2007-11-27 mquinsonxbt/context.h is a private header, and the filename...
2007-11-15 cheriermThe file containing the new implementation of the switc...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 cheriermThis change avoid the redefinitions of log categories...
2007-10-27 mquinsonMac does not find the prototype of getline
2007-10-26 cheriermThis change the semantic of the timed function. The...
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermRemove the keyword extern to avoid the multiple declara...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-12 mquinsonOops, I forgot this one
2007-10-11 mquinsonMove string buffers from 'private to tesh' to 'public...
2007-10-11 mquinsonMove private definition out of the log.h public header...
2007-10-10 mquinsonKill old cruft
2007-10-09 mquinsonSome comments in the initalization of categories. Once...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsonMark data as extern; hopefully it'll help the macOSx...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 cheriermthe first pointer of the xbt_thread_create() function...
2007-10-04 cheriermuncomment the special definition of XBT_LOG_NEW_DEFAULT...
2007-10-04 cheriermI just add two function pointer types.
2007-09-21 cheriermadapt the prototypes of the declaration to the prototyp...
2007-09-21 cheriermadapt the prototypes of the declaration to the prototyp...
2007-09-11 mquinsonGet serious about checking buffer overflows during...
2007-09-11 mquinsonActually, do not initialize at all the buffer to build...
2007-09-11 mquinsonStop build the log strings on the stack: we are multi...
2007-08-09 alegrandAutomatically cleaned flexml files.
2007-08-08 alegrandAutomatically generated files...
2007-08-07 mquinsonComment windows cruft, which does not compile anyway...
2007-08-07 mquinsonallow to retrieve the name of threads
2007-08-06 mquinsonname threads to help debugs
next