January 2020 Commit Log

Number of Commits:
175
Number of Active Developers:
4
cje012 2020-01-31 12:34

Changed the calculations of starvation to survival = survival * (1/starvation_limit) * (reserves/reserves_max)

5 lines of code changed in 3 files:

tla051 2020-01-30 12:33 Rev.: 9372

first time commit, new code to make some plots of forward and backward model output [TL]

248 lines of code changed in 2 files:

tla051 2020-01-30 12:32 Rev.: 9371

fixed length argentine, added function to calculate weight by length for argentine, fixed ts in years [TL]

176 lines of code changed in 5 files:

sbu062 2020-01-29 22:43 Rev.: 9370

Posix C call in (SET_ENVIRONMENT_VARIABLE) does not work stably, crashing and non-execution, deleted so far, needs more testing
-`svn merge -r HEAD:9365 .`

2 lines of code changed in 3 files:

sbu062 2020-01-29 22:33 Rev.: 9369

added tests for (SET_ENVIRONMENT_VARIABLE) - Posix subroutine unstable
- will be deleted

38 lines of code changed in 2 files:

sbu062 2020-01-29 21:44 Rev.: 9368

added (SET_ENVIRONMENT_VARIABLE) to (re)set system environment variable from within Fortran

44 lines of code changed in 1 file:

sbu062 2020-01-29 15:28 Rev.: 9367

merged latest changes from BASE_UTILS r9365

69 lines of code changed in 1 file:

sbu062 2020-01-29 15:26 Rev.: 9366

added single scalar function frontend to (CSPLINE), r9365

77 lines of code changed in 2 files:

sbu062 2020-01-29 15:20 Rev.: 9365

added single scalar function frontend to (CSPLINE)

77 lines of code changed in 2 files:

sbu062 2020-01-29 14:46 Rev.: 9364

vector-based spline functions declared pure, merged r9363

2 lines of code changed in 1 file:

sbu062 2020-01-29 14:45 Rev.: 9363

merged latest change from BASE_UTILS r9362

2 lines of code changed in 1 file:

sbu062 2020-01-29 14:43 Rev.: 9362

purified vector-based functions, forgotten

2 lines of code changed in 1 file:

sbu062 2020-01-29 14:09 Rev.: 9360

added cover page for binding

0 lines of code changed in 2 files:

sbu062 2020-01-29 13:34 Rev.: 9359

merged latest changes in BASE_UTILS v 1.4 r9358

73 lines of code changed in 1 file:

sbu062 2020-01-29 13:30 Rev.: 9358

deleted dev branch

0 lines of code changed in 1 file:

sbu062 2020-01-29 13:29 Rev.: 9357

cubic spline converted to **pure**, merged r9355 from dev branch

0 lines of code changed in 4 files:

sbu062 2020-01-29 13:27 Rev.: 9356

cubic spline converted to **pure**, merged r9355 from dev branch

73 lines of code changed in 1 file:

sbu062 2020-01-29 13:26 Rev.: 9355

Oracle Fortrandoes not support assumed size parameter array declaration `(*)`, needs explicit size

8 lines of code changed in 1 file:

sbu062 2020-01-29 13:18 Rev.: 9354

purified cubic spline procesures (CSPLINE) and whole private backend

47 lines of code changed in 1 file:

sbu062 2020-01-29 12:57 Rev.: 9353

purified pchdf, converted as subroutine

0 lines of code changed in 2 files:

sbu062 2020-01-29 11:27 Rev.: 9351

inform on grid and show interpolation grid points if no interpolation X array provided, merged r9349 and r9350

0 lines of code changed in 2 files:

sbu062 2020-01-29 11:22 Rev.: 9350

display info on kind of plot, grid or data, on plot title for convenience

5 lines of code changed in 1 file:

sbu062 2020-01-29 10:58 Rev.: 9349

show dots of interpolation grid if no interpolation points are provided
- this is done for playing with and tweaking the function plot
because grid points would make it easier to see which points
should be moved and where. PGPLOT-based program does show
grid points as small dots.

13 lines of code changed in 1 file:

sbu062 2020-01-29 08:34 Rev.: 9348

added more utils

12648 lines of code changed in 5 files:

sbu062 2020-01-29 08:24

disable all information diagnostics from DISLIN in non-debug mode

10 lines of code changed in 2 files:

sbu062 2020-01-29 08:17 Rev.: 9345

merged latest BASE_UTILS v1.4 r9343

2171 lines of code changed in 1 file:

sbu062 2020-01-28 18:58 Rev.: 9343

include graphics backend intp the initial help screen

0 lines of code changed in 12 files:

sbu062 2020-01-28 18:16 Rev.: 9342

documented the new (CSPLINE) and (CSPLINE_VECTOR)

26 lines of code changed in 1 file:

sbu062 2020-01-28 15:45 Rev.: 9341

deleted development branch

0 lines of code changed in 7 files:

sbu062 2020-01-28 15:44 Rev.: 9340

updated doc on plotting tools, cubic spline backend not added yet

40 lines of code changed in 1 file:

sbu062 2020-01-28 15:25 Rev.: 9339

migrate to DISLIN incorporated DISLIN-based graphic tools from devel. branch
- PGPLOT library works fine on Unix/Linux but its newer versions (via GrWin) could break runtime, GrWin changed license and from v. 1.10 essential GrWin server supplies with a time-limited license for one year. This limits the usage of PGPLOT on Windows
- DISLIN works fine on Windows and Linux with all compilers, Windows ifort not tested and supported on Windows, GNU gfortran works fine

7 lines of code changed in 9 files:

sbu062 2020-01-28 15:10 Rev.: 9338

small fixes on Windows gfortran, deleted references to GrWin; Build OK, Intel ifort on Windows not tested, so far disabled

3 lines of code changed in 1 file:

sbu062 2020-01-28 14:43 Rev.: 9337

test build code for Windows

12 lines of code changed in 1 file:

sbu062 2020-01-28 14:26 Rev.: 9335

disable DEBUG mode, disable all DISLIN messages via (ERRMOD) `ALL`
- `htintrpl` now reports algorithm instead of file

15 lines of code changed in 3 files:

sbu062 2020-01-28 14:11 Rev.: 9334

cleanup

25 lines of code changed in 1 file:

sbu062 2020-01-28 14:01 Rev.: 9333

get rid of DISLIN warnings
- (errmod) must go after (disini)
- `'ALL', 'OFF'` arguments completely disable DISLIN outputs and notifications

3 lines of code changed in 1 file:

sbu062 2020-01-28 13:41 Rev.: 9332

migrated **htintrpl** to **DISLIN** graphics library
- warnings produced due to calling (qplsca) after (qplcrv)

0 lines of code changed in 2 files:

sbu062 2020-01-28 12:38 Rev.: 9331

reformat, delete references to PGPLOT

28 lines of code changed in 1 file:

sbu062 2020-01-28 12:19 Rev.: 9330

migrated **hthist** to **DISLIN** graphics library

0 lines of code changed in 2 files:

sbu062 2020-01-28 10:38 Rev.: 9329

comments on DISLIN builds on various platforms

11 lines of code changed in 1 file:

sbu062 2020-01-28 10:32 Rev.: 9328

build instruction for Oracle f95
- build tested

6 lines of code changed in 1 file:

sbu062 2020-01-28 08:47 Rev.: 9327

default no-graphics file name as parameter

4 lines of code changed in 1 file:

sbu062 2020-01-28 08:43 Rev.: 9326

check availability of graphics on Unix systems

37 lines of code changed in 1 file:

sbu062 2020-01-28 08:27 Rev.: 9325

fix title, deleted references to pgplot and grwin

6 lines of code changed in 1 file:

sbu062 2020-01-28 08:18 Rev.: 9324

migrated **htscatter** to **DISLIN** graphics library

52 lines of code changed in 1 file:

sbu062 2020-01-28 08:02 Rev.: 9323

test data big size

0 lines of code changed in 1 file:

sbu062 2020-01-28 05:55 Rev.: 9322

branch for migration of tools to DISLIN

0 lines of code changed in 5 files:

sbu062 2020-01-27 15:47 Rev.: 9321

better example for (cspline)

4 lines of code changed in 1 file:

sbu062 2020-01-27 15:39 Rev.: 9320

`impure` taints Oracle Fortran, fixed header docs for (CSPLINE)

30 lines of code changed in 1 file:

sbu062 2020-01-27 15:18 Rev.: 9319

added cubic splines to **htintrpl** graphics

14 lines of code changed in 1 file:

sbu062 2020-01-27 14:57 Rev.: 9318

added vector-based wrappers for (CSPLINE)

69 lines of code changed in 1 file:

tla051 2020-01-27 14:48 Rev.: 9317

restructured timestep and day loop indexing to allow for higher time resolution and selection of single days to run [TL]

90 lines of code changed in 4 files:

sbu062 2020-01-27 14:37 Rev.: 9316

test for , k8

32 lines of code changed in 1 file:

sbu062 2020-01-27 14:30 Rev.: 9315

test for `CSPLINE`, k4

24 lines of code changed in 1 file:

sbu062 2020-01-27 13:56 Rev.: 9314

transformed for R8, for HEDTOOLS

39 lines of code changed in 1 file:

sbu062 2020-01-27 13:56 Rev.: 9313

added cubic spline interpolation `CSPLINE` procedure for `kind=8`

1043 lines of code changed in 1 file:

sbu062 2020-01-27 13:39 Rev.: 9312

added cubic cpline interpolation `CSPLINE` procedure for `kind=4`

1076 lines of code changed in 1 file:

sbu062 2020-01-27 13:31 Rev.: 9311

renamed inner private procs kind-specific

17 lines of code changed in 1 file:

sbu062 2020-01-27 13:23 Rev.: 9310

added public interface for basic real

8 lines of code changed in 1 file:

sbu062 2020-01-27 13:16 Rev.: 9309

set real kind

32 lines of code changed in 1 file:

sbu062 2020-01-27 12:49 Rev.: 9308

test array-based version
- test passed

1 lines of code changed in 1 file:

sbu062 2020-01-27 12:41 Rev.: 9307

process optional parameters in main interface subroutine

20 lines of code changed in 1 file:

sbu062 2020-01-27 12:35 Rev.: 9306

explicit intent for all arguments

26 lines of code changed in 1 file:

sbu062 2020-01-27 12:12 Rev.: 9305

set arguments in modern style

8 lines of code changed in 1 file:

sbu062 2020-01-27 12:05 Rev.: 9304

deleted scratch arrays from module interfaces

7 lines of code changed in 1 file:

sbu062 2020-01-27 11:52 Rev.: 9303

test data

12 lines of code changed in 3 files:

sbu062 2020-01-27 11:41 Rev.: 9302

f90 version converted fo module **mod_spline.f90**
- test program still here for testing

1148 lines of code changed in 1 file:

sbu062 2020-01-27 11:19 Rev.: 9301

wrong file, missed f90

0 lines of code changed in 1 file:

sbu062 2020-01-27 11:18 Rev.: 9300

wrong file, needed f90

0 lines of code changed in 1 file:

sbu062 2020-01-27 08:58 Rev.: 9299

utils added

5369 lines of code changed in 13 files:

sbu062 2020-01-26 09:13 Rev.: 9298

autoconverted fixed form .f to .f90 (via f77_to_f90)

1121 lines of code changed in 1 file:

tla051 2020-01-21 14:32 Rev.: 9297

fixed error in day loop structure (environment is now 365 days irrespective of modelling timeframe) [TL]

9 lines of code changed in 3 files:

tla051 2020-01-21 13:34 Rev.: 9296

uploaded [TL]

0 lines of code changed in 1 file:

tla051 2020-01-21 13:28

code uploaded [TL]

490 lines of code changed in 13 files:

sbu062 2020-01-21 09:25 Rev.: 9293

k-means clustering in any dimension

383 lines of code changed in 2 files:

sbu062 2020-01-21 09:23 Rev.: 9292

k-Gaussian mixture clustering in any dimension with EM

733 lines of code changed in 2 files:

sbu062 2020-01-21 09:20 Rev.: 9291

added cubic spline

1132 lines of code changed in 2 files:

sbu062 2020-01-21 09:17 Rev.: 9290

added SAGRAD project for NN

2674 lines of code changed in 23 files:

sbu062 2020-01-20 21:34 Rev.: 9289

added Fortran bindings for FANN 2.1 from http://leenissen.dk/fann/wp/language-bindings/

1899 lines of code changed in 3 files:

sbu062 2020-01-20 14:35 Rev.: 9288

no need in `DISABLE` auth group, **judyjinn** finally deleted

0 lines of code changed in 1 file:

zed014 2020-01-20 14:18 Rev.: 9287

added text [AB]

1 lines of code changed in 1 file:

sbu062 2020-01-20 14:17 Rev.: 9286

refined user rights

1 lines of code changed in 1 file:

sbu062 2020-01-20 14:12 Rev.: 9285

added group TOMLANG and set limited access rights

8 lines of code changed in 1 file:

tla051 2020-01-20 14:11 Rev.: 9284

this is a test from Tom

0 lines of code changed in 1 file:

sbu062 2020-01-20 13:48 Rev.: 9283

first directory for the pandora project models

0 lines of code changed in 1 file:

sbu062 2020-01-20 11:26 Rev.: 9281

added screenshots to doxygen docs

6 lines of code changed in 4 files:

sbu062 2020-01-20 11:16 Rev.: 9280

added path for documentayion and doxygen graphics

0 lines of code changed in 1 file:

sbu062 2020-01-18 14:30 Rev.: 9279

doxygen comments and cleanup only

26 lines of code changed in 1 file:

sbu062 2020-01-18 11:49 Rev.: 9278

added label

2 lines of code changed in 1 file:

sbu062 2020-01-18 11:26 Rev.: 9277

added version number to main window header at GUI mode

1 lines of code changed in 1 file:

sbu062 2020-01-18 10:33 Rev.: 9276

cleanup unused idx variables

6 lines of code changed in 1 file:

sbu062 2020-01-18 10:21 Rev.: 9275

cleanup debug printouts

1 lines of code changed in 1 file:

sbu062 2020-01-18 10:16 Rev.: 9274

deleted debug outputs in error trapping (report_error_gui)

2 lines of code changed in 1 file:

sbu062 2020-01-18 10:01 Rev.: 9273

done all range checks in parameter table widget, GUI mode

37 lines of code changed in 1 file:

sbu062 2020-01-18 09:40 Rev.: 9272

checking proportion range in parameter table widget, GUI mode

16 lines of code changed in 1 file:

sbu062 2020-01-18 09:30 Rev.: 9271

checking ratio range in parameter table widget in GUI mode

13 lines of code changed in 1 file:

sbu062 2020-01-18 09:10 Rev.: 9270

done float parameters in table widget in GUI mode, checking for range (0:1) not done yet

15 lines of code changed in 1 file:

sbu062 2020-01-18 08:26 Rev.: 9269

done `food_provision_pattern` reset from parameter table widget in GUI mode
- `food_provision_pattern` is converted from two-element string

38 lines of code changed in 1 file:

sbu062 2020-01-18 06:37 Rev.: 9268

formatting only

1 lines of code changed in 1 file:

sbu062 2020-01-18 06:36 Rev.: 9267

progress bar in GUI mode limited by maximum N of steps
- number of steps was equal to the total time steps, if that differ
by changing parameters progress bar was broken
- now the number of steps and step size are both 100, so progress
bar translates to percents

10 lines of code changed in 3 files:

sbu062 2020-01-17 16:26 Rev.: 9266

sxtarted to implement callback routine for parameter table widget

54 lines of code changed in 2 files:

sbu062 2020-01-17 07:20 Rev.: 9265

save model output data in main menu, GUI mode

2 lines of code changed in 1 file:

sbu062 2020-01-17 07:09 Rev.: 9264

commented callback routine for table widget, GUI mode

3 lines of code changed in 1 file:

sbu062 2020-01-16 22:58 Rev.: 9263

small fix

1 lines of code changed in 1 file:

sbu062 2020-01-16 22:53 Rev.: 9262

(output_arrays_save_csv), added GUI mode error reporting

27 lines of code changed in 2 files:

sbu062 2020-01-16 22:25 Rev.: 9261

done save output arrays in GUI mode

37 lines of code changed in 2 files:

sbu062 2020-01-16 21:47 Rev.: 9260

initial skeleton for current plot save

13 lines of code changed in 1 file:

sbu062 2020-01-16 21:39 Rev.: 9259

added processing code for "Run model" in main menu

8 lines of code changed in 1 file:

sbu062 2020-01-16 21:34 Rev.: 9258

done plot absorption in GUI mode

53 lines of code changed in 1 file:

sbu062 2020-01-16 21:31 Rev.: 9257

done plot volume of food in midgut in GUI mode

53 lines of code changed in 1 file:

sbu062 2020-01-16 21:27 Rev.: 9256

done plot volume of food in stomach in GUI mode

55 lines of code changed in 1 file:

sbu062 2020-01-16 21:23 Rev.: 9255

done plot appetite in GUI mode

58 lines of code changed in 1 file:

sbu062 2020-01-16 21:18 Rev.: 9254

done plot n provided in GUI mode

55 lines of code changed in 1 file:

sbu062 2020-01-16 13:41 Rev.: 9253

done plot n not ingested in GUI mode

58 lines of code changed in 1 file:

sbu062 2020-01-16 12:12 Rev.: 9252

autorun model for better usability in GUI mode

1 lines of code changed in 1 file:

sbu062 2020-01-16 12:05 Rev.: 9251

plot total ingested in GUI mode

84 lines of code changed in 1 file:

sbu062 2020-01-16 11:41 Rev.: 9250

reformat, progress bar done

5 lines of code changed in 2 files:

sbu062 2020-01-16 11:31 Rev.: 9249

progress bar smooth

2 lines of code changed in 2 files:

sbu062 2020-01-16 11:20 Rev.: 9248

progress bar shows in adjustable steps

6 lines of code changed in 3 files:

sbu062 2020-01-16 10:49 Rev.: 9247

progress bar options

1 lines of code changed in 1 file:

sbu062 2020-01-16 10:38 Rev.: 9246

done progress bar for GUI mode

12 lines of code changed in 2 files:

sbu062 2020-01-16 10:32 Rev.: 9245

done progress bar in GUI mode, working

18 lines of code changed in 1 file:

sbu062 2020-01-16 10:05 Rev.: 9244

(do_run_test_run): added working wrapper to test_run

12 lines of code changed in 1 file:

sbu062 2020-01-16 09:55 Rev.: 9243

did GUI code for appetite function and Michaelis-Menten midgut pattern

29 lines of code changed in 1 file:

sbu062 2020-01-16 09:46 Rev.: 9242

(do_plot_appetite_function): added widget controls for GUI, extra (disin)i call obsolete deleted

15 lines of code changed in 1 file:

sbu062 2020-01-16 09:38 Rev.: 9241

copied appetite function from command line interface, unchanged

33 lines of code changed in 1 file:

sbu062 2020-01-16 09:36 Rev.: 9240

move page definition out of plotting procedure to main gui caller

12 lines of code changed in 1 file:

sbu062 2020-01-16 09:14 Rev.: 9239

variable now obsolete

1 lines of code changed in 1 file:

sbu062 2020-01-15 23:32 Rev.: 9238

GUI, break long lines, fix wrong last row number in the table

8 lines of code changed in 1 file:

sbu062 2020-01-15 23:21 Rev.: 9237

GUI, table of parameters done, added parameter config file examples that were missing

85 lines of code changed in 2 files:

sbu062 2020-01-15 22:37 Rev.: 9236

widget index for parameter table and editor

9 lines of code changed in 1 file:

sbu062 2020-01-15 22:34 Rev.: 9235

better shorter name

3 lines of code changed in 1 file:

sbu062 2020-01-15 22:33 Rev.: 9234

progress bar, specific widget index

2 lines of code changed in 1 file:

sbu062 2020-01-15 22:30 Rev.: 9233

bel widgets all return no_use id index

13 lines of code changed in 1 file:

sbu062 2020-01-15 22:23 Rev.: 9232

adjust main top menu bar

4 lines of code changed in 1 file:

sbu062 2020-01-15 22:20 Rev.: 9231

small fix

1 lines of code changed in 1 file:

sbu062 2020-01-15 22:18 Rev.: 9230

fix widget structure scheme, better name

40 lines of code changed in 1 file:

sbu062 2020-01-15 22:02 Rev.: 9229

added comment: widget structure

21 lines of code changed in 1 file:

sbu062 2020-01-15 19:05 Rev.: 9228

added progress bar and widget separators

10 lines of code changed in 1 file:

sbu062 2020-01-15 17:40 Rev.: 9227

control widgets went left for better screen space use, deeper window

40 lines of code changed in 2 files:

sbu062 2020-01-15 14:28 Rev.: 9226

move global parameters to params widget

9 lines of code changed in 1 file:

sbu062 2020-01-15 14:04 Rev.: 9225

data save button

4 lines of code changed in 1 file:

sbu062 2020-01-15 13:53 Rev.: 9224

plot arrea now user defined parameters

16 lines of code changed in 4 files:

sbu062 2020-01-15 13:40 Rev.: 9223

better proportions

1 lines of code changed in 1 file:

sbu062 2020-01-15 13:37 Rev.: 9222

better page size defaults

8 lines of code changed in 2 files:

sbu062 2020-01-15 13:23 Rev.: 9221

added labels

10 lines of code changed in 1 file:

sbu062 2020-01-15 13:14 Rev.: 9220

horizontal arrangement of GUI, big graphics area

47 lines of code changed in 1 file:

sbu062 2020-01-14 23:16 Rev.: 9219

axes titles fix

4 lines of code changed in 2 files:

sbu062 2020-01-14 23:14 Rev.: 9218

axes titles

2 lines of code changed in 1 file:

sbu062 2020-01-14 22:28 Rev.: 9217

white space only

0 lines of code changed in 1 file:

sbu062 2020-01-14 22:22 Rev.: 9216

adjust widgets

4 lines of code changed in 2 files:

sbu062 2020-01-14 22:09 Rev.: 9215

drop list with output formats

18 lines of code changed in 1 file:

sbu062 2020-01-14 21:36 Rev.: 9214

better name

5 lines of code changed in 1 file:

sbu062 2020-01-14 21:28 Rev.: 9213

consistent name with gui version

4 lines of code changed in 1 file:

sbu062 2020-01-14 20:52 Rev.: 9212

started user setting for dislin graphic parameters, page size

16 lines of code changed in 4 files:

sbu062 2020-01-14 20:39 Rev.: 9211

parameter now obsolete

0 lines of code changed in 1 file:

sbu062 2020-01-14 20:35 Rev.: 9210

adjust plot page proportions, parameters should go to parameters file

1 lines of code changed in 1 file:

sbu062 2020-01-14 20:10 Rev.: 9209

test more widgets

27 lines of code changed in 1 file:

sbu062 2020-01-14 20:08 Rev.: 9208

check if model was run at least once before saving plots with `save` command
- this was fixed for `plot` earler

42 lines of code changed in 1 file:

sbu062 2020-01-14 19:59 Rev.: 9207

use `setfil` to define file name for plots, simplified

10 lines of code changed in 1 file:

sbu062 2020-01-14 16:26 Rev.: 9206

make parameters in table editable

3 lines of code changed in 1 file:

sbu062 2020-01-14 16:10 Rev.: 9205

added button labels

41 lines of code changed in 1 file:

sbu062 2020-01-14 15:43 Rev.: 9204

better id name

7 lines of code changed in 1 file:

sbu062 2020-01-14 15:40 Rev.: 9203

comment fix

1 lines of code changed in 1 file:

sbu062 2020-01-14 15:38 Rev.: 9202

started tweaking GUI, added table, rearrange widgets

63 lines of code changed in 1 file:

sbu062 2020-01-13 14:50 Rev.: 9201

debug code

36 lines of code changed in 2 files:

sbu062 2020-01-13 13:20 Rev.: 9200

feedback output on `save output_data` command
- in absence of feedback it was confusing

2 lines of code changed in 1 file:

sbu062 2020-01-09 12:17 Rev.: 9199

`midgut_maxdur` parameter now set to minutes, not seconds, still integer
- fixed certain parameter reports

16 lines of code changed in 6 files:

sbu062 2020-01-09 12:00 Rev.: 9198

comments fixed

2 lines of code changed in 1 file:

sbu062 2020-01-09 11:55 Rev.: 9197

`digestion_delay` parameter now set to minutes, not seconds, still integer
- absorption in (fish_midgut_update_from_stomach) checks object component ingestion_delay not global `Global_Digestion_Delay_Min`

20 lines of code changed in 6 files:

sbu062 2020-01-09 10:44 Rev.: 9196

in (zero) method use `delay` parameter because it is used both for stomach and midgut
- `ingestion_delay` was confusing in midgut because it should refer to digestion delay

12 lines of code changed in 1 file:

sbu062 2020-01-09 10:22 Rev.: 9195

`ingestion_delay` parameter now set to minutes, not seconds, still integer

17 lines of code changed in 6 files:

sbu062 2020-01-08 11:59 Rev.: 9194

fix broken images in PDF doc output, merged r9193

1 lines of code changed in 1 file:

sbu062 2020-01-08 11:57 Rev.: 9193

`--destination` option can break images in final PDF

1 lines of code changed in 1 file:

sbu062 2020-01-02 11:37 Rev.: 9192

comments that start with `#` are ignored

7 lines of code changed in 1 file:

December 2019 »

Generated by StatSVN 0.7.0