-
Notifications
You must be signed in to change notification settings - Fork 284
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
Various improvements #211
Merged
Merged
Various improvements #211
Commits on Apr 5, 2013
-
Add pragma(lib) entries for libraries
This allows building/testing Vibe programs/components without having to specify the .lib files on the compiler command line every time.
Configuration menu - View commit details
-
Copy full SHA for 60ee44e - Browse repository at this point
Copy the full SHA 60ee44eView commit details -
The old setup required that, for every component requiring a server (e.g. a DB driver), the user had ALL components installed and running on their development system (thus, wasn't very scalable).
Configuration menu - View commit details
-
Copy full SHA for af52479 - Browse repository at this point
Copy the full SHA af52479View commit details -
appmain: Don't wrap runEventLoop in catchall with -debug
This is to allow debuggers to break on an uncaught exception.
Configuration menu - View commit details
-
Copy full SHA for ba1d6b4 - Browse repository at this point
Copy the full SHA ba1d6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21aa657 - Browse repository at this point
Copy the full SHA 21aa657View commit details -
This removes the dependency to HTTP code in vibe.core.args. Related changes: - Refactor out UID/GID stuff to its own module, which is activated by importing it (done in vibe.vibe) - Fix: Vibe will not ignore --uid/--gid if it's not running as root, and will print error messages accordingly - Settings in vibe.conf and the command line use the same names - Added test
Configuration menu - View commit details
-
Copy full SHA for a60698b - Browse repository at this point
Copy the full SHA a60698bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4528bc6 - Browse repository at this point
Copy the full SHA 4528bc6View commit details
Commits on Apr 6, 2013
-
vibe.appmain: Clean up imports
Notably, remove the vibe.http.server import.
Configuration menu - View commit details
-
Copy full SHA for 557bc37 - Browse repository at this point
Copy the full SHA 557bc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb2bbb - Browse repository at this point
Copy the full SHA 0eb2bbbView commit details -
drivers.win32: Fix documentation
The Win32 driver does NOT use I/O completion ports.
Configuration menu - View commit details
-
Copy full SHA for 095531b - Browse repository at this point
Copy the full SHA 095531bView commit details
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.