Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronisation avec le dépôt #3

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Commits on May 13, 2014

  1. [Debug - mot_to_automate] Correction mineure

    Ajout des états finaux et initiaux à l'automate obtenu.
    Istvan1655 committed May 13, 2014
    Configuration menu
    Copy the full SHA
    9257b00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from baskesp/master

    Synchro
    itzala committed May 13, 2014
    Configuration menu
    Copy the full SHA
    fb9f69f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31301fb View commit details
    Browse the repository at this point in the history
  4. Résolution conflit

    itzala committed May 13, 2014
    Configuration menu
    Copy the full SHA
    ade2965 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21 from itzala/master

    Résolution conflit
    itzala committed May 13, 2014
    Configuration menu
    Copy the full SHA
    3b75ac3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f60f4f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #22 from itzala/master

    [Automate Accessible] Fonctionnalité implémentée et testée => Well Done
    itzala committed May 13, 2014
    Configuration menu
    Copy the full SHA
    028cf7e View commit details
    Browse the repository at this point in the history
  8. [Automate Co_Accessible et Etats Accessibles] Implémentation de co_ac…

    …cessible en faisant miroir(accessible(miroir(A))) et ajout etat passé en paramètre de la fonction etats_accessibles dans l'ensemble res
    itzala committed May 13, 2014
    Configuration menu
    Copy the full SHA
    265b8e5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5 from baskesp/master

    Synchro dépôt
    itzala committed May 13, 2014
    Configuration menu
    Copy the full SHA
    65b03e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70414f7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #23 from itzala/master

    [Automate Co-Accessible] Fonctionnalité implémentée et testée + correction Etats accessibles
    itzala committed May 13, 2014
    Configuration menu
    Copy the full SHA
    0aef6a5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2014

  1. [Automate accessible] Dernières retouches ET ajout documentation sur …

    …toutes les fonctions que j'ai faites (delta_star, est_mot_reconnu, etats_accessibles, automate_accessible, automate_co_accessible) sauf getters / setters + correction ajout_etat_final et ajout_etat_initial
    itzala committed May 14, 2014
    Configuration menu
    Copy the full SHA
    462a35a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from itzala/master

    Dernières retouches et documentation pour mes fonctions
    itzala committed May 14, 2014
    Configuration menu
    Copy the full SHA
    967834e View commit details
    Browse the repository at this point in the history
  3. [Maintenance] suppression de la fonction creer_automate_des_sur_mots

    Elle est en doublon avec creer_automate_des_sur_mot.
    Istvan1655 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    7ed8baf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #25 from Istvan1655/master

    [Maintenance] suppression de la fonction creer_automate_des_sur_mots
    itzala committed May 14, 2014
    Configuration menu
    Copy the full SHA
    981087e View commit details
    Browse the repository at this point in the history
  5. [Debug - Concaténation] La concaténation modifiait automate2

    Il supprimait les états finaux lors de la libération de l'automate de concaténation
    Istvan1655 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    6ea17b3 View commit details
    Browse the repository at this point in the history
  6. [Evaluation] Ajout de la fonction de test de mot_to_automate

    L'évaluation renvoie faux. Je dois le corriger
    Istvan1655 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    cde1794 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7ec77b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #26 from Istvan1655/master

    [Evaluation - mot_to_automate] Evaluation renvoie faux
    Istvan1655 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    328ba6c View commit details
    Browse the repository at this point in the history
  9. [Debug] Correction fonctions delta_star et etats_accessible => delta_…

    …start que les derniers états atteints et un état n'est plus accessibles par lui même de base
    itzala committed May 14, 2014
    Configuration menu
    Copy the full SHA
    6f754f8 View commit details
    Browse the repository at this point in the history
  10. [Debug] Correction de mot_to_automate.

    La taille du mot était mal calculée.
    Istvan1655 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    129914e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #27 from Istvan1655/master

    [Debug] Correction de mot_to_automate.
    Istvan1655 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    64abc38 View commit details
    Browse the repository at this point in the history
  12. [Evaluation] Ajout des tests pour etats_accessibles automate accessib…

    …le et automate co_accessible
    itzala committed May 14, 2014
    Configuration menu
    Copy the full SHA
    3f36694 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c9a75b3 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'baskesp-master'

    itzala committed May 14, 2014
    Configuration menu
    Copy the full SHA
    c748e2d View commit details
    Browse the repository at this point in the history
  15. [Evaluation] ajout de l'appel pour les tests => co_accessible passe m…

    …ais delta_star fait une seg fault
    itzala committed May 14, 2014
    Configuration menu
    Copy the full SHA
    5fd8478 View commit details
    Browse the repository at this point in the history
  16. [Debug Tests] Suppression de l'erreur de seg => on libérait l'automat…

    …e avant de faire les tests
    itzala committed May 14, 2014
    Configuration menu
    Copy the full SHA
    8b91e14 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #28 from itzala/master

    [Tests] Ajout de tests dans evaluation.c + débug fonctions etats_accessibles et delta_star
    itzala committed May 14, 2014
    Configuration menu
    Copy the full SHA
    0f60724 View commit details
    Browse the repository at this point in the history
  18. [Evaluation] Fini d'évaluer mot_to_automate et concatenation.

    Évaluation validée
    Istvan1655 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    1c4e346 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e2c785d View commit details
    Browse the repository at this point in the history
  20. Merge pull request #29 from Istvan1655/master

    [Evaluation] Évaluation terminée
    Istvan1655 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    5d50378 View commit details
    Browse the repository at this point in the history