Yilun Chong
0255431ca7
revert .gitignore
8 years ago
Yilun Chong
0fa4e58525
change ignore
8 years ago
Jakob Buchgraber
d0e6f3b9ab
bazel: add bazel symlinks to .gitignore
8 years ago
Paul Yang
25abd7b7e7
Add compatibility test for php. ( #3041 )
...
* Add compatibility test for php.
* Revert API incompatible change.
8 years ago
Paul Yang
190b5270c8
Make PHP c extension work with PHP7 ( #2951 )
8 years ago
Adam Cozzette
10ea25133d
Added compatibility tests for version 3.0.0
8 years ago
Anuraag Agrawal
11c902ea2e
Add IntelliJ project to gitignore for java project.
8 years ago
Thomas Van Lenten
8adf57e0fa
Add some new ignores for things generated in conformance.
8 years ago
Paul Yang
39756643df
Add conformance test for php ( #2655 )
8 years ago
Adam Cozzette
1b3a0c16e6
Auto-generate well_known_types_embed.cc
...
Until now this file was just checked into the repo, but actually it
should be generated from any.js, struct.js, and timestamp.js. This
change updates the build system to make this happen. To make it work I
also had to remove some C++11 features from embed.cc.
8 years ago
Paul Yang
46ae90dc5e
Make php generated code conform to PSR-4. ( #2435 )
...
1. Generate single file for each message.
2. Lazily initiate metadata.
8 years ago
Adam Cozzette
25dbc8b1ea
Updated .gitignore with Java and JavaScript build artifacts
8 years ago
Bo Yang
c6fa9c71a5
Auto-generate proto files for tests.
8 years ago
Paul Yang
e0e54661f7
Check in php implementation. ( #2052 )
...
This pull request includes two implementation: C extension and PHP
package. Both implementations support encode/decode of singular,
repeated and map fields.
8 years ago
Thomas Van Lenten
80f65d2df8
Add note about JSON tests maybe being wrong. ( #1992 )
...
Add note about JSON tests maybe being wrong.
- Add note about the JSON test maybe not being correct yet.
- Add test to checks the generated names for double underscores to be sure they
are what is expected.
8 years ago
Thomas Van Lenten
81564101ee
Fix up ignores and conformance generation
...
- Update ruby conformance generation for rename of generated files that seems
to have happened.
- Update gitignores for the above and for the no-warnings-test.
8 years ago
Thomas Van Lenten
daec44fa52
Expand the OS X/Xcode gitignores
...
- Add the folder CocoaPods will add to the root folder.
- Move and expand the entries in the objectivec directory.
9 years ago
Thomas Van Lenten
f367642103
Add two missing ignores for conformance directory.
9 years ago
CH Albach
5477f8cdba
Manually down-integrate python JSON struct support from internal code base.
9 years ago
Thomas Van Lenten
1745f7eae9
Add support for the conformance test for objc when run on OS X
9 years ago
Thomas Van Lenten
42f2eee932
Cleanups of deps and ignores for conformance
...
- Hopefully complete the deps for other languages for the generated conformance proto sources.
- List the generated sources for cleanup by make's clean rules.
- Make the toplevel nuke the pyc files that can get created in the ObjC dir.
9 years ago
Thomas Van Lenten
f0411ec974
Update the Mac build script to include the conformance tests
...
- Kick off the conformance tests
- Add missing ignore for something generated by a build on the conformance directory.
9 years ago
Konstantin Podsvirov
c3aa4c2675
Improved SHARED build from CMake project
9 years ago
Dan O'Reilly
4fefc07ec5
Fix duplicate entry in .gitignore
...
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
9 years ago
Feng Xiao
818c5eee08
Fix broken builds.
10 years ago
Jon Skeet
09f3f4eec3
Updates to handle use of cmake for Windows builds.
10 years ago
Jisi Liu
f48dca5044
Make pbconfig.h independent of config.h
...
Change-Id: I31ead985b4ac5b02fb7558d34c1da19fd837b50a
10 years ago
Thomas Van Lenten
58cd4a47e8
ObjC fixup for the branch.
...
- Shouldn't need SRCROOT in the project since Xcode should be setting the working directory to where the project lives.
- Remove the packed/unpacked repeated enum field in the tests and update the code to handle the defaults.
- Move up the ignore to cover .DS_Store files in src also.
add starstar
10 years ago
Bo Yang
50a765ba03
Fix bugs in objective-c.
10 years ago
Bo Yang
f87e5b7e74
Fix C2385: accessing parent classes' member without specifying is ambiguous.
10 years ago
Bo Yang
5db217305f
down-integrate internal changes
10 years ago
Tamir Duberstein
6d3e61676a
[PYTHON] gitignore eggs
10 years ago
Thomas Van Lenten
30650d81d9
Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.
10 years ago
Jon Skeet
c56475088d
Change to using xUnit for all unit tests, and fetch that via NuGet.
...
This includes fetching the VS unit test runner package, so that tests can be run from Visual Studio's Test Explorer.
10 years ago
Jon Skeet
8d7e9433b3
Add C# files to Visual Studio projects.
...
Also ignore Windows native build output files.
10 years ago
Tamir Duberstein
b63d432add
`.gitignore` generated file
10 years ago
Jisi Liu
1939efed2d
Add .so to .gitignore.
...
Change-Id: I5418606cb51a43a8cd7f91f26448cf0e8dde1016
10 years ago
Jisi Liu
c2f2bce6af
Update .gitignore so that the newly-added config.h is visible to git.
...
Change-Id: I0054c8d6f80fc71073ca70a121f1acafc12e030b
10 years ago
Jisi Liu
33ccbcbe26
Add java compiled targets and several tests target into .gitignore.
10 years ago
Jisi Liu
7af23e88be
Add java compiled targets and several tests target into .gitignore.
10 years ago
Tres Seaver
d0eb89cb69
Ignore more derived files.
10 years ago
Tres Seaver
58dbea9944
Ignore .so files.
10 years ago
Tres Seaver
2c495e402d
Ignore artifacts from autogen.sh
10 years ago
Tres Seaver
e9d18bca28
Ignore files generated from new 'map*.protobuf' sources.
10 years ago
Tres Seaver
113eb61e6b
Avoid '**/' patterns for compat w/ git < 1.8.
...
Ignore generated test scaffolding files.
Exclude Python build artifacts.
10 years ago
Tres Seaver
38a3dd502d
Exclude Python build artifacts.
10 years ago
Tres Seaver
706690bddb
Ignore generated test scaffolding files.
10 years ago
Tres Seaver
e8e3a5bf96
Compat w/ git < 1.8.
10 years ago
John Beard
2853cd4a10
Add .gitignore file
...
Includes files generated by each of:
* autogen.sh
* configure
* make
10 years ago
csharptest
7691473a71
Completion of 3.5 build integration and Lite runtime build changes.
14 years ago