Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Oberon A2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Oliver Friedrich
Oberon A2
Graph
1f3d2c285843b5973baf46b14fbbce93cf839dda
Select Git revision
Branches
4
bohdan
fixes
main
default
protected
vy64
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
Apr
4
3
2
1
16
Jan
26
Nov
13
Oct
10
9
Aug
8
2
29
Jul
28
29
May
21
17
15
8
Apr
29
Mar
14
Oct
8
7
18
Sep
7
Aug
25
Jul
20
19
12
11
10
9
22
Jun
19
16
5
26
Apr
22
19
15
25
Mar
26
Feb
25
18
3
22
Jan
16
5
4
12
Dec
11
9
24
Nov
11
Aug
10
conversion bug: changed pointer values
main
main
Merge branch 'vy64' into 'main'
made the keyboard work properly with Linux64/oberon box in A2
vy64
vy64
wedgelets compile and work
all files compile on 64bit
a few more
a few more steps
continued with adaptation
a few ants modules
missing file
Voyager compiles on a 64 bit platform
intermediate step
64-bit adaptions
started with porting vy / ants to 64 bit
bug fix: sgn variable was not initialized to 1; thanks to PH
committed changes made by Patrick
do not use SLCR locking/unlocking mechanism on linux (always unlocked)
made the code compilable
for the moment make SYSTEM.VAL conversion less restrictive
handle an unaccounted case
ETH Oberon - switching to A2 Files. Now things from Oberon.Files are aliases for things from A2.Files. Simple testing.
fixes
fixes
Merge branch 'fixes' into 'main'
Preparing code to replace the base type for VMGraphics.Color -- SIGNED32 -> WMGraphics.Color
limit SYSTEM.VAL conversion to types with compatible size;
made MathArray execution test compilable again
handle SYSTEM.VAL conversion and normal type conversion differently; still need to fix for cases of conversions from sets to floats, from floats to integers and sets
a fix for conversions SYSTEM.VAL(FLOAT64, IntegerConstant) and SYSTEM.VAL(FLOAT32, IntegerConstant); previously these conversions resulted in FLOAT64(IntegerConstant) and FLOAT32(IntegerConstant) correspondingly
Merge branch 'fixes' into 'main'
fixed issues
added processing of mouse clicks
bohdan
bohdan
A new visual component implements and the processing the toolbar panel of function keys F1...F12
Новый визуальный компонент, который реализует строку подсказки и обработку функциональных клавиш F1...F12
Added small library and example how to use, for extending Reflection functions.
make entry and exit code sections reachable for referenced dependencies; made Test command functional (useful for debugging generated TRM code)
fixed a bug in emission of BB and BAE instructions (incorrect cond codes)
Merge branch 'YR.fix.Configuration' into 'main'
Merge branch 'YR.fix.dpiAwareness' into 'main'
Merge branch 'fixes' into 'main'
Added Configuration.XML entry for syntax highlighting of .Test files
Added --dpiAwareness parameter to Display.Install call. With that parameter the WinAOS window looks more sharp, the window content doesn't blurred
Loading