Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a GraphicsPropertiesFetcher class #2071

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
13691a3
Merge pull request #1 from PhoenicisOrg/master
ImperatorS79 Jan 21, 2019
ff9b79c
Merge pull request #2 from PhoenicisOrg/master
ImperatorS79 Aug 25, 2019
0774f93
Update pom.xml
ImperatorS79 Aug 25, 2019
1610c5e
Add files via upload
ImperatorS79 Aug 25, 2019
0adb378
Update ToolsConfiguration.java
ImperatorS79 Aug 25, 2019
f9095d5
Update GraphicsProperties.java
ImperatorS79 Aug 25, 2019
ec9a3ef
Update GraphicsPropertiesFetcher.java
ImperatorS79 Aug 25, 2019
3e6eeab
Update GraphicsPropertiesFetcher.java
ImperatorS79 Aug 25, 2019
a424044
Update GraphicsPropertiesFetcher.java
ImperatorS79 Aug 25, 2019
090bd4e
Fix OpenGL library not being loadable multiple times
ImperatorS79 Aug 25, 2019
1d5b026
Update GraphicsProperties.java
ImperatorS79 Aug 25, 2019
cd869f3
Update GraphicsPropertiesFetcher.java
ImperatorS79 Aug 25, 2019
e3bb0f8
Update GraphicsProperties.java
ImperatorS79 Aug 25, 2019
121ae07
Update GraphicsProperties.java
ImperatorS79 Aug 25, 2019
7cb22be
Update GraphicsPropertiesFetcher.java
ImperatorS79 Aug 25, 2019
2030616
Update GraphicsPropertiesFetcher.java
ImperatorS79 Aug 25, 2019
3678f8f
Fix travis and tr
ImperatorS79 Aug 25, 2019
1d70003
Also fetch core context Version
ImperatorS79 Aug 27, 2019
f40bf65
Update GraphicsPropertiesFetcher.java
ImperatorS79 Aug 27, 2019
386ecc0
Codacy I saw you
ImperatorS79 Aug 27, 2019
13fb641
Update pom.xml
ImperatorS79 Aug 27, 2019
986beaf
Update pom.xml
ImperatorS79 Aug 27, 2019
5d50f1c
Update GraphicsProperties.java
ImperatorS79 Sep 6, 2019
62faa23
Update GraphicsPropertiesFetcher.java
ImperatorS79 Sep 6, 2019
0d1559c
Update GraphicsPropertiesFetcher.java
ImperatorS79 Oct 3, 2019
10ddec0
Merge pull request #3 from PhoenicisOrg/master
ImperatorS79 Oct 3, 2019
35e9b1e
It builds
ImperatorS79 Oct 3, 2019
8ebc6ca
Update pom.xml
ImperatorS79 Oct 5, 2019
a50e013
Update pom.xml
ImperatorS79 Oct 5, 2019
36b1b4f
Test
ImperatorS79 Jan 10, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Test
  • Loading branch information
ImperatorS79 authored Jan 10, 2020
commit 36b1b4fafc37c2403ad935158ca70a2ef15cf429
2 changes: 1 addition & 1 deletion phoenicis-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<activation>
<os>
<family>mac</family>
<arch>amd64</arch>
<arch>x86_64</arch>
</os>
</activation>
<properties>
Expand Down