Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
declaring mark in the gtnets example
[simgrid.git] / ChangeLog
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...
2009-10-14 mquinsonStart to fix the <cluster> tag (see ChangeLog)
2009-10-13 mquinsonNew function: void gras_cpu_burn(double flops) -- a...
2009-10-08 mquinsonNew function: xbt_dynar_dopar(dynar,fun)
2009-10-07 mquinsonbugfixes to make the dax loader and typed task schedule...
2009-10-07 mquinsonUpdate the start_time and finish_time of tasks on compl...
2009-10-06 mquinsonnew function SD_task_dotty(task,FILE*) writing to file...
2009-10-06 mquinsonAdd various getters to task structure:
2009-10-06 mquinsonIntroduce typed tasks in SimDag
2009-10-06 mquinsonSD_task_dependency_exists() can now cope with having...
2009-10-06 mquinsonNew dax loader infrastructure (empty box so far)
2009-10-05 mquinsonDocument Pedro's changes, and cosmetics
2009-10-05 mquinsonRevalidating some GRAS tests for 64bit architectures
2009-09-27 mquinsoncosmetics
2009-09-25 donassbrChange default CPU model to new Cas01_IM.
2009-09-21 donassbrDocuments last changes in ChangeLog.
2009-09-16 mquinsonAllow to compile from the SVN with automake 1.11
2009-09-16 mquinsonDocument my changes
2009-09-09 mquinsonDocument the fact that I switched the default network...
2009-08-26 mquinsonStop saying stupidities: no perf loss once well compiled
2009-08-20 mquinsonForgot the date in the ChangeLog
2009-08-20 mquinsonrelease 3.3.3
2009-08-19 mquinsoninit development of 3.3.3
2009-08-19 mquinsonRelease 3.3.2
2009-08-19 mquinsonReordering
2009-08-17 cristianrosaUpdate the ChangeLog
2009-08-01 genaudAlltoallv
2009-07-31 genaudstarted alltoallv(). Still some bugs.
2009-07-30 genaudupdate work status
next