Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mpi-mandelbrot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
Andreas Kempe
mpi-mandelbrot
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
5
Oct
4
3
2
1
25
Sep
Sending the data to rendering processes as the correct types.
master
master
Made sure the render settings are updated correctly on user input.
Settings update from zoom now happens on rendering.
Corrected an error where the root process was rendering too much.
Zooming in on the set is now possible.
Rewrote the user settings assignment.
Added host specifier on the command line for the render server.
Added user inputed settings and corrected a calculation error.
Added the possibility of shutting down the rendering processes remotely.
Multi-process rendering is now possible.
Added network error messages to the render server.
Ordering an image rendered by a single thread is now possible.
Moved the renderer into a class to prepare for client/server operations.
Switched to array delete for packet payload. And adjusted mem alloc.
The server will now wait until all data is sent on the socket.
It is now possible to show and send images.
Added basic networking. Packet sending/receiving/decoding.
Work on the networking. Implemented a socket server side.
Added the basis for gui and networking client-side.
Moved the root processing to its own function.
Added the include path on my Lysator account.
Updated the makefile with correct library search.
Added forgotten files.
Moved the mandelbrot drawer to a class.
Added a .gitignore file.
Modified the mandelbrot colouring.
The programme now creates one image instead of several parts.
Multithreaded drawing working.
Basic singlethreaded drawing of the set.
Initial commit. Basic mpi functionality.
Loading