wxmaxima:feature/KoenGu/forwardWxmaximaArgs

Last commit made on 2023-05-09
Get this branch:
git clone -b feature/KoenGu/forwardWxmaximaArgs https://git.launchpad.net/wxmaxima

Branch merges

Branch information

Name:
feature/KoenGu/forwardWxmaximaArgs
Repository:
lp:wxmaxima

Recent commits

22c7928... by PeterPall

Works now.

49203ae... by PeterPall

Forward wxMaxima's arguments to new wxMaxima processes

deff56d... by PeterPall

Preparation for forwarding shell commands

45b8ee8... by PeterPall

Provide main.cpp with all informations we might want to pass to new processes

a78c8f2... by PeterPall

A small optimization

Get_MathML_Filename() now no longer returns a non-changable copy of
a string, but the string itself along with the info that the returned
string must not be changed

155062d... by Wolfgang Dautermann <email address hidden>

Merge branch 'main' of github.com:wxMaxima-developers/wxmaxima into main

0a6c1bc... by PeterPall

Removed an ugly workaround Wolfgang's command-line parameter made obsolete.

b437a41... by Wolfgang Dautermann <email address hidden>

Manual: Add a section 'About the program, contributing to wxMaxima'.

I documented the use of the new command line option (--wxmathml-lisp=<str>)
there - and some general informations about wxMaxima, which programming
languages are used, etc.

a118a50... by PeterPall

Moved the global variable into the wxMathML object

90dfbc5... by Wolfgang Dautermann <email address hidden>

Use a command line option to select a special wxMathML.lisp file.

This is needed almost only as developer, no need to expose this
option - via the configuration menu - to end user.

This works now, but needs probably more polishing from the C++ side...