Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a mallocator for the Surf actions
[simgrid.git] / ChangeLog
2010-12-17 mquinsonDocument lastest change from Midjy (since he doesn...
2010-12-15 mquinsonKill the braindead MSG_task_refcount_dec() function.
2010-12-14 mquinsonget the good parts of the replay without stack into...
2010-12-14 mquinsondocument last changes
2010-12-13 schnorr[trace] updating ChangeLog
2010-12-13 schnorrupdating ChangeLog
2010-12-06 schnorrupdating ChangeLog
2010-12-02 alegrandUpdate changelog!
2010-12-02 suterAdd a new function xbt_dynar_to_array that transforms...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 mquinsonThe development cycle of 3.6 is officially open. Please...
2010-12-01 alegrandUpdate Changelog
2010-12-01 alegrandUpdate Changelog
2010-12-01 suteradd some stuff on simdag
2010-11-30 mquinsonI'm done pushing svn logs into ChangeLog (up to r8785...
2010-11-30 mquinsonmove the MPI execution sampling example to the right...
2010-11-30 mquinsondefinitely kill the Horrible Pimple
2010-11-30 mquinsonFurther improvement of ChangeLog
2010-11-30 mquinsonChangelog update: Checked up to svn r8318
2010-11-30 mquinsondocument gras_agent_spawn
2010-11-30 mquinsonKill gras measurement sockets for now. If you rely...
2010-11-30 mquinsonconvert svn logs into ChangeLog (up to r7858 for now)
2010-11-29 mquinsonAdd --setenv command line options to tesh
2010-11-29 navarropAdd the perl script in the install bin directory.
2010-11-26 alegrandupdate
2010-11-26 alegrandUpdate...
2010-11-26 alegrandremove useless trailing spaces
2010-08-10 schnorrupdating ChangeLog with tracing modifications
2010-07-30 coldpeaceupdate ChangeLog
2010-07-13 piniUpdated ChangeLog.
2010-07-12 suterTalk about the dot loader made by Jean-Noel Quintin
2010-06-24 mquinsonNew function gras_msgtype_get_name()
2010-06-17 sutermention the new SimDag example
2010-06-15 suterrename SD_READY in SD_SCHEDULABLE to prevent troubles...
2010-06-14 suterReintroduce a SD_READY state, which now means "ready...
2010-06-14 suterRename the SD_READY (all dependencies are satisfied...
2010-06-14 suterAdd a new function xbt_dynar_sort() which is a wrapper...
2010-06-11 suterupdate the changelog (and BTW put my changes in the...
2010-06-11 suterDon't forget to update the changlog
2010-05-18 mquinsonDamn, once again, I forgot do document my changes
2010-05-18 mquinsonDocument last changes
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 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-04 navarropPrepare the new version 3.4.2
2010-05-04 navarropVersion 3.4.1
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 navarropAdd modifications concerning cmake for simgrid v3.4.1
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 mquinsonDocument my last change
2010-04-28 navarropPrepare for next version.
2010-04-28 navarropStable Version 3.4 : update Changelog for release
2010-04-15 mquinsonMake sure that it's ok to execute 0-sized tasks
2010-04-14 mquinsonAdd a Vivaldi network model, coded live during SUD...
2010-04-09 mquinsonaccept useless 'level' attributes to <job> since LIGO...
2010-04-09 mquinsonAdd a SD_task_set_name() function
2010-04-09 mquinsonallow the use of MSG_TIMEOUT_FAILURE if MSG_USE_DEPRECA...
2010-04-09 mquinsonfurther improvement of ChangeLog. Everything should...
2010-04-09 mquinsonDocument smpi changes of this release
2010-04-09 mquinsondocument some of the changes done in this release cycle
2010-04-09 mquinsonAllow to use xbt_dynar_shrink() to expend the dynar...
2010-04-08 schnorrupdating ChangeLog with the instrumentation of SimGrid...
2010-04-08 donassbrUpdate changelog.
2010-04-01 mquinsonxbt_dict: allow to have integer key and data
2010-03-30 mquinson--help-models display the long description of all known...
2010-03-30 mquinsonAdd a long description to the models, and make it visib...
2010-03-30 mquinsonAllow to set latency_factor, bandwidth_factor and weigh...
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-30 mquinsonadd the ability to set a default value after registration
2010-03-24 mquinsonAdd a MSG_task_set_data() function
2010-03-23 mquinsonDocument the fact that lua works, and some facts about...
2010-03-23 genaudMPI_MAXLOC & MPI_MINLOC + all associated datatype MPI_D...
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
2010-03-17 mquinsoninitiate the release cycle for 3.3.5 (and let's see...
2010-03-17 mquinsonadd a SIMIX_sem_get_capacity() function
2010-03-04 mquinsonDocument ruby bindings in ChangeLog
2010-03-03 mquinsonSD_SCHED_NO_COST: Constant to use as cost in SD_task_sc...
2010-03-02 mquinsonKill the MSG_paje_output() function. It's a noop since...
2010-02-27 mquinsonIn trace replay, allow to have one trace file per process
2010-02-27 mquinsonMake JniException a runtime exception, nobody wants...
2010-02-27 mquinsonvarious cleanups to the java bindings
2010-02-04 mquinsonKill the useless 'rate' argument of SD_task_get_executi...
2009-12-27 mquinsonSetup the devel of v3.3.5, just in case anyone gets...
2009-12-24 mquinsonRelease 3.3.4
2009-12-02 mquinsonDocument supernovae
2009-10-20 mquinsonImplement Asynchronous send/recv in SIMIX (you dreamt...
2009-10-20 mquinsonEnough is enough. Add semaphores as SIMIX synchronizati...
2009-10-16 mquinsonFix a vicious bug in dictionaries inducing that some...
2009-10-16 mquinsonIntegrate patch #8636: Obey DESTDIR when installing...
2009-10-16 mquinsonIntroduce a MSG_TIMEOUT_FAILURE return code and use...
2009-10-16 mquinsonFix #8569: XBT/synchro.h has redundant declarations
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 mquinsonAdd a note to flatifier to the ChangeLog. That tool...
next