Rev |
Age |
Author |
Path |
Log message |
Diff |
16711 |
906 d 14 h |
guerimand |
/trunk/wims/ |
[major,adm/class/freework] add auto registration of exercise option in freework type 3 wimsexo |
|
16647 |
927 d 14 h |
guerimand |
/trunk/wims/ |
[major,adm/class/freework] log freework activity + secure freework parameters in case of exowims in c |
|
15573 |
1436 d 9 h |
bpr |
/trunk/wims/ |
[src debug] add a variable tmp_debug_use_var: each time one of this variable is used,
its value is put in the debugging trace. |
|
14873 |
1672 d 3 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. |
|
14048 |
1989 d 13 h |
guerimand |
/trunk/wims/ |
[minor] script to check badnumber of if/endif in a file |
|
13458 |
2177 d 11 h |
obado |
/trunk/wims/src/ |
[SVN] Undo r.13451 from GK, as the test seems to be done correctly on lines 1231-> 1235 with a sizeof (long) == 8 which catches cleanly
all 64-bit architectures. (K Belabas) |
|
13451 |
2179 d 4 h |
georgesk |
/trunk/wims/src/ |
Modify rlimit_as, rlimit_data and rlimit_stack: use double values for 64 bit processors; dismiss the debian patch 50processor.patch |
|
12507 |
2416 d 3 h |
bpr |
/trunk/wims/src/ |
[typo] |
|
12381 |
2428 d 23 h |
bpr |
/trunk/wims/ |
[work on exotrymax] - fix a bug in the test exotrymax in score.c
that simplify the analysis.
- create a list (only one element "exotrymax" for the moment)
for variables defined for all modules
- this allows to transfer the menu about exotrymax for any module
and not only oef modules (has to be tested ...)
- some helps. |
|
12373 |
2431 d 2 h |
bpr |
/trunk/wims/src/ |
[work in progress] try to fix the case of unregistred user for the variable seedcnt.
the count is reset to 0 only if one comes back to home. |
|
12363 |
2432 d 9 h |
bpr |
/trunk/wims/ |
[work in progress] keep in variable wims_seedcnt and wims_seedlastcnt the number
of seeds and tries by seed only for not registered users.
should be done in all cases by using score.c |
|
12288 |
2447 d 3 h |
bpr |
/trunk/wims/src/ |
[formatage] |
|
12271 |
2447 d 12 h |
bpr |
/trunk/wims/src/ |
[formatage] |
|
12263 |
2450 d 11 h |
bpr |
/trunk/wims/src/ |
[formatage] |
|
12011 |
2594 d 12 h |
bpr |
/trunk/wims/src/ |
[major] work in progress: add variables for seed;
the random command is not done in gap, scilab, yacas, gap
as I do not know them (has to be done). |
|
11735 |
2692 d 6 h |
obado |
/trunk/wims/src/ |
[minor/w3c] replace "iso-8859-1" by "windows-1252" in the charset declaration, to comply with the HTML 5 doctype, + adds the "HTTP_X_REQUESTED_WITH" httpd header var, so it can be used by wims modules (use "$httpd_HTTP_X_REQUESTED_WITH") if you want to use it. |
|
11132 |
2874 d 13 h |
bpr |
/trunk/wims/src/ |
[minor] delete tabs introduced in recent releases. |
|
11125 |
2877 d 8 h |
georgesk |
/trunk/wims/src/ |
fixed warnings about non-indented 'if' or 'while' clauses |
|
11104 |
2909 d 0 h |
bpr |
/trunk/wims/src/ |
[improvment] improve the trace of debug. Put some variables in tmp_debug_var
in the file wims.conf In debug mode (for the administrator), the values
of the variables are put in the trace file (in tmp/sessions/)
when they are changed. In test. |
|
10291 |
3084 d 10 h |
bpr |
/trunk/wims/src/ |
[fix] fix bug in trace (for developers) |
|