Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add surf_cpu_init_im_bypass to be used to bypass the parser without passing through...
[simgrid.git] / src / xbt /
2010-07-06 navarrop[From Arnaud Giersch] Fix the following problems in...
2010-06-24 navarropSome log default categories are already defined.
2010-06-24 navarropBe sure __mmalloc_current_heap is initialized.
2010-06-24 mquinsonmask bottom of stacks when using sysv ctx
2010-06-23 navarropNeed to have the HAVE_MMAP variable.
2010-06-18 navarropSet variables for windows.
2010-06-18 navarropDefine correctly variables for windows.
2010-06-18 navarropDeclare LOG_DEFAULT_CATEGORY with LOG_NEW_DEFAULT_SUBCA...
2010-06-17 navarropNow sources are generated with #line.
2010-06-16 coldpeacexbt_dynar_is_empty to check if a dynar is empty or not
2010-06-16 navarropChange path for win32 ucontext files.
2010-06-14 navarropAdd condition before use a mmalloc function.
2010-06-14 navarropThe function ffs doesn't exist for windows, so we have...
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-06-04 navarropDo not declare variable in the middle of nowhere!
2010-06-04 navarropIncorrect use of conditionnal expressions
2010-06-03 navarropNow supernovae mode works out of project directory.
2010-06-02 alegrandRevert "Make gras compil with Visual C++." This commit...
2010-06-01 navarropMake gras compil with Visual C++.
2010-05-27 cristianrosaRemove the reference count of the elements from the...
2010-05-27 cristianrosaImprove setset iterator
2010-05-26 cristianrosaBugfix: setset cursors were incorrectly implemented...
2010-05-18 cristianrosaFix problem on merge from svn
2010-05-18 cristianrosaImport portability macro in mmalloc
2010-05-18 mquinsonImport portability macros in mmalloc
2010-05-18 navarropAdd option enable_modele-checking.
2010-05-18 navarropThis commit 590f9c7e65ce6a64705272d79443599877d5cb72...
2010-05-14 cristianrosaBugfix: destroy all the sets when destroying a setset...
2010-05-12 cristianrosaBugfix: do not assume that the object still exists...
2010-05-10 cristianrosaBugfix: make mmalloc build in x64
2010-05-08 mquinsonThe mallocators of dict and fifo are created in pre...
2010-05-07 navarropEnable mac compilation with MMAP.
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-07 mquinsonnow that mmalloc doesn't break tesh anymore nor nothing...
2010-05-07 mquinsoncosmetics (kill unused var, and kill/improve debug...
2010-05-07 mquinsonlet malloc(0) work (and kill debug outputs)
2010-05-07 mquinsonDo not share anonymous pages accross forks, damnit...
2010-05-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-05-06 mquinsonImprove the integration of mmalloc and mc_memory into...
2010-05-06 mquinsonStupid me, xbt_init is called by each GRAS process
2010-05-06 mquinsonLet xbt_exit() issue a warning stating that this is...
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-05-05 mquinsonAdd the model-checker to the build tree. It's not used yet
2010-05-05 mquinsonUnify the copyright headers of mmalloc with the rest...
2010-05-05 mquinsonchange mmalloc.h into a public header
2010-05-05 mquinsonWe don't intend to support pre-ansi platforms, so clean...
2010-05-05 mquinsonUpdate mmalloc to compile with paranoid flags used...
2010-05-05 mquinsonNew module: mmalloc (mapped malloc)
2010-05-05 mquinsonNew data container: setset (set of sets of elements)
2010-05-05 mquinsonBug fix in xbt_dynar_shrink(): use the right element...
2010-05-05 mquinsonNew function: xbt_fifo_get_last_item()
2010-05-05 mquinsonNew function: xbt_dict_cursor_set_data()
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-25 mquinsonImprove the code dynar example by explaining that freei...
2010-04-15 mquinsonImprove the license statement of these files
2010-04-15 mquinsonimprove the license statement to make it clear that...
2010-04-14 eyraudlConsider the time 0.0 of logs at initialisation time...
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
next