Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add various getters to task structure:
[simgrid.git] / ChangeLog
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
2009-07-16 mquinsonThree new routing schema by Silas De Munck
2009-07-16 genaud* MPI_Sendrecv user+internal levels
2009-07-13 mquinsonAdd xbt_dict_get_key achieving a linear reverse search
2009-07-13 mquinsonXBT: Add xbt_str_from_file(FILE*)
2009-07-13 mquinsonSURF: Kill the SDP model
2009-07-07 mquinsonDisplay the list of still queued messages in SG mode...
2009-07-04 mquinsondocument one of Stephane's recent changes
2009-07-02 genaud* added support for optimized collectives:
2009-07-02 mquinsonKill SD_link_get_properties: hard to maintain and makes...
2009-07-02 mquinsonAdd a command-line option to choose the routing schema...
2009-07-02 mquinsonimplement a constructor for surf_action_t; draft a...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
2009-07-01 mquinsonRewrite the ChangeLog to make it more readable
2009-07-01 mquinsonExtract the routing logic into its own object.
2009-07-01 mquinsonUse dynar to represent routes
2009-07-01 mquinsonmove action_ref one layer up: not a model method anymor...
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-06-30 mquinsonImplement a generic resource; use it as ancestor to...
2009-06-30 mquinsonDocument Stephane's last commit
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
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-29 mquinsontypo in ChangeLog
2009-06-29 mquinsonMake Waitall and Waitany visible from user side (and...
2009-06-29 mquinsonImplement MPI_Waitany and MPI_Waitall
2009-06-29 mquinsonStart the work on 3.3.2
2009-06-26 mquinsonRelease 3.3.1
2009-06-26 mquinsonSMPI: Change the reference speed to a command line...
2009-06-26 mquinsonChange --surf-path into --cfg=path
2009-06-26 mquinsonchange TCP_gamma to not be a compilation-time #define...
2009-06-26 mquinsonImplement a --cfg-help flag to show existing configurat...
2009-06-26 mquinsonDocument Stephane's last change (implement MPI_Wtime())
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-06-25 mquinsonSMPI: Use the amount of processes to malloc the process...
2009-06-24 mquinsonSMPI: Pass the rank from smpirun to processes through...
2009-06-23 mquinsonSMPI: Kill a whole bunch of unneeded synchronization...
2009-06-23 mquinsonDocument Stephane's change
2009-06-23 mquinsonSMPI: cleanup the initialization process by moving...
2009-06-08 mquinsonDocument a change that slept from a private branch...
2009-06-08 mquinsonI'm a jerk, I do cleanups on useless stuff written...
2009-06-08 alegrandDocument my last commits.
2009-05-26 mquinsonDo allow malloc(0) again, since it breaks user code...
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2009-05-19 mquinsonDocument Arnaud's last change
2009-05-18 mquinsonDo not require doxygen in maintainer mode
2009-05-18 mquinsonDo not allow malloc(0) since that's not portable
2009-05-18 mquinsonBe more verbose when propagating local exceptions
2009-05-18 mquinsonAdd regression tests for the lastly fixed bugs in GRAS...
2009-05-18 mquinsonAllow the exchange of 0-long dynamic vectors
2009-05-18 mquinsonxbt_ex_display(): do not free the exception after displ...
2009-05-11 mquinsonFix a bug in task exchange which broke MSG_task_get_sen...
2009-05-07 mquinsonAdd an example of process migration in examples/msg...
2009-05-07 mquinsonDocument last changes
2009-04-28 mquinsonInitiate the 3.4 development cycle
2009-04-28 mquinsonRELEASING VERSION 3.3 v3.3
2008-06-17 mquinsonDocument some of the recent changes (and prepare slowly...
2008-03-06 mquinsonDocument last changes
2007-11-30 mquinsonMake dictionary internal table dynamic (and automatical...
2007-08-16 mquinsonKudos, dude
2007-08-14 alegrandUpdate the changelog
2007-07-17 mquinsonDocument the fact that dynar can now be synchronized
2007-07-15 mquinsonnew function gras_os_hostport, returning a constant...
2007-07-11 mquinson...
2007-07-09 mquinsonHello module xbt/queue (classical producer/consumer...
2007-07-09 mquinsonFurther document last changes
2007-07-04 mquinsonContinue documenting my changes
2007-07-02 mquinsonImprovement
2007-07-02 mquinsonDocument the arrival of SIMIX
2007-04-24 mquinsontoto
2007-03-22 mquinsonLet's go for the next release
2007-03-16 mquinsonRELEASE \!
2007-03-07 mquinsonUpdate the changes to reflect my last changes
2006-11-30 mquinsonChange the way we specify the sizes of bandwidth tests...
next