Skip to content

Restructure dirs #184

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

Merged
merged 5 commits into from
Jan 9, 2013
Merged

Restructure dirs #184

merged 5 commits into from
Jan 9, 2013

Conversation

glynos
Copy link
Member

@glynos glynos commented Jan 8, 2013

I:

  • Moved the HTTP examples to contrib/http_examples
  • Added gtest as a submodule under the deps subdirectory
  • Replaced the URI code with a new submodule based on the work I've been doing for the last couple of months (breaking changes)
  • Configured the project to compile and run on MSVC 2012 and GCC 4.7.2
  • Updated any breaking code (limited to the changes in the URI, which turned out to be very little)
  • Updated README.rst

The project is still in the same intermediate state (failing tests in the HTTP client, the HTTP server doesn't compile, neither does MIME)

I would suggest the following further changes:

  • The logging and mime libraries can be separate submodules
  • Add gmock as a submodule
  • Implement the HTTP client API according to the design doc

@deanberris
Copy link
Member

I agree that the HTTP client (and server) APIs should be implemented soon. I just haven't gotten around to the server parts just yet. Although hopefully now it should be easier with gtest.

deanberris added a commit that referenced this pull request Jan 9, 2013
@deanberris deanberris merged commit 04fa5f6 into cpp-netlib:master Jan 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants