Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2010-05-07 mquinsonnow that mmalloc doesn't break tesh anymore nor nothing...
2010-05-07 mquinsonDamnit malek. In C, arguments are passed by value,...
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 mquinsonSome MSG examples mainly useful to test the model-checker
2010-05-05 mquinsonignore binaries in examples of tracing
2010-05-05 mquinsonWe are preparing v3.5
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-05-05 mquinsontypo
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 mquinsonAdd mmalloc to cmake
2010-05-05 mquinsonAdd setset to cmake build chain
2010-05-05 mquinsonUpdate mmalloc to compile with paranoid flags used...
2010-05-05 mquinsonalign detection of lua in autotools with what's done...
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-05-05 mquinsonupdate the release number in autotools
2010-05-05 mquinsona script to build a zip archive of the windows port...
2010-05-05 navarropTry to be compatible with mac command.
2010-05-05 piniCleanup.
2010-05-05 navarropChange way to find lib ruby name.
2010-05-05 navarropDelete bug if disable lua.
2010-05-04 sutercorrect a small glitch in the example
2010-05-04 navarropPrepare the new version 3.4.2
2010-05-04 navarropVersion 3.4.1
2010-05-04 navarropCosmetics for release 3.4.1
2010-05-04 navarropCorrect path for install ruby. New version.
2010-05-04 mquinsonprepare for the release of 3.4.1
2010-05-04 mquinsonFix a bug occuring when a host involved in a communicat...
2010-05-04 navarropCorrection of compilation flags
2010-05-04 navarropRemove cp -p.
2010-05-04 navarropAdd modifications concerning cmake for simgrid v3.4.1
2010-05-04 navarropMAJ de la faq.
2010-05-04 mquinsonObey the control-flow dependencies of DAX files
2010-05-04 mquinsonAdd a warning if the DAX file contains loop dependencie...
2010-05-04 navarropAdd option enable smpi which is on by default.
2010-05-04 navarropJava lang with cmake.
2010-05-04 mquinsonDocument my last change
2010-05-03 mquinsonminimal updates to the autotools
2010-05-03 mquinsonFix the mess around task references: the JVM should...
2010-05-03 mquinsonReindent, and use default platf and deploy if none...
2010-04-29 schnorrdisabling completely the tracing option from configure.ac
2010-04-29 navarropAdd verification for lua.
2010-04-29 navarropVerification for Ruby binding.
2010-04-29 navarropSet cmake site with cmake variables and not with uname...
2010-04-29 piniRemove unnecessary output that makes these tests fail...
2010-04-28 navarropPrepare for next version.
2010-04-28 navarropStable Version 3.4 : update Changelog for release
2010-04-27 navarropCosmetics for cmake and java.
2010-04-27 navarropMake simgrid.jar with cmake.
2010-04-27 mquinsonAllow to cross compile simgrid.dll using the autotools...
2010-04-27 navarropAdd alias make check for make test.
2010-04-27 navarropScript for pipol.
2010-04-27 navarropAdd version for libs and release.
2010-04-25 mquinsonKeep a better track of the files origin in the COPYING...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-25 mquinsonAdd some missing copyright headers
2010-04-25 mquinsonImprove the code dynar example by explaining that freei...
2010-04-23 schnorradding a new tesh to test the TRACE_VOLUME mask (and...
2010-04-23 schnorrupdating tesh'es to consider the new trace event that...
2010-04-23 schnorrnew tracing mask TRACE_VOLUME to trace the msg tasks...
2010-04-23 schnorrnew function to generate a paje start link with a volum...
2010-04-23 schnorrsplitting the code of one tracing function in two ...
2010-04-21 navarropCdash cosmetics.
2010-04-21 piniAdded persistent communications (working but not yet...
2010-04-21 piniCleanup toward persistent communications.
2010-04-21 schnorrset the category for process containers also
2010-04-21 schnorrsetting the type of the task so we can define its color...
2010-04-21 schnorrfix: correct trace mask checking
2010-04-21 navarropInstall good packages.
2010-04-21 navarropBe compatible with ctest 2.6 and 2.8
2010-04-21 schnorrupdating masterslave tracing tesh to pass with new...
2010-04-21 schnorradding new test to make use of TRACE_TASK mask
2010-04-21 schnorrupdating the categories tesh to cope with new trace...
2010-04-21 schnorrupdating the ms tracing example to generate a different...
2010-04-21 schnorradding test example to trace process migration using...
2010-04-21 schnorrallowing the user to set the three tracing masks
2010-04-21 schnorrre-organizing tracing masks and first support for ...
2010-04-20 navarropAdd library path for compil.
2010-04-20 schnorrfix: MSG_task_execute was not being simulated
2010-04-20 navarropFilter for test properties.
2010-04-20 navarropRemove old command.
2010-04-20 navarropBe sure LD_LIBRARY_PATH is set for libsimgrid.
2010-04-20 navarropAdd revision to test labels into cdash and forced to...
2010-04-20 schnorrrenaming value of presence state to "presence" (to...
2010-04-20 schnorrrenaming more tracing functions
2010-04-19 navarropAdd files to gitignore generated by build.
next