index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Avoid redundant passing around of cc in gen_makefile_lists()
Simon Warta
2017-04-04
1
-6
/
+6
*
Rename build_config -> build_paths in gen_makefile_lists()
Simon Warta
2017-04-04
1
-5
/
+5
*
Disable too-many-instance-attributes for CompilerInfo and OsInfo
Simon Warta
2017-04-04
1
-2
/
+2
*
configure: encode submodel prefix into single value
Simon Warta
2017-04-04
1
-12
/
+11
*
Split ConfigureError into UserError and InternalError
Simon Warta
2017-04-04
1
-33
/
+54
*
configure: remove unused chunks()
Simon Warta
2017-04-04
1
-4
/
+0
*
Merge GH #967 Add CMake generator for IDE development, plus astyle config
Jack Lloyd
2017-04-04
1
-0
/
+122
|
\
|
*
fix style
Tomasz Frydrych
2017-04-04
1
-31
/
+32
|
*
align to changes from: #962
Tomasz Frydrych
2017-04-04
1
-1
/
+1
|
*
Content:
Tomasz Frydrych
2017-04-04
1
-0
/
+121
*
|
Fix configuration on platforms without shared objects.
Jack Lloyd
2017-04-04
1
-16
/
+23
|
/
*
Move _local_repo_vc_revision to Version
Simon Warta
2017-04-03
1
-28
/
+28
*
Allow get_vc_revision() to return None
Simon Warta
2017-04-03
1
-29
/
+25
*
Ensure get_vc_revision() does not run before logger is set up
Simon Warta
2017-04-03
1
-3
/
+10
*
configure: use new Python integer division
Simon Warta
2017-04-02
1
-1
/
+1
*
Bump author year in configure.py
Simon Warta
2017-04-02
1
-1
/
+1
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-13
/
+24
*
lexed_tokens(): Deduplicate do part in do-while
Simon Warta
2017-04-02
1
-3
/
+5
*
Pull LexerError out of lex_me_harder()
Simon Warta
2017-04-02
1
-14
/
+17
*
Make PKG_CONFIG_FILENAME a free constant
Simon Warta
2017-04-02
1
-4
/
+4
*
Rename to BuildPaths and ignore too-many-instance-attributes
Simon Warta
2017-04-02
1
-2
/
+2
*
Pull make_build_doc_commands out of BuildConfigurationInformation
Simon Warta
2017-04-02
1
-26
/
+20
*
Remomve member `obj_dir` from BuildConfigurationInformation
Simon Warta
2017-04-02
1
-4
/
+3
*
Merge BuildConfigurationInformation.sources/build_sources -> lib_sources
Simon Warta
2017-04-02
1
-6
/
+5
*
configure: move version information into dedicated class
Simon Warta
2017-04-02
1
-50
/
+44
*
Remove member `modules` from BuildConfigurationInformation
Simon Warta
2017-04-01
1
-4
/
+3
*
Remove extra member build_dirs from BuildConfigurationInformation
Simon Warta
2017-04-01
1
-14
/
+16
*
Fix build variable botan_pkgconfig
Simon Warta
2017-03-25
1
-8
/
+2
*
Use JSON to store build config
Simon Warta
2017-03-25
1
-2
/
+3
*
configure: write if condition positive
Simon Warta
2017-03-25
1
-6
/
+6
*
pylint: reduce lifespan of unchecked LexResult object in ModulePolicyInfo
Simon Warta
2017-03-08
1
-4
/
+8
*
pylint: reduce lifespan of unchecked LexResult object in OsInfo
Simon Warta
2017-03-08
1
-21
/
+43
*
pylint: reduce lifespan of unchecked LexResult object in ArchInfo
Simon Warta
2017-03-08
1
-13
/
+18
*
pylint: reduce lifespan of unchecked LexResult object in CompilerInfo
Simon Warta
2017-03-08
1
-50
/
+66
*
pylint: use LexResult to store result of lexer
Simon Warta
2017-03-08
1
-20
/
+15
*
pylint: use lex return value in ModuleInfo
Simon Warta
2017-03-08
1
-31
/
+40
*
pylint: use lex return value in ModulePolicyInfo
Simon Warta
2017-03-08
1
-6
/
+9
*
pylint: use lex return value in ArchInfo
Simon Warta
2017-03-08
1
-21
/
+22
*
pylint: use lex return value in OsInfo
Simon Warta
2017-03-08
1
-37
/
+40
*
pylint: let lex_me_harder() return a result object
Simon Warta
2017-03-08
1
-78
/
+89
*
pylint: resolve remaining "redefined-builtin" issues
Simon Warta
2017-03-08
1
-38
/
+38
*
pylint: break long lines
Simon Warta
2017-03-08
1
-6
/
+15
*
pylint: make some limits less strict
Simon Warta
2017-03-08
1
-1
/
+1
*
pylint: make _so_link_search() a @staticmethod
Simon Warta
2017-03-08
1
-1
/
+2
*
Configure: rename variables to avoid redefining builtins
Simon Warta
2017-02-26
1
-7
/
+7
*
Configure: Fix wrong variable name (credits to pylint)
Simon Warta
2017-02-26
1
-1
/
+1
*
Configure: remove trailing whitespace
Simon Warta
2017-02-26
1
-1
/
+1
*
Configure: move some members to shared InfoObject constructor
Simon Warta
2017-02-26
1
-20
/
+30
*
Configure: Disable wrong-import-position pylint warning
Simon Warta
2017-02-26
1
-1
/
+1
*
Make it possible to disable stack smashing protection.
Jack Lloyd
2017-02-04
1
-3
/
+8
[prev]
[next]