-
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: discere-os/pixman.wasm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: wasm
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: discere-os/pixman.wasm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.30
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 5 files changed
- 7 contributors
Commits on Jul 30, 2013
-
Fix broken build when HAVE_CONFIG_H is undefined, e.g. on Win32.
Build fix for platforms without a generated config.h, for example Win32.
Configuration menu - View commit details
-
Copy full SHA for e14f5a7 - Browse repository at this point
Copy the full SHA e14f5a7View commit details -
Use AC_LINK_IFELSE to check if the Loongson MMI code can link
The Loongson code is compiled with -march=loongson2f to enable the MMI instructions, but binutils refuses to link object code compiled with different -march settings, leading to link failures later in the compile. This avoids that problem by checking if we can link code compiled for Loongson. Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Configuration menu - View commit details
-
Copy full SHA for 35da06c - Browse repository at this point
Copy the full SHA 35da06cView commit details -
configure.ac: Don't use '+=' since it's not POSIX
Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
Configuration menu - View commit details
-
Copy full SHA for 02869a1 - Browse repository at this point
Copy the full SHA 02869a1View commit details -
I'm got bug in my system: lcc: "scale.c", line 374: warning: function "gtk_scale_add_mark" declared implicitly [-Wimplicit-function-declaration] gtk_scale_add_mark (GTK_SCALE (widget), 0.0, GTK_POS_LEFT, NULL); ^ CCLD scale scale.o: In function `app_new': (.text+0x23e4): undefined reference to `gtk_scale_add_mark' scale.o: In function `app_new': (.text+0x250c): undefined reference to `gtk_scale_add_mark' scale.o: In function `app_new': (.text+0x2634): undefined reference to `gtk_scale_add_mark' make[2]: *** [scale] Error 1 make[2]: Target `all' not remade because of errors. $ pkg-config --modversion gtk+-2.0 2.12.1 The demos/scale.c use call to gtk_scale_add_mark() function from 2.16+ version of GTK+. Need do support old GTK+ (rewrite scale.c) or simple demand of high version of GTK+, like this:
Configuration menu - View commit details
-
Copy full SHA for 6300452 - Browse repository at this point
Copy the full SHA 6300452View commit details
Commits on Aug 1, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 4c04a86 - Browse repository at this point
Copy the full SHA 4c04a86View commit details -
The MSVC compiler is very strict about variable declarations after statements. Move all the declarations of each block before any statement in the same block to fix multiple instances of: alpha-loop.c(XX) : error C2275: 'pixman_image_t' : illegal use of this type as an expression
Configuration menu - View commit details
-
Copy full SHA for a82b95a - Browse repository at this point
Copy the full SHA a82b95aView commit details
Commits on Aug 4, 2013
-
Configuration menu - View commit details
-
Copy full SHA for b5167b8 - Browse repository at this point
Copy the full SHA b5167b8View commit details
Commits on Aug 7, 2013
-
Configuration menu - View commit details
-
Copy full SHA for f8a0812 - Browse repository at this point
Copy the full SHA f8a0812View commit details -
Configuration menu - View commit details
-
Copy full SHA for b000d47 - Browse repository at this point
Copy the full SHA b000d47View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff wasm...0.30