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

Various fixes and update #1

Open
wants to merge 81 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
1083591
initial
zosrothko Nov 5, 2014
f899c43
new .gitignore
zosrothko Jan 10, 2015
656de99
update for c++, gcc, msvc, ...
zosrothko Jan 10, 2015
67948e4
removed
zosrothko Jan 10, 2015
d85f4f0
generated by automake
zosrothko Jan 10, 2015
c29db05
remove CVS dirs and autogenerated files
zosrothko Jan 10, 2015
adbc76b
remove CVS dirs and autogenerated files
zosrothko Jan 11, 2015
4a1f346
add Bison and Flex generated files
zosrothko Jan 11, 2015
2015557
restore CRLF
zosrothko Jan 11, 2015
adaaff8
restore CRLF
zosrothko Jan 11, 2015
9362a1a
restore CRLF
zosrothko Jan 11, 2015
7eb865d
restore CRLF
zosrothko Jan 11, 2015
3302f9e
Avoid duplicate long() and int64_t on system with a SIZEOF_LONG = 8
zosrothko Jan 11, 2015
cd81ae2
autogenerated files
zosrothko Jan 11, 2015
c9f989d
update for aclocal.m4
zosrothko Jan 11, 2015
67bbaab
add VS2013 solutions & projects
zosrothko Jan 11, 2015
f1183cd
ignore *.def generated files
zosrothko Jan 11, 2015
10486f5
fix VS2013 project
zosrothko Jan 12, 2015
6d0b273
rename MSVC project
zosrothko Jan 12, 2015
b4862ea
fix VS2013 projects
zosrothko Jan 12, 2015
592f1b5
fix vs2013 project
zosrothko Jan 12, 2015
65be5c0
add definition of getopt
zosrothko Jan 12, 2015
3e54985
add generated Makefile
zosrothko Jan 12, 2015
4a57d0a
fix CRLF
zosrothko Jan 12, 2015
3200226
add configure
zosrothko Jan 12, 2015
0c5a89e
remove as generated by autoconf
zosrothko Jan 12, 2015
7e234e2
change INCLUDES to AM_CPPFLAGS
zosrothko Jan 12, 2015
926ec0a
rename configure.in to configure.ac
zosrothko Jan 12, 2015
5b1e605
add missing external declaration of CountBits
zosrothko Jan 12, 2015
9d40355
add config.h config.status
zosrothko Jan 12, 2015
86287be
fix VS2013 projects
zosrothko Jan 12, 2015
036f035
formatting
zosrothko Jan 12, 2015
1fa88a0
make gcc happy
zosrothko Jan 12, 2015
c32feed
fix typo
zosrothko Jan 12, 2015
b368601
make gcc happy
zosrothko Jan 12, 2015
6b4d532
use -iquote for not including the local <unistd.h> needed for VS2013
zosrothko Jan 12, 2015
f9ceee1
fix typo
zosrothko Jan 12, 2015
9c55436
restore unistd.h as local include
zosrothko Jan 12, 2015
0b10720
remove ASN1dll and make ASN1rts a DLL
zosrothko Jan 13, 2015
eb35167
fix ASN1_DLL import/export stuff
zosrothko Jan 13, 2015
deb4ab2
fix typo
zosrothko Jan 13, 2015
4b110d4
remove ASN1dll
zosrothko Jan 13, 2015
a16a3dd
fix declaration of CountBit
zosrothko Jan 13, 2015
ebdb674
change include path using ./cxx directory
zosrothko Jan 13, 2015
0996a58
reformatting
zosrothko Jan 13, 2015
34e1f57
add new filter cxx
zosrothko Jan 13, 2015
ceb4d91
Use dependencies includes from Poco
zosrothko Jan 13, 2015
dc8d0d7
use quoted include instead angle include which is reserved for system…
zosrothko Jan 13, 2015
d7123b1
update dllmain for complete life cycle
zosrothko Jan 13, 2015
62e2455
fix typo
zosrothko Jan 13, 2015
77801dd
switch from lib to dll
zosrothko Jan 13, 2015
ee6d3fc
generate include "asn1.h" instead of <asn1.h>
zosrothko Jan 13, 2015
3eb8a86
fix VS2013 project
zosrothko Jan 13, 2015
e2fece9
add vs120 cl stuff
zosrothko Jan 13, 2015
effc214
refactoring from lib to dll
zosrothko Jan 13, 2015
80f9bb0
update VS2013 solution
zosrothko Jan 13, 2015
48c88c6
added
zosrothko Jan 13, 2015
63bfd33
fix ignore dirs
zosrothko Jan 13, 2015
ebc2bf8
update config.sub from internet
zosrothko Jan 13, 2015
25caab9
new .gitignore
zosrothko Jan 13, 2015
1a7914a
add VS2013 generated dir
zosrothko Jan 13, 2015
7f034bd
new .gitignore
zosrothko Jan 13, 2015
1e6e7ad
add generated timestamp
zosrothko Jan 13, 2015
186d884
udpate VS2013 solution
zosrothko Jan 13, 2015
1b2e028
Merge pull request #1 from kontulai/VS2013
zosrothko Jan 13, 2015
7a9dc58
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
zosrothko Jan 15, 2015
52c85b9
fix NUL generated character in string
zosrothko Jan 23, 2015
66bf4b7
change cxx to csn
zosrothko Jan 23, 2015
8c0873f
reformat
zosrothko Jan 23, 2015
e1fd5c5
removed
zosrothko Jan 23, 2015
9c3c6a9
retarget the generated file to the current directory
zosrothko Jan 23, 2015
819a75c
rename test.asn to test1.asn
zosrothko Jan 23, 2015
abae303
fix typo
zosrothko Jan 23, 2015
ad45191
Merge branch 'master' of https://github.com/kontulai/III-ASN.1-Tool-F…
zosrothko Jan 23, 2015
d80e0ce
add **/cxx/ directory
zosrothko Jan 24, 2015
e24c263
add generation of concrete file to cxx otherwise the makefile fails.
zosrothko Jan 24, 2015
1947a09
fix for building with autoconf@2.69 automake@1.13.4
ligouras Dec 19, 2015
6225985
enable-optimizations
Jan 13, 2016
df808fe
enable-shared
Jan 13, 2016
aff1e72
enable-shared
Jan 13, 2016
d612000
fix for building with autoconf@2.69 automake@1.13.4
ligouras Aug 11, 2016
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
60 changes: 60 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.txt text
*.cpp text
*.c text
*.h text
*.cmd text
*.sln text
*.vcproj text
*.vcxproj text
*.vcxproj.filters text
*.page text
*.html text
*.xhtml text
*.css text
*.js text
*.progen text
*.xml text
*.xsd text
*.template text
*.properties text
*.ini text
*.vxbuild text
*.cs text
*.csproj text
*.csproj.user text
*.dsp text
*.groovy text
*.sh test
*.java text
*.sm text
*.py text
*.rb text
*.vb text
*.pm text
*.pl text
*.m text
*.lua text
*.scala text
*.mk text
*.properties text
*.iml text
*.ipr text
*.iws text
.classpath text
.project text

# Denote all files that are truly binary and should not be modified.
*.bin binary
*.mc binary
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.au binary
*.pdf binary
*.wav binary
161 changes: 161 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
# Bison & Flex #
################
asn_grammar.*
asn_ref_grammar.*
asn_lex.*
asn_ref_lex.*



# Compiled #
############
*.com
*.class
*.dll
*.dylib
*.exe
*.slo
*.lo
*.o
*.so
*.lai
*.la
*.a
*.d


# Make #
########
config.build
config.make
*.cache/**


# autogenerated make from CDT #
##############################
subdir.mk
objects.mk
sources.mk
makefile
Makefile
Makefile.in
aclocal.m4
configure
config.h
config.status


# CMake #
########
cmake_install.cmake
cmake_uninstall.cmake
CMakeFiles
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake


# Logs and databases #
######################
*.log*
*.sqlite
*.db
test*.txt
XML/testsuite/rss.xml


# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
*~

# VS generated files #
######################
*.bsc
*.sbr
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.ipch
*.ncb
*.suo
*.sdf
*.opensdf
*.tlb
*.tlh
*.ilk
*.lib
*.exp
*.idb
*.rc
*.res
*.manifest
*.tlog
*.lastbuildstate
*.unsuccessfulbuild
release_shared/
debug_shared/
release_static/
debug_static/
release_static_md/
debug_static_md/
release_static_mt/
debug_static_mt/
bin/
bin64/
lib/
lib64/
*nativecodeanalysis*
*codeanalysis*


# Eclipse generated files #
###########################
#.project
#.cproject
.settings
cmake-build/
.metadata/
RemoteSystemsTempFiles/

# Eclipse Maven m2e generated files #
#####################################
**/target/


# Temporary files #
###################
*.bak


# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml #
##########################################################################################
hs_err_pid*


# Eclipse generated class directory #
#####################################
/cls

# makedep dependencies files #
##############################
**/.deps/

# ASN.1 generated files #
########################
**/csn/
**/cxx/
*.def
/ipch
/config.h.in
/stamp-h1
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "boost"]
path = boost
url = https://github.com/mirror/boost.git
8 changes: 6 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ mangelo@users.sourceforge.net
Institute for Information Industry,
Taipei, Taiwan, the Republic of China


The code is modified by Genesys Telecommunications Labs UK, 2003-2011

Contributors:
Arunas Ruksnaitis <arunas.ruksnaitis@genesyslab.com>
Rustam Mirzaev <rustam.mirzaev@genesyslab.com>

Arunas Ruksnaitis <arunas.ruksnaitis@genesyslab.com>

Rustam Mirzaev <rustam.mirzaev@genesyslab.com>
20 changes: 13 additions & 7 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
$Log: COPYING,v $
Revision 1.2 2002/07/02 05:28:13 mangelo
$Log: COPYING,v
$
Revision 1.2 2002/07/02 05:28:13 mangelo
Add VC.Net and GCC 3.1 Support

Revision 1.1.1.1 2001/08/01 07:36:54 mangelo
Import to SourceForge

Revision 1.1.1.1 2001/08/01 07:36:54 mangelo
Import to SourceForge


The contents of this project are subject to the Mozilla Public License
Version 1.0 (the "License"); you may not use this file except in
compliance with the License. You may find a copy of the License in the file
mpl-1.0.htm which is distributed with this file or in the web page
Version 1.0 (the "License");
you may not use this file except in
compliance with the License.
You may find a copy of the License in the file
mpl-1.0.htm which is distributed with this file
or in the web page
http://www.mozilla.org/MPL/
18 changes: 0 additions & 18 deletions CVS/Entries

This file was deleted.

8 changes: 0 additions & 8 deletions CVS/Entries.Log

This file was deleted.

1 change: 0 additions & 1 deletion CVS/Repository

This file was deleted.

1 change: 0 additions & 1 deletion CVS/Root

This file was deleted.

Loading