forked from theos/theos
-
Notifications
You must be signed in to change notification settings - Fork 53
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
64bit support #9
Open
Dry05
wants to merge
34
commits into
dhowett/dev/experimental-rebased
Choose a base branch
from
master
base: dhowett/dev/experimental-rebased
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We now use target-specific variables to propagate the last built package's filename to package.mk (whose responsibility it now is to record such). Cleaned up a couple targets. From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@623 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
…ules. From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@624 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
…t file tagging. From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@625 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
… to be recursively-expanded. From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@626 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
…ving some targets blank command sets. From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@627 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
- Decouple package_version from control file parsing (kill most of its complexity without trashing the existing version number data.) - Move build number bumping into an includable variable (VERSION.INC_BUILD_NUMBER) - Add support for a schema'd PACKAGE_VERSION variable so that the user may override version number generation. - Offer an alternative to THEOS_PACKAGE_VERSION in the deprecation warning. - Include the default version number format as _THEOS_PACKAGE_DEFAULT_VERSION_FORMAT. - Offer variables the user can place in his PACKAGE_VERSION to have theos generate parts of them (build number, extraversion.) (VERSION.INC_BUILD_NUMBER and VERSION.EXTRAVERSION.) From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@628 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
… not think of this earlier?) From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@629 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
… the non-first parts. From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@630 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@631 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@632 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
… required (has hooks or subclasses.) From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@633 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
…y have hooks. From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@634 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
(cherry picked from commit 5f96e63) From: CoolStar <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@635 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@636 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@637 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@638 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
…anks, uroboro. From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@639 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
…Aehmlo! From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@640 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@641 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
…aint matcher) From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@642 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
From: Dustin L. Howett <[email protected]> git-svn-id: http://svn.howett.net/svn/theos/trunk@643 4410221e-0ddf-4ce3-99c0-2db6c0dbc727
function hooking. Added an example, too.
Fixed a lot of bugs!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi could you please update theos jailed for 64bit devices? Regards Bas