- Feb 01, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
and also make sure that the unique terminating symbol is unique among both subject and pattern
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jan 30, 2022
-
-
Filip Gregor authored
-
- Jan 29, 2022
-
-
Tomáš Pecka authored
-
- Jan 28, 2022
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
Some time ago we moved docker image builds into external repository cd-release (together with packaging). Now that repository is useless because we built packages here, so let's do the same for docker images.
-
Tomáš Pecka authored
-
- Jan 27, 2022
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
For local builds it might be good to use rpaths so that the created executables are linked to the correct libs without modifying /etc/ld.so.conf for every build-dir.
-
-
- Jan 26, 2022
-
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Tomáš Pecka authored
~/.aqlrc is just another aql script that can be loaded automatically when the aql shell starts. You can put standard aql commands inside the file.
-
Tomáš Pecka authored
-
Tomáš Pecka authored
It will be in $BUILD_DIR/install
-
Tomáš Pecka authored
We don't use it anymore.
-
Tomáš Pecka authored
Load the standard library files into Prompt. The iteration order of the file list is unspecified[1] but I don't think we have to deal with it anyhow. Even we create two files, say a.aql, and b.aql and a function in b.aql uses a function from a.aql, the loading order doesn't matter anyway.
-
Tomáš Pecka authored
-
Tomáš Pecka authored
Let's install the aql function files into DATADIR, which will probably be /usr/share/algorithms-library/stdlib.
-
Tomáš Pecka authored
Let's start working on a standard library [1]. The idea is that we bundle some aql files with predefined functions (and procedures) and we load them when aql prompt starts. So let's prepare a configuration file with a location for the scripts. The location is currently only in local dev tree. We will later change that to some /usr/share or /usr/lib location. [1] #221
-
Jan Trávníček authored
-
-
-
-
-
Tomáš Pecka authored
I have seen some students failing to understand the exception "Init on RHS when generate eps". Let's make the error message more clear.
-
-
-
Tomáš Pecka authored
F36 is not released yet [1] and it contains not-yet-released g++-12 which causes some problems for our code. Let's deal with it once g++-12 is released. [1] https://fedorapeople.org/groups/schedule/f-36/f-36-key-tasks.html
-
- Jan 13, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-