Subversion Repositories wimsdev

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
17918 281 d 14 h bpr /trunk/wims/ [flydraw] add mecanism to use the translation flydraw-> tikz
in latex version (work in progress)
 
14873 1624 d 6 h georgesk /trunk/wims/src/ This commit is about support for gcc-10. This version of gcc
is not yet mandatory, but soon gcc-9 will be outdated, and it
is good to take some advance now. Gcc-10 raises errors for every
multiple declaration of a variable, and there were many of them
in the source code.

In all but one case, the solution was to declare extern clauses in
header (.h) files, and to check that the actual variable is declared
in one of the .c file to be compiled and linked.

The file config.c contained one unused variable, with a conflicting
name, now it is commented out.

Dear coworkers, if you read those lines please review carefully the
changes. I did my best, but error is human.
 
12247 2408 d 2 h bpr /trunk/wims/src/OefMsg2wims/ [formatage]  
12122 2508 d 12 h bpr /trunk/wims/ [errormsg] add error msg in Oef2wims when the prompt of the answers
is too long (before, it is cut without messages). Does not affect
the exercises already compiled.
 
11123 2829 d 12 h georgesk /trunk/wims/src/OefMsg2wims/ fixed warnings about non-indented 'if' or 'for' clauses  
8195 3671 d 15 h bpr /trunk/wims/src/ [major/clean] clean differents definitions of errors (give differents names)
delete error1 error2 error3 which do not seem useful.
- clean Makefile
 
8148 3682 d 15 h bpr /trunk/wims/src/ [minor/] Msg2wims and Oef2wims are now in the same directory  
8135 3683 d 14 h bpr /trunk/wims/src/ [minor/] replace the include of c files on Msg2wims and Oef2wims  
7677 3809 d 2 h bpr /trunk/wims/src/Oef2wims/ [minor/spaces]  
7622 3826 d 3 h bpr /trunk/wims/ [major] add canvasdraw primitives in oef and document  
3718 4982 d 12 h reyssat /trunk/wims/src/ [major/fix] replaced strcpy function in C code to avoid problem on 64 bits machines in case of overlapping strings  
3346 5178 d 2 h bpr /trunk/wims/ [major/add] add command teximg  
10 6284 d 8 h reyssat /trunk/wims/src/ partial (src) import of 3.62