commit
stringlengths
40
40
old_file
stringlengths
2
205
new_file
stringlengths
2
205
old_contents
stringlengths
0
32.9k
new_contents
stringlengths
1
38.9k
subject
stringlengths
3
9.4k
message
stringlengths
6
9.84k
lang
stringlengths
3
13
license
stringclasses
13 values
repos
stringlengths
6
115k
444abc38a661d9c6de75e27e2d3bdae410b08f59
openal-context.adb
openal-context.adb
with Ada.IO_Exceptions; with Interfaces.C.Strings; with Interfaces.C; with System; package body OpenAL.Context is package C renames Interfaces.C; package C_Strings renames Interfaces.C.Strings; function Open_Device (Specifier : in String) return Device_t is C_Spec : aliased C.char_array := C.T...
with Ada.IO_Exceptions; with Interfaces.C.Strings; with Interfaces.C; with System; package body OpenAL.Context is package C renames Interfaces.C; package C_Strings renames Interfaces.C.Strings; function Open_Device (Specifier : in String) return Device_t is C_Spec : aliased C.char_array := C.T...
Clean up previous commit...
Clean up previous commit...
Ada
isc
io7m/coreland-openal-ada,io7m/coreland-openal-ada
2531a82dfb13aa7ae55c7f86694aa10a9ca865aa
regtests/util-beans-objects-discrete_tests.adb
regtests/util-beans-objects-discrete_tests.adb
----------------------------------------------------------------------- -- Util.Beans.Objects.Discrete_Tests - Generic simple test for discrete object types -- Copyright (C) 2009, 2010, 2011, 2018, 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License...
----------------------------------------------------------------------- -- Util.Beans.Objects.Discrete_Tests - Generic simple test for discrete object types -- Copyright (C) 2009, 2010, 2011, 2018, 2021, 2022 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache L...
Add new tests for >= and <= comparisons
Add new tests for >= and <= comparisons
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
fb820e99d205675f37f02aa9e76874daf6a37445
matp/src/mat-targets-probes.adb
matp/src/mat-targets-probes.adb
----------------------------------------------------------------------- -- mat-targets-probes - Definition and Analysis of process start events -- Copyright (C) 2014, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); ...
----------------------------------------------------------------------- -- mat-targets-probes - Definition and Analysis of process start events -- Copyright (C) 2014, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); ...
Change the Event parameter of Execute to an in out parameter
Change the Event parameter of Execute to an in out parameter
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
bb2ba7875019e0d388c3f8cb0e460afc8578b9d9
src/ravenports.adb
src/ravenports.adb
-- This file is covered by the Internet Software Consortium (ISC) License -- Reference: ../License.txt with Parameters; with HelperText; with Unix; with File_Operations; with Ada.Directories; with Ada.Text_IO; package body Ravenports is package PM renames Parameters; package HT renames HelperText; packa...
-- This file is covered by the Internet Software Consortium (ISC) License -- Reference: ../License.txt with Parameters; with HelperText; with Unix; with File_Operations; with Ada.Directories; with Ada.Text_IO; package body Ravenports is package PM renames Parameters; package HT renames HelperText; packa...
Add positive feedback to success ravenports update
Add positive feedback to success ravenports update requested-by: dillon
Ada
isc
jrmarino/ravenadm,jrmarino/ravenadm,jrmarino/ravenadm
8159c51fb1709b12ee0e3f37a9c55b99a4b94067
src/wiki-nodes.adb
src/wiki-nodes.adb
----------------------------------------------------------------------- -- wiki-nodes -- Wiki Document Internal representation -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use thi...
----------------------------------------------------------------------- -- wiki-nodes -- Wiki Document Internal representation -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use thi...
Implement the Append procedure
Implement the Append procedure
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki
e5cfea9c2f1a0fce71f5011efc9be77c7a18dbbb
src/wiki-utils.adb
src/wiki-utils.adb
----------------------------------------------------------------------- -- wiki-utils -- Wiki utility operations -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except ...
----------------------------------------------------------------------- -- wiki-utils -- Wiki utility operations -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except ...
Update the To_Html and To_Text to parse into a document and render the result
Update the To_Html and To_Text to parse into a document and render the result
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki
3d25084ffe582cbe600ab45d76317d2c2bbf58a1
src/asf-beans-mappers.ads
src/asf-beans-mappers.ads
----------------------------------------------------------------------- -- asf-beans-mappers -- Read XML managed bean declaratiosn -- Copyright (C) 2010, 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may n...
----------------------------------------------------------------------- -- asf-beans-mappers -- Read XML managed bean declaratiosn -- Copyright (C) 2010, 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may n...
Use a limited record for Managed_Bean since we don't need to copy these objects and this reduces the code size
Use a limited record for Managed_Bean since we don't need to copy these objects and this reduces the code size
Ada
apache-2.0
stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf
07b9d6f2ed2f07b2edcd98e237c57e6cb5115740
src/el-methods-proc_1.ads
src/el-methods-proc_1.ads
----------------------------------------------------------------------- -- EL.Methods.Proc_1 -- Procedure Binding with 1 argument -- Copyright (C) 2010, 2011, 2012, 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); --...
----------------------------------------------------------------------- -- EL.Methods.Proc_1 -- Procedure Binding with 1 argument -- Copyright (C) 2010, 2011, 2012, 2013, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License...
Update the Bind generic package to use a limited type for the Bean type
Update the Bind generic package to use a limited type for the Bean type
Ada
apache-2.0
stcarrez/ada-el
2a381ec080440b16c7cc8860367b72f201096f98
src/security-policies.adb
src/security-policies.adb
----------------------------------------------------------------------- -- security-policies -- Security Policies -- Copyright (C) 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
----------------------------------------------------------------------- -- security-policies -- Security Policies -- Copyright (C) 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
Configure the XML reader for each policy that was registered in the policy manager
Configure the XML reader for each policy that was registered in the policy manager
Ada
apache-2.0
Letractively/ada-security
2f8cf818b8f4067c6840d4e5128bc01fd46ca0df
src/wiki-filters-collectors.adb
src/wiki-filters-collectors.adb
----------------------------------------------------------------------- -- wiki-filters-collectors -- Wiki word and link collectors -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
----------------------------------------------------------------------- -- wiki-filters-collectors -- Wiki word and link collectors -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
Declare Add_String and Increment procedures
Declare Add_String and Increment procedures
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki
2488f7b5a80af06f54b26ea0dcf08d53214be180
src/wiki-nodes.ads
src/wiki-nodes.ads
----------------------------------------------------------------------- -- wiki -- Ada Wiki Engine -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance ...
----------------------------------------------------------------------- -- wiki -- Ada Wiki Engine -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance ...
Add N_IMAGE node type
Add N_IMAGE node type
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki
3a8ab7822e51ac56aacc25cd8ef8336b697d95a3
src/gen-model-tables.ads
src/gen-model-tables.ads
----------------------------------------------------------------------- -- gen-model-tables -- Database table model representation -- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License...
----------------------------------------------------------------------- -- gen-model-tables -- Database table model representation -- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License...
Add a bean object in the column definition
Add a bean object in the column definition
Ada
apache-2.0
stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo
29403b4f5d5a1c268fc291be536570041ae8aa97
regtests/security-policies-tests.adb
regtests/security-policies-tests.adb
----------------------------------------------------------------------- -- Security-policies-tests - Unit tests for Security.Permissions -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you...
----------------------------------------------------------------------- -- Security-policies-tests - Unit tests for Security.Permissions -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you...
Fix compilation
Fix compilation
Ada
apache-2.0
Letractively/ada-security
0d09bc47e562d0131dc393c980db3ea44a7aaf20
regtests/util-serialize-io-form-tests.adb
regtests/util-serialize-io-form-tests.adb
----------------------------------------------------------------------- -- util-serialize-io-form-tests -- Unit tests for form parser -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
----------------------------------------------------------------------- -- util-serialize-io-form-tests -- Unit tests for form parser -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
Fix the Test_Parse_Error test to verify that we detect a bad format for form-url streams
Fix the Test_Parse_Error test to verify that we detect a bad format for form-url streams
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
f4f1b975c55cd11791a350397e2a3fc35adfde40
mat/src/mat-formats.adb
mat/src/mat-formats.adb
----------------------------------------------------------------------- -- mat-formats - Format various types for the console or GUI interface -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you...
----------------------------------------------------------------------- -- mat-formats - Format various types for the console or GUI interface -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you...
Implement the Location function to format a file,line,function code location
Implement the Location function to format a file,line,function code location
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
1373bf9138c61968abc541812a6166cd289ba368
mat/src/frames/mat-frames-print.adb
mat/src/frames/mat-frames-print.adb
----------------------------------------------------------------------- -- Frames - Representation of stack frames -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file excep...
----------------------------------------------------------------------- -- Frames - Representation of stack frames -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file excep...
Print the frame object address for debugging purposes
Print the frame object address for debugging purposes
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
21f4db4c24aeff88bd976b07564d4d522cc10f53
tools/druss-commands.ads
tools/druss-commands.ads
----------------------------------------------------------------------- -- druss-commands -- Commands available for Druss -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
----------------------------------------------------------------------- -- druss-commands -- Commands available for Druss -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
Declare Print_On_Off procedure
Declare Print_On_Off procedure
Ada
apache-2.0
stcarrez/bbox-ada-api
87abba764647adb95ba26991ac1eda2454bc7ddb
src/babel-base-text.ads
src/babel-base-text.ads
----------------------------------------------------------------------- -- babel-base -- Database for files -- Copyright (C) 2014 Stephane.Carrez -- Written by Stephane.Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in co...
----------------------------------------------------------------------- -- babel-base -- Database for files -- Copyright (C) 2014 Stephane.Carrez -- Written by Stephane.Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in co...
Declare the Iterate procedure
Declare the Iterate procedure
Ada
apache-2.0
stcarrez/babel
523cdb73c37612cd144e51b3cf96cb2ef024e38c
src/wiki-utils.adb
src/wiki-utils.adb
----------------------------------------------------------------------- -- wiki-utils -- Wiki utility operations -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except ...
----------------------------------------------------------------------- -- wiki-utils -- Wiki utility operations -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except ...
Add the TOC filter to render the TOC
Add the TOC filter to render the TOC
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki
fc99f9eceab8875e077b3f13edcabf6773e9e297
matp/src/mat-targets-probes.ads
matp/src/mat-targets-probes.ads
----------------------------------------------------------------------- -- mat-targets-probes - Definition and Analysis of process start events -- Copyright (C) 2014, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); ...
----------------------------------------------------------------------- -- mat-targets-probes - Definition and Analysis of process start events -- Copyright (C) 2014, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); ...
Change the Event parameter of Execute to an in out parameter
Change the Event parameter of Execute to an in out parameter
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
244cb10f1eab8dcc6d1a063090c4d24a7839a255
regtests/asf-applications-views-tests.adb
regtests/asf-applications-views-tests.adb
----------------------------------------------------------------------- -- Render Tests - Unit tests for ASF.Applications.Views -- Copyright (C) 2009, 2010 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
----------------------------------------------------------------------- -- Render Tests - Unit tests for ASF.Applications.Views -- Copyright (C) 2009, 2010 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
Update unit test
Update unit test
Ada
apache-2.0
Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf
237342ce25f034ab76a636b1d05e025ed4a2d09e
tools/druss-commands.adb
tools/druss-commands.adb
----------------------------------------------------------------------- -- druss-commands -- Commands available for Druss -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
----------------------------------------------------------------------- -- druss-commands -- Commands available for Druss -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
Implement the Print_On_Off procedure
Implement the Print_On_Off procedure
Ada
apache-2.0
stcarrez/bbox-ada-api
eba77dcca26bd6a6f6d3592aa1b4960e9261629a
awa/plugins/awa-setup/src/awa-commands-setup.adb
awa/plugins/awa-setup/src/awa-commands-setup.adb
----------------------------------------------------------------------- -- awa-commands-setup -- Setup command to start and configure the application -- Copyright (C) 2020 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); ...
----------------------------------------------------------------------- -- awa-commands-setup -- Setup command to start and configure the application -- Copyright (C) 2020, 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "Licen...
Fix compilation warning
Fix compilation warning
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
9c2e80d413567c7d2b4f9c6f4a5221688243f676
awa/plugins/awa-wikis/src/awa-wikis-previews.adb
awa/plugins/awa-wikis/src/awa-wikis-previews.adb
----------------------------------------------------------------------- -- awa-wikis-previews -- Wiki preview management -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
----------------------------------------------------------------------- -- awa-wikis-previews -- Wiki preview management -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
Update initialization of input reader stream
Update initialization of input reader stream
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
19aed162fe1bfec30c9d300e1e9281610a614afb
awa/regtests/awa-tests.adb
awa/regtests/awa-tests.adb
----------------------------------------------------------------------- -- AWA tests - AWA Tests Framework -- Copyright (C) 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in com...
----------------------------------------------------------------------- -- AWA tests - AWA Tests Framework -- Copyright (C) 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in com...
Add the service filter to setup the service context when simulating a web request
Add the service filter to setup the service context when simulating a web request
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
94cd7b9cdf0b0f522484d62e997119f2d7ba5f08
src/asf-components-ajax-includes.adb
src/asf-components-ajax-includes.adb
----------------------------------------------------------------------- -- components-ajax-includes -- AJAX Include component -- Copyright (C) 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
----------------------------------------------------------------------- -- components-ajax-includes -- AJAX Include component -- Copyright (C) 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
Fix generation of javascript when rendering an ajax include in async mode
Fix generation of javascript when rendering an ajax include in async mode
Ada
apache-2.0
stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf
3e153bc82647246245361025551d62050fbe78b4
src/sys/streams/util-streams-buffered-encoders.adb
src/sys/streams/util-streams-buffered-encoders.adb
----------------------------------------------------------------------- -- util-streams-encoders -- Streams with encoding and decoding capabilities -- Copyright (C) 2017, 2018, 2019 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "L...
----------------------------------------------------------------------- -- util-streams-encoders -- Streams with encoding and decoding capabilities -- Copyright (C) 2017, 2018, 2019, 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (...
Refactor the Util.Stream.Buffered stream - allow to use the target stream with Read (pull model) and Write (push model)
Refactor the Util.Stream.Buffered stream - allow to use the target stream with Read (pull model) and Write (push model)
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
52adf4ec9fd8632a1d9855bddae0c0d7c1f15730
src/gen-artifacts-docs-markdown.adb
src/gen-artifacts-docs-markdown.adb
----------------------------------------------------------------------- -- gen-artifacts-docs-markdown -- Artifact for GitHub Markdown documentation format -- Copyright (C) 2015, 2017, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0...
----------------------------------------------------------------------- -- gen-artifacts-docs-markdown -- Artifact for GitHub Markdown documentation format -- Copyright (C) 2015, 2017, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0...
Implement the Write_Text_Auto_Links to replace some text strings with a link based on the link file that was loaded.
Implement the Write_Text_Auto_Links to replace some text strings with a link based on the link file that was loaded.
Ada
apache-2.0
stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo
22286b2c05b99b00be70c28f266d5a3ca3ca4c51
tools/druss-commands-status.ads
tools/druss-commands-status.ads
----------------------------------------------------------------------- -- druss-commands-status -- Druss status commands -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
----------------------------------------------------------------------- -- druss-commands-status -- Druss status commands -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
Fix compilation warnings
Fix compilation warnings
Ada
apache-2.0
stcarrez/bbox-ada-api
77536b1e8a964dfa3830f65d2b5635e8d411ebe1
mat/src/mat-readers-marshaller.ads
mat/src/mat-readers-marshaller.ads
----------------------------------------------------------------------- -- Marshaller -- Marshalling of data in communication buffer -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not u...
----------------------------------------------------------------------- -- Marshaller -- Marshalling of data in communication buffer -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not u...
Fix instantiation issue
Fix instantiation issue
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
668f22990980f475858c583dca524413942414a3
src/security-policies-roles.ads
src/security-policies-roles.ads
----------------------------------------------------------------------- -- security-policies-roles -- Role based policies -- Copyright (C) 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
----------------------------------------------------------------------- -- security-policies-roles -- Role based policies -- Copyright (C) 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
Document how to set the roles on a security context
Document how to set the roles on a security context
Ada
apache-2.0
stcarrez/ada-security
1f475936ace84b9be731fb02b517d01eded25c3d
awa/plugins/awa-blogs/src/awa-blogs-modules.adb
awa/plugins/awa-blogs/src/awa-blogs-modules.adb
----------------------------------------------------------------------- -- awa-blogs-module -- Blog and post management module -- Copyright (C) 2011, 2012, 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may...
----------------------------------------------------------------------- -- awa-blogs-module -- Blog and post management module -- Copyright (C) 2011, 2012, 2013, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- y...
Update the Add_Permission to indicate the workspace
Update the Add_Permission to indicate the workspace
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
9f3d05eb6e2676f211cb9beba83a882fef789610
mat/src/memory/mat-memory-targets.ads
mat/src/memory/mat-memory-targets.ads
----------------------------------------------------------------------- -- Memory clients - Client info related to its memory -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
----------------------------------------------------------------------- -- Memory clients - Client info related to its memory -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
Rename package to MAT.Memory.Targets
Rename package to MAT.Memory.Targets
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
e41ccea6e9415b3d5587ea0c684d839467352695
src/wiki-nodes.ads
src/wiki-nodes.ads
----------------------------------------------------------------------- -- wiki -- Ada Wiki Engine -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance ...
----------------------------------------------------------------------- -- wiki -- Ada Wiki Engine -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance ...
Declare Add_List_Item procedure
Declare Add_List_Item procedure
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki
d81c2f6dd4884ea7e4b78ea726d9d099b338939b
mat/src/mat-commands.ads
mat/src/mat-commands.ads
----------------------------------------------------------------------- -- mat-commands -- Command support and execution -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
----------------------------------------------------------------------- -- mat-commands -- Command support and execution -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
Move the Interactive procedure in MAT.Targets
Move the Interactive procedure in MAT.Targets
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
016c1e29c48c9d177211f16e55f400aa7b863765
tools/druss-commands-status.adb
tools/druss-commands-status.adb
----------------------------------------------------------------------- -- druss-commands-status -- Druss status commands -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
----------------------------------------------------------------------- -- druss-commands-status -- Druss status commands -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
Add with clause Ada.Strings.Unbounded
Add with clause Ada.Strings.Unbounded
Ada
apache-2.0
stcarrez/bbox-ada-api
e559ba3a1ce06485d252e8c20e2af051c4d46afa
boards/MicroBit/src/microbit-time.adb
boards/MicroBit/src/microbit-time.adb
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2016, AdaCore -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2016, AdaCore -- -- -- -- ...
Fix tick frequency
MicroBit: Fix tick frequency
Ada
bsd-3-clause
AdaCore/Ada_Drivers_Library,ellamosi/Ada_BMP_Library,Fabien-Chouteau/Ada_Drivers_Library,simonjwright/Ada_Drivers_Library,lambourg/Ada_Drivers_Library,simonjwright/Ada_Drivers_Library,Fabien-Chouteau/Ada_Drivers_Library,AdaCore/Ada_Drivers_Library
a406409532572a7809fe225f6e558998ac00a97e
src/asf-components-html-text.adb
src/asf-components-html-text.adb
----------------------------------------------------------------------- -- html -- ASF HTML Components -- Copyright (C) 2009, 2010, 2011, 2012, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use thi...
----------------------------------------------------------------------- -- html -- ASF HTML Components -- Copyright (C) 2009, 2010, 2011, 2012, 2017, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not u...
Implement Get_Converter function (moved from AWA.Components.Base package
Implement Get_Converter function (moved from AWA.Components.Base package
Ada
apache-2.0
stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf
6d6673c50fa72efb938c4b97bac64f626b711b84
orka/src/orka/interface/orka-windows.ads
orka/src/orka/interface/orka-windows.ads
-- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2017 onox <denkpadje@gmail.com> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/L...
-- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2017 onox <denkpadje@gmail.com> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/L...
Remove type Window_Ptr and procedure Process_Input in Orka.Windows
orka: Remove type Window_Ptr and procedure Process_Input in Orka.Windows Type Window_Ptr is no longer needed after removing the parameter Window from the generic package Orka.Loops. Procedure Process_Input is removed since AWT.Process_Events will process input (and other) events for the focused window, not necessarily...
Ada
apache-2.0
onox/orka
2578afda1432645b4e2abc450237dc2e35d1b3b1
samples/render.adb
samples/render.adb
----------------------------------------------------------------------- -- render -- Wiki rendering example -- Copyright (C) 2015, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except...
----------------------------------------------------------------------- -- render -- Wiki rendering example -- Copyright (C) 2015, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except...
Use the Text_IO streams to read and write the result Add a -s <style> option to emit a HTML head with CSS style
Use the Text_IO streams to read and write the result Add a -s <style> option to emit a HTML head with CSS style
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki
508bc763a5a10adec1ff87615e50cf1658684f2f
regtests/el-beans-tests.adb
regtests/el-beans-tests.adb
----------------------------------------------------------------------- -- EL.Beans.Tests - Testsuite for EL.Beans -- Copyright (C) 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
----------------------------------------------------------------------- -- EL.Beans.Tests - Testsuite for EL.Beans -- Copyright (C) 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
Use the test name EL.Beans
Use the test name EL.Beans
Ada
apache-2.0
stcarrez/ada-el
5509229737f749ab687f61ccdbcc98453473b168
samples/beans/messages.adb
samples/beans/messages.adb
----------------------------------------------------------------------- -- messages - A simple memory-based forum -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except...
----------------------------------------------------------------------- -- messages - A simple memory-based forum -- Copyright (C) 2012, 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file ...
Add a bean value 'today' to retrieve the current date and time in an XHTML view
Add a bean value 'today' to retrieve the current date and time in an XHTML view
Ada
apache-2.0
stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf
9a14ca43dfcd30df427d1e5934229da082d8c632
regtests/util-events-timers-tests.ads
regtests/util-events-timers-tests.ads
----------------------------------------------------------------------- -- util-events-timers-tests -- Unit tests for timers -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this ...
----------------------------------------------------------------------- -- util-events-timers-tests -- Unit tests for timers -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this ...
Declare the Test_Many_Timers procedure
Declare the Test_Many_Timers procedure
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
50306e187e10d25b15eb85ad611b6fceccae30c4
awa/plugins/awa-comments/src/awa-comments-modules.ads
awa/plugins/awa-comments/src/awa-comments-modules.ads
----------------------------------------------------------------------- -- awa-comments-module -- Comments module -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file ...
----------------------------------------------------------------------- -- awa-comments-module -- Comments module -- Copyright (C) 2011, 2012, 2013, 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
Change the Create_Comment to specify the entity type
Change the Create_Comment to specify the entity type
Ada
apache-2.0
Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa
0f9b58fd2c671f011a1f80ca93d84b257501887b
src/security-policies.ads
src/security-policies.ads
----------------------------------------------------------------------- -- security-policies -- Security Policies -- Copyright (C) 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
----------------------------------------------------------------------- -- security-policies -- Security Policies -- Copyright (C) 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
Document Add_Permission
Document Add_Permission
Ada
apache-2.0
stcarrez/ada-security
2ba93b7b05d1b441cee11d5a94a8c0bc8d9896e9
src/security-policies.ads
src/security-policies.ads
----------------------------------------------------------------------- -- security-policies -- Security Policies -- Copyright (C) 2010, 2011, 2012, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
----------------------------------------------------------------------- -- security-policies -- Security Policies -- Copyright (C) 2010, 2011, 2012, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
Change the Mapper parameter to use the Mappers.Processing type
Change the Mapper parameter to use the Mappers.Processing type
Ada
apache-2.0
stcarrez/ada-security
182421c043c15a88a94a88185840e7fb34663575
src/gen-artifacts-query.adb
src/gen-artifacts-query.adb
----------------------------------------------------------------------- -- gen-artifacts-query -- Query artifact for Code Generator -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may ...
----------------------------------------------------------------------- -- gen-artifacts-query -- Query artifact for Code Generator -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may ...
Use Add_Column to create a new column in a table
Use Add_Column to create a new column in a table
Ada
apache-2.0
stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo
04af2bc88f77ecb192b83a6bedd10114efae52bb
src/gen-model-tables.ads
src/gen-model-tables.ads
----------------------------------------------------------------------- -- gen-model-tables -- Database table model representation -- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License...
----------------------------------------------------------------------- -- gen-model-tables -- Database table model representation -- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License...
Add support to manage table dependencies - keep the dependencies for each table, - new operation Depends_On to get the dependency status bewteen two tables
Add support to manage table dependencies - keep the dependencies for each table, - new operation Depends_On to get the dependency status bewteen two tables
Ada
apache-2.0
stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo
4015b4813ffa288750a1cf7b7827bb7aa3858cad
src/parameters.ads
src/parameters.ads
-- This file is covered by the Internet Software Consortium (ISC) License -- Reference: ../License.txt with Definitions; use Definitions; with HelperText; private with Utilities; package Parameters is package HT renames HelperText; no_ccache : constant String := "none"; no_unkindness : constant Str...
-- This file is covered by the Internet Software Consortium (ISC) License -- Reference: ../License.txt with Definitions; use Definitions; with HelperText; private with Utilities; package Parameters is package HT renames HelperText; no_ccache : constant String := "none"; no_unkindness : constant Str...
Adjust 2 defaults (sysroot and toolchain)
Adjust 2 defaults (sysroot and toolchain)
Ada
isc
jrmarino/ravenadm,jrmarino/ravenadm,jrmarino/ravenadm
b331c1d20debf6e4640c79cd0bb03a37bf6d89cd
regtests/regtests.adb
regtests/regtests.adb
----------------------------------------------------------------------- -- ADO Tests -- Database sequence generator -- Copyright (C) 2009, 2010, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use th...
----------------------------------------------------------------------- -- regtests -- Support for unit tests -- Copyright (C) 2009, 2010, 2017, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use th...
Implement the Set_Audit_Manager procedure
Implement the Set_Audit_Manager procedure
Ada
apache-2.0
stcarrez/ada-ado
ddc50cb35874c0537eae0c9af3dda928e402258d
awa/plugins/awa-wikis/src/awa-wikis-previews.ads
awa/plugins/awa-wikis/src/awa-wikis-previews.ads
----------------------------------------------------------------------- -- awa-wikis-previews -- Wiki preview management -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
----------------------------------------------------------------------- -- awa-wikis-previews -- Wiki preview management -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
Define PARAM_PREVIEW_TEMPLATE and PARAM_PREVIEW_COMMAND
Define PARAM_PREVIEW_TEMPLATE and PARAM_PREVIEW_COMMAND
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
7326eb9902f7be641486c6f1f9c7b48d2f3825f9
src/util-dates.ads
src/util-dates.ads
----------------------------------------------------------------------- -- util-dates -- Date utilities -- Copyright (C) 2011, 2013, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file exce...
----------------------------------------------------------------------- -- util-dates -- Date utilities -- Copyright (C) 2011, 2013, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file exce...
Declare Time_Of function to convert a Date_Record into a Time
Declare Time_Of function to convert a Date_Record into a Time
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
2a1bc8a31b46a02ee16b97ef39afa053b91ce345
src/util-streams-texts.adb
src/util-streams-texts.adb
----------------------------------------------------------------------- -- Util.Streams.Files -- File Stream utilities -- Copyright (C) 2010, 2011, 2012, 2016, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you...
----------------------------------------------------------------------- -- util-streams-texts -- Text stream utilities -- Copyright (C) 2010, 2011, 2012, 2016, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you...
Refactor Buffered_Stream and Print_Stream - move character related Write operation to the Texts package (Print_Stream)
Refactor Buffered_Stream and Print_Stream - move character related Write operation to the Texts package (Print_Stream)
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
6dec824623eeba6130d0f2d8f276a4f40852994d
mat/src/mat-consoles.ads
mat/src/mat-consoles.ads
----------------------------------------------------------------------- -- mat-consoles - Console interface -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in co...
----------------------------------------------------------------------- -- mat-consoles - Console interface -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in co...
Define new fields for the threads command
Define new fields for the threads command
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
3e869111276867b28656ad39f652886ce02531ce
src/gen-artifacts-yaml.adb
src/gen-artifacts-yaml.adb
----------------------------------------------------------------------- -- gen-artifacts-yaml -- Query artifact for Code Generator -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use...
----------------------------------------------------------------------- -- gen-artifacts-yaml -- Query artifact for Code Generator -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use...
Update the generation of YAML model files - generate full column definition, - remove unused fields
Update the generation of YAML model files - generate full column definition, - remove unused fields
Ada
apache-2.0
stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo
798f172d13992bfd6d10ddb0ce15b1412fac3e01
src/gen-artifacts-yaml.adb
src/gen-artifacts-yaml.adb
----------------------------------------------------------------------- -- gen-artifacts-yaml -- Query artifact for Code Generator -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use...
----------------------------------------------------------------------- -- gen-artifacts-yaml -- Query artifact for Code Generator -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use...
Update to use Set_Sql_Length and Get_Type_Name operations
Update to use Set_Sql_Length and Get_Type_Name operations
Ada
apache-2.0
stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo
c3f43d811f920edbd4e9e3677db49ad5c2b05511
regtests/security-policies-tests.adb
regtests/security-policies-tests.adb
----------------------------------------------------------------------- -- Security-policies-tests - Unit tests for Security.Permissions -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you...
----------------------------------------------------------------------- -- Security-policies-tests - Unit tests for Security.Permissions -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you...
Rename the role Admin_Perm into Admin
Rename the role Admin_Perm into Admin
Ada
apache-2.0
stcarrez/ada-security
38175b3d99efab4fb13e3b1bc4f5ab7c29d8fc34
src/util-dates-iso8601.adb
src/util-dates-iso8601.adb
----------------------------------------------------------------------- -- util-dates-iso8601 -- ISO8601 dates -- Copyright (C) 2011, 2013, 2015, 2016, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not...
----------------------------------------------------------------------- -- util-dates-iso8601 -- ISO8601 dates -- Copyright (C) 2011, 2013, 2015, 2016, 2017, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you m...
Use the new Time_Of function
Use the new Time_Of function
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
0c4b2d8704e81f4acee9fc1dc9fd26d01e3b7899
src/util-commands.ads
src/util-commands.ads
----------------------------------------------------------------------- -- util-commands -- Support to make command line tools -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use thi...
----------------------------------------------------------------------- -- util-commands -- Support to make command line tools -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use thi...
Declare the String_Argument_List type with its operation to split a string into arguments and provide the Argument_List interface operations
Declare the String_Argument_List type with its operation to split a string into arguments and provide the Argument_List interface operations
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
f37ae047e9f3f9178527449608af8e332d0aa182
src/core/util-refs.adb
src/core/util-refs.adb
----------------------------------------------------------------------- -- util-refs -- Reference Counting -- Copyright (C) 2010, 2011, 2019 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file e...
----------------------------------------------------------------------- -- util-refs -- Reference Counting -- Copyright (C) 2010, 2011, 2019, 2020 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this ...
Fix compilation with GNAT 10
Fix compilation with GNAT 10
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
8c5a7720d9f5aedc9567fa7a8abdf1d6853fbfde
src/orka/implementation/glfw/orka-windows-glfw.adb
src/orka/implementation/glfw/orka-windows-glfw.adb
-- Copyright (c) 2017 onox <denkpadje@gmail.com> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applic...
-- Copyright (c) 2017 onox <denkpadje@gmail.com> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applic...
Make sure to request an OpenGL, not OpenGL ES, context
orka: Make sure to request an OpenGL, not OpenGL ES, context Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
Ada
apache-2.0
onox/orka
db99ac88b4374eb3f8aa0c69c2e61c093b2ffb64
tests/natools-s_expressions-atom_buffers-tests.adb
tests/natools-s_expressions-atom_buffers-tests.adb
------------------------------------------------------------------------------ -- Copyright (c) 2014, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
------------------------------------------------------------------------------ -- Copyright (c) 2014, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
use the new capacity accessor in tests
s_expressions-atom_buffers-tests: use the new capacity accessor in tests
Ada
isc
faelys/natools
24dfb7f8eecfa8fe53547123f037bdb9d519b901
src/gen-artifacts-xmi.ads
src/gen-artifacts-xmi.ads
----------------------------------------------------------------------- -- gen-artifacts-xmi -- UML-XMI artifact for Code Generator -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
----------------------------------------------------------------------- -- gen-artifacts-xmi -- UML-XMI artifact for Code Generator -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
Add the ADO.Table@dynamo.table.generator tagged value definition
Add the ADO.Table@dynamo.table.generator tagged value definition
Ada
apache-2.0
Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen
359102683959ed88e87013c914236ab65cfe5338
awa/plugins/awa-wikis/regtests/awa-wikis-tests.adb
awa/plugins/awa-wikis/regtests/awa-wikis-tests.adb
----------------------------------------------------------------------- -- awa-wikis-tests -- Unit tests for wikis module -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
----------------------------------------------------------------------- -- awa-wikis-tests -- Unit tests for wikis module -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
Add more tests on the wiki page verification
Add more tests on the wiki page verification
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
012dc4bd70fdfd05692dcf8de01d1bb8eefff8cc
awa/plugins/awa-workspaces/src/awa-workspaces.ads
awa/plugins/awa-workspaces/src/awa-workspaces.ads
----------------------------------------------------------------------- -- awa-workspaces -- Module workspaces -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file exc...
----------------------------------------------------------------------- -- awa-workspaces -- Module workspaces -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file exc...
Add the Ada beans in the workspace documentation
Add the Ada beans in the workspace documentation
Ada
apache-2.0
Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa
e990b1014da4871c41ab68abc022f0019f044902
awa/plugins/awa-jobs/src/awa-jobs.ads
awa/plugins/awa-jobs/src/awa-jobs.ads
----------------------------------------------------------------------- -- awa-jobs -- AWA Jobs -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance wit...
----------------------------------------------------------------------- -- awa-jobs -- AWA Jobs -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance wit...
Update the documentation
Update the documentation
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
011edfcf97a12d64984f2860ac83205c4525872b
src/gen-model-xmi.ads
src/gen-model-xmi.ads
----------------------------------------------------------------------- -- gen-model-xmi -- UML-XMI model -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in comp...
----------------------------------------------------------------------- -- gen-model-xmi -- UML-XMI model -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in comp...
Add some comments.
Add some comments.
Ada
apache-2.0
stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo
0b34b35ce477b31573529b60f8bf2f4eab3c0138
src/base/beans/util-beans-objects-time.ads
src/base/beans/util-beans-objects-time.ads
----------------------------------------------------------------------- -- Util.Beans.Objects.Time -- Helper conversion for Ada Calendar Time -- Copyright (C) 2010 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you ...
----------------------------------------------------------------------- -- util-beans-objects-time -- Helper conversion for Ada Calendar Time -- Copyright (C) 2010, 2019 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -...
Add To_Object and To_Time with a Nullable_Time type
Add To_Object and To_Time with a Nullable_Time type
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
61a42e9902a2647a6796b1056708fc670f5c6222
src/util-serialize-io.ads
src/util-serialize-io.ads
----------------------------------------------------------------------- -- util-serialize-io -- IO Drivers for serialization -- Copyright (C) 2010, 2011, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may n...
----------------------------------------------------------------------- -- util-serialize-io -- IO Drivers for serialization -- Copyright (C) 2010, 2011, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may n...
Declare the Write_Enum_Entity for enum image value serialization
Declare the Write_Enum_Entity for enum image value serialization
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
89230f36d0508bd44b28863bca949ca9d9b46a09
src/wiki-render-links.ads
src/wiki-render-links.ads
----------------------------------------------------------------------- -- wiki-render-links -- Wiki links renderering -- Copyright (C) 2015, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this ...
----------------------------------------------------------------------- -- wiki-render-links -- Wiki links renderering -- Copyright (C) 2015, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this ...
Change the Make_Image_Link width and height parameters as in out. Before the call, the width/height represent the expected size and upon result they represent the final image size (when known and after scaling)
Change the Make_Image_Link width and height parameters as in out. Before the call, the width/height represent the expected size and upon result they represent the final image size (when known and after scaling)
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki
142fa3a09c9195cc09fab5342b6e43e8fa0c9ef5
src/wiki-streams-html.ads
src/wiki-streams-html.ads
----------------------------------------------------------------------- -- wiki-streams-html -- Wiki HTML output stream -- Copyright (C) 2011, 2012, 2013, 2015, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- yo...
----------------------------------------------------------------------- -- wiki-streams-html -- Wiki HTML output stream -- Copyright (C) 2011, 2012, 2013, 2015, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- yo...
Use Html_Output_Stream_Type for interface operations
Use Html_Output_Stream_Type for interface operations
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki
2057939ba4499493e11cdcc0a0c30ebd2be7c7a5
testutil/aunit/util-tests-reporter.adb
testutil/aunit/util-tests-reporter.adb
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
Fix compilation with AUnit 2014
Fix compilation with AUnit 2014
Ada
apache-2.0
flottokarotto/ada-util,Letractively/ada-util,Letractively/ada-util,flottokarotto/ada-util
4675fa37c87ba8046057dd4057cd50a329d6e97a
1-base/lace/source/text/lace-text-cursor.adb
1-base/lace/source/text/lace-text-cursor.adb
with ada.Characters.latin_1, ada.Characters.handling, ada.Strings.fixed, ada.Strings.Maps.Constants; -- with ada.text_IO; use ada.Text_IO; package body lace.text.Cursor is use ada.Strings; Integer_Numerals : constant maps.character_Set := maps.to_Set ("+-0123456789"); Float_Numerals ...
with ada.Characters.latin_1, ada.Characters.handling, ada.Strings.fixed, ada.Strings.Maps.Constants; -- with ada.text_IO; use ada.Text_IO; package body lace.text.Cursor is use ada.Strings; Integer_Numerals : constant maps.character_Set := maps.to_Set ("+-0123456789"); Float_Numerals ...
Fix bug in the 'peek' function.
lace.text.cursor: Fix bug in the 'peek' function.
Ada
isc
charlie5/lace,charlie5/lace,charlie5/lace
112121bdfaa2a9959c341cfbcb0a4cc4c8a0d9eb
mat/src/mat-expressions.adb
mat/src/mat-expressions.adb
----------------------------------------------------------------------- -- mat-expressions -- Expressions for memory slot selection -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
----------------------------------------------------------------------- -- mat-expressions -- Expressions for memory slot selection -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
Implement the Create_Inside operation
Implement the Create_Inside operation
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
41924d9027722304dd0e027c2c00e281688ff895
src/base/os-linux64/util-systems-types.ads
src/base/os-linux64/util-systems-types.ads
-- Generated by utildgen.c from system includes with Interfaces.C; package Util.Systems.Types is subtype dev_t is Long_Long_Integer; subtype ino_t is Long_Long_Integer; subtype off_t is Long_Long_Integer; subtype blksize_t is Long_Long_Integer; subtype blkcnt_t is Long_Long_Integer; subtype uid_t is...
-- Generated by utildgen.c from system includes with Interfaces.C; package Util.Systems.Types is subtype dev_t is Long_Long_Integer; subtype ino_t is Long_Long_Integer; subtype off_t is Long_Long_Integer; subtype blksize_t is Long_Long_Integer; subtype blkcnt_t is Long_Long_Integer; subtype uid_t is...
Add LSTAT_NAME for lstat(2)
Add LSTAT_NAME for lstat(2)
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
bb18248d7190de35e499068a241d634967257d49
awa/awaunit/awa-tests-helpers-users.adb
awa/awaunit/awa-tests-helpers-users.adb
----------------------------------------------------------------------- -- files.tests -- Unit tests for files -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file exc...
----------------------------------------------------------------------- -- files.tests -- Unit tests for files -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file exc...
Fix compilation
Fix compilation
Ada
apache-2.0
Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa,Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa
c6db88ad812581ce0dcb99268a069bb6b437cf20
mat/src/memory/mat-memory-targets.ads
mat/src/memory/mat-memory-targets.ads
----------------------------------------------------------------------- -- Memory clients - Client info related to its memory -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
----------------------------------------------------------------------- -- Memory clients - Client info related to its memory -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
Fix the definition of Size_Information procedure
Fix the definition of Size_Information procedure
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
61e19cf6f98fa90b7bf383e4594c81d527e89dc6
awa/plugins/awa-images/src/awa-images-services.ads
awa/plugins/awa-images/src/awa-images-services.ads
----------------------------------------------------------------------- -- awa-images-services -- Image service -- Copyright (C) 2012, 2013, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this f...
----------------------------------------------------------------------- -- awa-images-services -- Image service -- Copyright (C) 2012, 2013, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this f...
Declare Scale and Get_Size operation
Declare Scale and Get_Size operation
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
3f633885788e4d41e47e5990eccc61c547caeb9d
regtests/util-streams-texts-tests.ads
regtests/util-streams-texts-tests.ads
----------------------------------------------------------------------- -- streams.texts.tests -- Unit tests for text streams -- Copyright (C) 2012, 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
----------------------------------------------------------------------- -- streams.texts.tests -- Unit tests for text streams -- Copyright (C) 2012, 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
Declare the Test_Write procedure
Declare the Test_Write procedure
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
805a57f29a8220238ab4660f2a9793cf6567177a
awa/plugins/awa-blogs/src/awa-blogs-beans.adb
awa/plugins/awa-blogs/src/awa-blogs-beans.adb
----------------------------------------------------------------------- -- awa-blogs-beans -- Beans for blog module -- Copyright (C) 2011, 2012, 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use th...
----------------------------------------------------------------------- -- awa-blogs-beans -- Beans for blog module -- Copyright (C) 2011, 2012, 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use th...
Use the generated UML Ada beans - simplify the implementation - rename old operations according to UML model
Use the generated UML Ada beans - simplify the implementation - rename old operations according to UML model
Ada
apache-2.0
tectronics/ada-awa,Letractively/ada-awa,Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa
f2d6bdebeda84613ccbda67ee53d107c89a26152
awa/plugins/awa-mail/src/awa-mail-modules.adb
awa/plugins/awa-mail/src/awa-mail-modules.adb
----------------------------------------------------------------------- -- awa-mail -- Mail module -- Copyright (C) 2011, 2012, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in...
----------------------------------------------------------------------- -- awa-mail -- Mail module -- Copyright (C) 2011, 2012, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in...
Add a log message to report the mail plugin mailer configuration
Add a log message to report the mail plugin mailer configuration
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
87276c9e25441f1b72d1881bc9b657061b1471ed
src/asf-responses-mockup.adb
src/asf-responses-mockup.adb
----------------------------------------------------------------------- -- asf.responses -- ASF Requests -- Copyright (C) 2010, 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in...
----------------------------------------------------------------------- -- asf.responses -- ASF Requests -- Copyright (C) 2010, 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in...
Fix the response mockup to support several response headers with the same name
Fix the response mockup to support several response headers with the same name
Ada
apache-2.0
Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf
b6d3603509394ddf176ba541ad56e09856718547
src/asf-servlets-mappers.adb
src/asf-servlets-mappers.adb
----------------------------------------------------------------------- -- asf-servlets-mappers -- Read servlet configuration files -- Copyright (C) 2011, 2012, 2013, 2015, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "Licen...
----------------------------------------------------------------------- -- asf-servlets-mappers -- Read servlet configuration files -- Copyright (C) 2011, 2012, 2013, 2015, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "Licen...
Update the Reader_Config to use the new parser/mapper interface
Update the Reader_Config to use the new parser/mapper interface
Ada
apache-2.0
stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf
6bb688e8b2d0c6b61c9523dad8b87721304e6860
src/definitions.ads
src/definitions.ads
-- This file is covered by the Internet Software Consortium (ISC) License -- Reference: ../License.txt package Definitions is pragma Pure; synth_version_major : constant String := "1"; synth_version_minor : constant String := "63"; copyright_years : constant String := "2015-2016"; host_localbase...
-- This file is covered by the Internet Software Consortium (ISC) License -- Reference: ../License.txt package Definitions is pragma Pure; synth_version_major : constant String := "1"; synth_version_minor : constant String := "64"; copyright_years : constant String := "2015-2016"; host_localbase...
bump version to 1.64 belatedly
bump version to 1.64 belatedly
Ada
isc
jrmarino/synth,jrmarino/synth,jrmarino/synth,jrmarino/synth
c86655dec3021ed872965851d00e125b63225b0b
src/wiki-parsers-common.ads
src/wiki-parsers-common.ads
----------------------------------------------------------------------- -- wiki-parsers-common -- Common operations with several wiki parsers -- Copyright (C) 2011 - 2022 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -...
----------------------------------------------------------------------- -- wiki-parsers-common -- Common operations with several wiki parsers -- Copyright (C) 2011 - 2022 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -...
Add a Parse_Entity for the Markdown parser
Add a Parse_Entity for the Markdown parser
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki
e919ebdf52aa9cd232376e092183586b54e65b61
samples/bean.adb
samples/bean.adb
----------------------------------------------------------------------- -- bean - A simple bean example -- Copyright (C) 2009, 2010 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in ...
----------------------------------------------------------------------- -- bean - A simple bean example -- Copyright (C) 2009, 2010 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in ...
Fix indentation
Fix indentation
Ada
apache-2.0
stcarrez/ada-el
e5434e8864bce5dcc0b4f55a87dfbc53758c1180
src/drivers/ado-drivers.ads
src/drivers/ado-drivers.ads
----------------------------------------------------------------------- -- ADO Drivers -- Database Drivers -- Copyright (C) 2010, 2011, 2012, 2013, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use...
----------------------------------------------------------------------- -- ADO Drivers -- Database Drivers -- Copyright (C) 2010, 2011, 2012, 2013, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use...
Make the Initialize procedure public
Make the Initialize procedure public
Ada
apache-2.0
stcarrez/ada-ado
a7ef48e7bfba88110b0859ca9391dd00c01f7d37
tests/natools-smaz_tests.adb
tests/natools-smaz_tests.adb
------------------------------------------------------------------------------ -- Copyright (c) 2015-2016, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
------------------------------------------------------------------------------ -- Copyright (c) 2015-2016, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
add tests to fully cover non-variable-verbatim code
smaz_tests: add tests to fully cover non-variable-verbatim code
Ada
isc
faelys/natools
6fff73613b004783869c24ab7dee5768b8c4d767
mat/src/mat-readers-streams-sockets.ads
mat/src/mat-readers-streams-sockets.ads
----------------------------------------------------------------------- -- mat-readers-sockets -- Reader for TCP/IP sockets -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this f...
----------------------------------------------------------------------- -- mat-readers-sockets -- Reader for TCP/IP sockets -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this f...
Declare the Create_Target procedure to setup a new client reader
Declare the Create_Target procedure to setup a new client reader
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
6e3088fd071a80585cc02ac7cc7fd6d0f3b575d3
regtests/util-commands-tests.adb
regtests/util-commands-tests.adb
----------------------------------------------------------------------- -- util-commands-tests - Test for commands -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file excep...
----------------------------------------------------------------------- -- util-commands-tests - Test for commands -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file excep...
Fix compilation warning, unused Context parameter
Fix compilation warning, unused Context parameter
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
b81ced7920fe3f18193c1e52c7727ce53e003366
awa/plugins/awa-storages/src/awa-storages-modules.ads
awa/plugins/awa-storages/src/awa-storages-modules.ads
----------------------------------------------------------------------- -- awa-storages-modules -- Storage management module -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use...
----------------------------------------------------------------------- -- awa-storages-modules -- Storage management module -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this ...
Fix compilation warning
Fix compilation warning
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
2736432ede742df0f7db79a291a7b894cb4d028c
src/asf-servlets.ads
src/asf-servlets.ads
----------------------------------------------------------------------- -- asf.servlets -- ASF Servlets -- Copyright (C) 2010, 2011, 2012, 2013, 2015, 2016, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you ma...
----------------------------------------------------------------------- -- asf.servlets -- ASF Servlets -- Copyright (C) 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- ...
Package ASF.Servlets moved to Servlet.Core
Package ASF.Servlets moved to Servlet.Core
Ada
apache-2.0
stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf
6e52096994b539a2871bd9fd2831dc7da0f30822
src/miscellaneous/commontext.adb
src/miscellaneous/commontext.adb
-- This file is covered by the Internet Software Consortium (ISC) License -- Reference: ../License.txt with Ada.Strings.Fixed; with Ada.Strings.UTF_Encoding.Strings; package body CommonText is package AS renames Ada.Strings; package UES renames Ada.Strings.UTF_Encoding.Strings; ----------- -- USS -...
-- This file is covered by the Internet Software Consortium (ISC) License -- Reference: ../License.txt with Ada.Strings.Fixed; with Ada.Strings.UTF_Encoding.Strings; package body CommonText is package AS renames Ada.Strings; package UES renames Ada.Strings.UTF_Encoding.Strings; ----------- -- USS -...
Trim each subquery to remove whitespace
commontext: Trim each subquery to remove whitespace
Ada
isc
jrmarino/AdaBase
c74f45e395cfef0d817fa0f8659951fa5652043f
awa/plugins/awa-settings/src/awa-settings-modules.ads
awa/plugins/awa-settings/src/awa-settings-modules.ads
----------------------------------------------------------------------- -- awa-settings-modules -- Module awa-settings -- Copyright (C) 2013, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this ...
----------------------------------------------------------------------- -- awa-settings-modules -- Module awa-settings -- Copyright (C) 2013, 2015, 2016, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may n...
Rename the module NAME into 'settings'
Rename the module NAME into 'settings'
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
ca7d3f74880073f407301c68c9615610ed7aaa75
src/gen-commands-info.adb
src/gen-commands-info.adb
----------------------------------------------------------------------- -- gen-commands-info -- Collect and give information about the project -- Copyright (C) 2011, 2012, 2013, 2014, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 ...
----------------------------------------------------------------------- -- gen-commands-info -- Collect and give information about the project -- Copyright (C) 2011, 2012, 2013, 2014, 2015, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Versio...
Update to use the new command implementation
Update to use the new command implementation
Ada
apache-2.0
stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo
60ac0425a2532685de731514896ef50cc5ad92c0
awa/plugins/awa-storages/src/awa-storages-beans.ads
awa/plugins/awa-storages/src/awa-storages-beans.ads
----------------------------------------------------------------------- -- awa-storages-beans -- Storage Ada Beans -- Copyright (C) 2012, 2016, 2018, 2019 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not u...
----------------------------------------------------------------------- -- awa-storages-beans -- Storage Ada Beans -- Copyright (C) 2012, 2016, 2018, 2019 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not u...
Declare Is_Browser_Visible function and Get_Value for the Storage_Bean type
Declare Is_Browser_Visible function and Get_Value for the Storage_Bean type
Ada
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
31053dbc9818ba66f75ce5354aad99bcd920aadb
mat/src/mat-readers-streams-sockets.adb
mat/src/mat-readers-streams-sockets.adb
----------------------------------------------------------------------- -- mat-readers-sockets -- Reader for TCP/IP sockets -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this f...
----------------------------------------------------------------------- -- mat-readers-sockets -- Reader for TCP/IP sockets -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this f...
Implement the Initialize procedure to create the accept selector
Implement the Initialize procedure to create the accept selector
Ada
apache-2.0
stcarrez/mat,stcarrez/mat,stcarrez/mat
2a35d5e2750c128ce4e6bef7c2c6152797b13f9a
samples/encodes.adb
samples/encodes.adb
----------------------------------------------------------------------- -- encodes -- Encodes strings -- Copyright (C) 2010, 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in co...
----------------------------------------------------------------------- -- encodes -- Encodes strings -- Copyright (C) 2010, 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in co...
fix encodes.adb by creating/using a Decoder in place of using Decode() over an Encoder.
fix encodes.adb by creating/using a Decoder in place of using Decode() over an Encoder.
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
81f73183574e4c418d98da2e3452c8a1002e16d3
src/util-serialize-io.ads
src/util-serialize-io.ads
----------------------------------------------------------------------- -- util-serialize-io -- IO Drivers for serialization -- Copyright (C) 2010, 2011, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may n...
----------------------------------------------------------------------- -- util-serialize-io -- IO Drivers for serialization -- Copyright (C) 2010, 2011, 2016, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you...
Remove with clause Ada.Containers
Remove with clause Ada.Containers
Ada
apache-2.0
stcarrez/ada-util,stcarrez/ada-util
e2f7fa879fc0d0b1a0c1d583f364b8d1eefd76f9
src/wiki-parsers-html.adb
src/wiki-parsers-html.adb
----------------------------------------------------------------------- -- wiki-parsers-html -- Wiki HTML parser -- Copyright (C) 2015, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file e...
----------------------------------------------------------------------- -- wiki-parsers-html -- Wiki HTML parser -- Copyright (C) 2015, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file e...
Implement the Parse_Entity procedure
Implement the Parse_Entity procedure
Ada
apache-2.0
stcarrez/ada-wiki,stcarrez/ada-wiki