Very Low Activity

Commits : Listings

  Analyzed 4 days ago based on code collected 4 days ago.
Showing page 1 of 15
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do the first proofreading. Anon32 More... 7 days ago
* tohuff_test.c: add struct 'append_param_s'; remove function 'finish'; all references removed. (append): remove variable 'append_val'; add variable 'append_param'; fetch binary instruction class parameters to 'append_param'; set textual instruction class parameters according to 'append_param'; append append_param.val to an address of output signal; if (append_param.do_finish), then call qsmm_return_to_caller_node(qsmm). (get_addr): add variable 'append_param'; call QSMM_REG_INSTR_CLASS_PARAM( append,append_param) for all possible values of append_param.val and append_param.do_finish. (main): replace instructions "append X", "finish" with instruction "append X, finish". Anon32 More... 7 days ago
* run.c (node_leave): raise QSMM_ERR_UNTIMELY if (model_p->stack_frame_p[model_p->stack_sz-1].node!=node). (qsmm_node_leave): don't check whether (node_p->recurs<1). Anon32 More... 7 days ago
Rewrite the manual for version 1.15 of the package. No proofreadings were performed. Anon32 More... 14 days ago
* optact_p.c (main): edit the title of test parameter. Anon32 More... 14 days ago
Extend the tests to achieve full coverage of source files. Remove memory leaks. Make the package to pass tests on MinGW/MSYS. Anon32 More... 17 days ago
* test.c (main): edit the help message. Anon32 More... 17 days ago
* model.c (evt_dump): assert that the type of an entity associated with an event is valid. (qsmm_except_dump): edit messages. Anon32 More... 17 days ago
* str.h: add a prototype for function '_qsmm_print_str_literal_q'. Anon32 More... 17 days ago
Make the package to pass tests on Linux Anon32 More... about 1 month ago
Decrease precision of probabilities in state transition matrices and action emission matrices to 8 digits after the point Anon32 More... about 1 month ago
* asm_disasm.c: add macros DEFAULT_PROB_PREC_ACTION and DEFAULT_PROB_PREC_GOTO. (long_options): add options 'prob-action-prec' and 'prob-goto-prec'. (main): declare variable 'prob_action_prec' and assign DEFAULT_PROB_PREC_ACTION to it; declare variable 'prob_goto_prec' and assign DEFAULT_PROB_PREC_GOTO to it; assign the argument of option '--prob-action-prec=INT' to 'prob_action_prec'; assign the argument of option '--prob-goto-prec=INT' to 'prob_goto_prec'; edit the help message; assign goto_desc.prob_prec=prob_goto_prec; assign action_desc.prob_prec=prob_action_prec. Anon32 More... about 1 month ago
* qsmm.h (qsmm_dump_mat_goto_desc_s): add field 'prob_prec'. (qsmm_dump_mat_action_desc_s): add field 'prob_prec'. Anon32 More... about 1 month ago
Add tests to increase the coverage of source files Anon32 More... about 1 month ago
* asm_disasm.c: add variables 'use_nop' and 'do_dump_var_choice'. (long_options): add option 'dump-var-choice' that sets 'do_dump_var_choice'; add option 'no-nop' that unsets 'use_nop'. (root): call QSMM_REG_INSTR_CLASS(nop) only if (use_nop). (main): edit the help message; call QSMM_REG_INSTR_META_CLASS(qsmm, nop, 0) only if (use_nop); if (use_nop), then call fprintf(file_mat_action_p, "A0: nop\n") and assign action=1, otherwise assign action=0; attempt to dump output probabilities arrays even if (use_template); dump output probabilities arrays that correspond to 'choice' instruction blocks if (do_dump_var_choice); don't fetch the output probabilities array if (use_template && instr_type== QSMM_INSTR_CASELS && nprob==1); call 'qsmm_get_node_array_prob_out' instead of 'qsmm_get_node_casels_prob_out'. Anon32 More... about 1 month ago
* qsmm.h: define QSMM_ASM_VAR_OUT to 4; define QSMM_ASM_VAR_AUX to 8; rename function 'qsmm_get_node_casels_prob_out' to 'qsmm_get_node_array_prob_out'. Anon32 More... about 1 month ago
* model.h: rename macro TRACE_API to TRACELN_API; all references changed; add macros TRACE_FUNC, TRACELN, TRACELN_FUNC; bring the prototype of function '_qsmm_trace_buf' into accord with the function definition. (TRACE): print the message using 'fprintf'; don't print the name of function in the message. (TRACELN_API): rename the macro from TRACE_API; print the message using TRACELN_FUNC. (TRACE_API_BUF): don't pass '__FUNCTION__' to '_qsmm_trace_buf'. (TRACE_API_BUF_DBL): don't call TRACE. (model_s): remove fields 'step_env' and 'step_opt'; all references removed; rename field 'iter_var_casels' to 'iter_arr_addr'; all references changed. Anon32 More... about 1 month ago
Add tests of disassembling a node without using an assembler program template Anon32 More... about 1 month ago
Add tests to increase coverage of file 'disasm.c' Anon32 More... about 1 month ago
Check generating an error when no controlled and auxilary variables are used, but a variable encountered in a program cannot be an output variable, because it appears in different contexts Anon32 More... about 1 month ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.